-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: adjust scatter intervals wrapper...
- Loading branch information
1 parent
8910805
commit d41089d
Showing
4 changed files
with
61 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
from .conftest import run_workflow, skip_if_not_modified | ||
|
||
|
||
@skip_if_not_modified | ||
def test_bwa_mem(tmpdir): | ||
run_workflow( | ||
"snappy_wrappers/wrappers/bwa", | ||
"bwa_mem_pe", | ||
["snakemake", "--cores", "1", "--use-conda", "--conda-frontend", "mamba"], | ||
tmpdir=tmpdir, | ||
) | ||
# from .conftest import run_workflow, skip_if_not_modified | ||
# | ||
# | ||
# @skip_if_not_modified | ||
# def test_bwa_mem(tmpdir): | ||
# run_workflow( | ||
# "snappy_wrappers/wrappers/bwa", | ||
# "bwa_mem_pe", | ||
# ["snakemake", "--cores", "1", "--use-conda", "--conda-frontend", "mamba"], | ||
# tmpdir=tmpdir, | ||
# ) |