foerstner-lab / READemption

A pipeline for the computational evaluation of RNA-Seq data
https://reademption.readthedocs.io
Other
37 stars 19 forks source link

Automatic determination of file type (fasta or fastq) #48

Open Tillsa opened 1 year ago

Tillsa commented 1 year ago

A common mistake made by users is not giving the --fastq option when aligning fastq reads. Possible solutions to this problem could be:

konrad commented 1 year ago

I would prefer the automatic detection, which should not be too hard as only two simple formats are the options. In this is done in this way the "--fastq" needs to be removed.