Skip to content

Commit

Permalink
HiC outdirs in tests to factory too
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Aug 9, 2024
1 parent ee808ea commit e1c79ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/test_jobcounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,7 @@ def test_default(self, ifs):
'-i',
ifs / 'PE',
'-o',
'output',
ifs / 'output',
'--snakemakeOptions',
SMKOPTS,
ifs / 'org.yaml'
Expand All @@ -2160,7 +2160,7 @@ def test_ice(self, ifs):
'-i',
ifs / 'PE',
'-o',
'output',
ifs / 'output',
'--snakemakeOptions',
SMKOPTS,
'--correctionMethod',
Expand All @@ -2178,7 +2178,7 @@ def test_trim(self, ifs):
'-i',
ifs / 'PE',
'-o',
'output',
ifs / 'output',
'--snakemakeOptions',
SMKOPTS,
'--trim',
Expand All @@ -2195,7 +2195,7 @@ def test_dpnii(self, ifs):
'-i',
ifs / 'PE',
'-o',
'output',
ifs / 'output',
'--snakemakeOptions',
SMKOPTS,
'--enzyme',
Expand All @@ -2213,7 +2213,7 @@ def test_notad(self, ifs):
'-i',
ifs / 'PE',
'-o',
'output',
ifs / 'output',
'--snakemakeOptions',
SMKOPTS,
'--noTAD',
Expand All @@ -2230,7 +2230,7 @@ def test_bwamem2(self, ifs):
'-i',
ifs / 'PE',
'-o',
'output',
ifs / 'output',
'--snakemakeOptions',
SMKOPTS,
'--aligner',
Expand All @@ -2250,7 +2250,7 @@ def test_default(self, ifs):
'-i',
ifs / 'PE',
'-o',
'output',
ifs / 'output',
'--snakemakeOptions',
SMKOPTS,
'--fastqc',
Expand All @@ -2268,7 +2268,7 @@ def test_DAG(self, ifs):
'-i',
ifs / 'PE',
'-o',
'output',
ifs / 'output',
'--snakemakeOptions',
SMKOPTS,
'--fastqc',
Expand Down

0 comments on commit e1c79ba

Please sign in to comment.