Skip to content

Commit

Permalink
include a glob for outdir
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jun 25, 2024
1 parent 49df787 commit caf1366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_mRNA.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def test_mrna(self, ifs):
org
]
)
print(list(Path('test_mrna').glob('*.*')))
assert Path('test_mrna/mRNA-seq_snakePipes.done').is_file == True


0 comments on commit caf1366

Please sign in to comment.