rrwick / Porechop

adapter trimmer for Oxford Nanopore reads
GNU General Public License v3.0
334 stars 125 forks source link

demultiplex without trimming #70

Open baracus37 opened 6 years ago

baracus37 commented 6 years ago

Hi,

i wanted to use porechop for demultiplexing without trimming and I used porechop -i ./ -b ./demultiplex --untrimmed in order to do so. Unfortunately porechop will still do trimming regardless of the --untrimmed. Is there a mistake in my command?