bsipos / uncle_psl

A BLAT (PSL) to SAM converter.
Mozilla Public License 2.0
7 stars 5 forks source link

-f reads_fasta flag #1

Closed browngcm closed 7 years ago

browngcm commented 7 years ago

Just looking for clarification on the '-f ' flag. Should these reads be from the target genome or query sequences? What effect does this flag have on the output file?

Any info would be great. Thanks.

bsipos commented 7 years ago

The -f flag is to specify the query sequences in fasta format. This should be the same file which was given to blat when aligning. If this flag is specified then the sequence is added to the SAM record (which is missing from the blat output. Hope this helps.

browngcm commented 7 years ago

Thanks for the explanation!