Skip to content

Commit 8e790f7

Browse files
committed
Rip out 10x auto-detection. It was broken anyway as it was
using the old barcode sets
1 parent 6ce3d35 commit 8e790f7

6 files changed

+6
-392
lines changed

10x_barcodes/Chromium-i7-Multiplex-Kit-N-Set-A-sample-indexes-plate.csv

-96
This file was deleted.

10x_barcodes/chromium-shared-sample-indexes-plate.csv

-96
This file was deleted.

count_10x_barcodes.py

-88
This file was deleted.

driver.sh

-14
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ action_demultiplexed() {
289289

290290
set +e
291291

292-
detect_and_keep_10x |& plog
293-
294292
# In certain cases read1_qc can make a 1-tile report with a later timestamp than the full
295293
# bcl2fastq output and the reduced numbers end up in the final report. To be sure, touch all
296294
# the real Stats.json files so Snakemake sees they are new and picks them up.
@@ -680,18 +678,6 @@ send_summary_to_rt() {
680678
|| echo "Error while summarizing lane contents." ) ) 2>&1
681679
}
682680

683-
detect_and_keep_10x() {
684-
# Attempt to avoid accidental deletion of 10x runs following the incident where
685-
# they were left unprocessed and the run was deleted.
686-
# Note this might resonably fail so set +e before running it, and redirect outputs
687-
# to the plog.
688-
if count_10x_barcodes.py "$DEMUX_OUTPUT_FOLDER"/demultiplexing/lane*/Stats/Stats.json ; then
689-
echo "10X barcodes detected, so adding pipeline/keep file"
690-
( set -o noclobber ;
691-
echo "10X barcodes detected by Illuminatus" > pipeline/keep )
692-
fi
693-
}
694-
695681
run_qc() {
696682
# At present, this is only ever called by action_demultiplexed.
697683
# If qc failed, the ticket subject will be 'failed' so reset it (but an RT error should not be fatal).

test/test_count_10x_barcodes.py

-87
This file was deleted.

0 commit comments

Comments
 (0)