Is there any path to convert TAB to BAM ?

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:

  1. convert tabular > fasta > fastq. actual quality scores are optional – default scores can be added in.
  2. convert fastq to an unmapped bam/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