Porechop v0.2.2
A few enhancements and fixes:
- Can take directories as input, in which case it will recursively search for fastq files in that directory.
- If the input directory is an Albacore output directory and Porechop is run with barcode demultiplexing, then it will only bin reads for which both Albacore and Porechop agree on the barcode.
- New
--untrimmed
option to allow for Porechop demultiplexing without adapter trimming (thanks to @nickloman and @zibraproject for the PR). - If
pigz
is available, it will use that to compress the final reads instead ofgzip
(thanks to @asl for the idea). - Better output with progress indicators (thanks to @gringer for the idea).