Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cowart committed Nov 25, 2024
1 parent 2b1e4e9 commit e28bb9f
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 1,329 deletions.
9 changes: 9 additions & 0 deletions qp_klp/CHECKLIST.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Confirm sif behavior works w/new KATHAROseq controls.

MG-SCRIPTS TODOS:
Confirm NuQCJob works as intended with LS dataset + BX metadata.
Confirm all audits work as intended in testing.

METAPOOL TODOS:
Confirm seqpro generates the prep-info files expected after Amanda's recent
changes. Do this in testing.
3 changes: 2 additions & 1 deletion qp_klp/tests/test_WorkflowFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,15 @@ def test_amplicon_workflow_creation(self):
self.assertEqual(wf.seqtech_type, SEQTECH_NAME_ILLUMINA)
self.assertEqual(wf.assay_type, ASSAY_NAME_AMPLICON)

def atest_tellseq_workflow_creation(self):
def test_tellseq_workflow_creation(self):
kwargs = {"uif_path": "qp_klp/tests/data/sample-sheets/metagenomic/"
"tellseq/good_sheet_draft1.csv",
"qclient": None,
"config_fp": "qp_klp/tests/data/configuration.json",
"run_identifier": "211021_A00000_0000_SAMPLE",
"output_dir": "qp_klp/tests/test_output",
"job_id": "78901",
"lane_number": "1",
"is_restart": False
}

Expand Down
53 changes: 0 additions & 53 deletions qp_klp/tests/test_amplicon_step.txt

This file was deleted.

Loading

0 comments on commit e28bb9f

Please sign in to comment.