We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582c619 commit a628228Copy full SHA for a628228
.github/workflows/latest-fast.yaml
@@ -32,6 +32,7 @@ jobs:
32
33
- name: test installation
34
run: |
35
+ conda activate comparem2_launcher
36
python --version
37
snakemake --version
38
./comparem2 --help
@@ -43,6 +44,7 @@ jobs:
43
44
45
- name: dry run
46
47
48
./comparem2 --dry-run
49
rm -rf .snakemake results_comparem2
50
@@ -69,6 +71,7 @@ jobs:
69
71
70
72
- name: fast
73
74
75
unzip tests/E._faecium/fna.zip
76
./comparem2 --config input_genomes="*.fna" --until fast
77
0 commit comments