DMU-lilab / pTrimmer

Used to trim off the primer sequence from mutiplex amplicon sequencing
GNU General Public License v3.0
20 stars 5 forks source link

Possible enhancement: Could this support FASTA input? #19

Open peterjc opened 2 years ago

peterjc commented 2 years ago

The tool is clearly designed for FASTQ input, but could it be modified to accept FASTA format as well?

Obviously the --minqual option could not be used with FASTA input.

XLZH commented 5 months ago

Thank you for your suggestion!

Since FASTA format files may contain many kinds of IUPAC codes, it might require a significant amount of code refactoring,
therefore I currently do not have plans to modify it to support input in FASTA format. Thank you!

best, xiaolong zhang