Skip to content

Commit e28bb9f

Browse files
Updates
1 parent 2b1e4e9 commit e28bb9f

File tree

6 files changed

+318
-1329
lines changed

6 files changed

+318
-1329
lines changed

qp_klp/CHECKLIST.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Confirm sif behavior works w/new KATHAROseq controls.
2+
3+
MG-SCRIPTS TODOS:
4+
Confirm NuQCJob works as intended with LS dataset + BX metadata.
5+
Confirm all audits work as intended in testing.
6+
7+
METAPOOL TODOS:
8+
Confirm seqpro generates the prep-info files expected after Amanda's recent
9+
changes. Do this in testing.

qp_klp/tests/test_WorkflowFactory.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,15 @@ def test_amplicon_workflow_creation(self):
155155
self.assertEqual(wf.seqtech_type, SEQTECH_NAME_ILLUMINA)
156156
self.assertEqual(wf.assay_type, ASSAY_NAME_AMPLICON)
157157

158-
def atest_tellseq_workflow_creation(self):
158+
def test_tellseq_workflow_creation(self):
159159
kwargs = {"uif_path": "qp_klp/tests/data/sample-sheets/metagenomic/"
160160
"tellseq/good_sheet_draft1.csv",
161161
"qclient": None,
162162
"config_fp": "qp_klp/tests/data/configuration.json",
163163
"run_identifier": "211021_A00000_0000_SAMPLE",
164164
"output_dir": "qp_klp/tests/test_output",
165165
"job_id": "78901",
166+
"lane_number": "1",
166167
"is_restart": False
167168
}
168169

qp_klp/tests/test_amplicon_step.txt

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)