There was an error while loading. Please reload this page.
1 parent 345f476 commit 52f580dCopy full SHA for 52f580d
1 file changed
Snakefile
@@ -60,7 +60,7 @@ rule demultiplex_full_fasta:
60
output:
61
"%s/BC01.fastq" % (DEMUX_DIR)
62
shell:
63
- "porechop -i %s/workspace/pass/%s -b %s --barcode_threshold 75 --threads 8 --check_reads 100000" % (BASECALLED_READS, FASTQ, DEMUX_DIR)
+ "porechop -i %s/workspace/pass/%s -b %s --barcode_threshold 75 --discard_middle --require_two_barcodes --threads 8 --check_reads 100000" % (BASECALLED_READS, FASTQ, DEMUX_DIR)
64
65
# rule gunzip_demuxed_fastas:
66
# input:
0 commit comments