Is there any path in galaxy to convert Tab file to Bam ?
1 Like
Hi @amir
Could you explain more about what you are doing? Share a few sample lines?
The tabular
datatype is very general.
One example: If the tabular
dataset contained identifiers and sequence reads:
- convert
tabular
>fasta
>fastq
. actual quality scores are optional – default scores can be added in. - convert
fastq
to an unmappedbam/sam
Not very useful and an extra step … since most tools accept reads in fastq
format as an input, even if they also accept reads in an unmapped bam/sam
.
1 Like