We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222dfdc commit 524e7b1Copy full SHA for 524e7b1
tests/test_tasks.py
@@ -38,7 +38,7 @@ def test_platform_retrieval_by_name_when_unknown_instrument():
38
match_geo_platform('GPL29597')
39
40
def test_align_sample_task():
41
- task = AlignSample('GSE', 'GSM', reference_id='hg38_ncbi', scope='genes')
+ task = AlignSample('GSE', 'GSM', reference_id='hg38_ncbi', taxon='human', scope='genes')
42
assert task.output().path == join(cfg.OUTPUT_DIR, cfg.ALIGNDIR, 'hg38_ncbi', 'GSE', 'GSM.genes.results')
43
assert task.walltime == datetime.timedelta(days=1)
44
0 commit comments