Skip to content

Commit 52f580d

Browse files
committed
require 2 barcodes to reduce in silico sample pooling
1 parent 345f476 commit 52f580d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ rule demultiplex_full_fasta:
6060
output:
6161
"%s/BC01.fastq" % (DEMUX_DIR)
6262
shell:
63-
"porechop -i %s/workspace/pass/%s -b %s --barcode_threshold 75 --threads 8 --check_reads 100000" % (BASECALLED_READS, FASTQ, DEMUX_DIR)
63+
"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)
6464

6565
# rule gunzip_demuxed_fastas:
6666
# input:

0 commit comments

Comments
 (0)