Mercurial > repos > iuc > stacks2_denovomap
diff test-data/gentest.sh @ 2:4bc718cabb64 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f55e2407891a3c1f73f14a77b7ddadcd6f5eb1f8"
| author | iuc |
|---|---|
| date | Wed, 15 Jul 2020 21:10:55 +0000 |
| parents | d6eea2ecafd4 |
| children | 3ad654d19ce8 |
line wrap: on
line diff
--- a/test-data/gentest.sh Mon Sep 30 14:01:16 2019 -0400 +++ b/test-data/gentest.sh Wed Jul 15 21:10:55 2020 +0000 @@ -1,7 +1,11 @@ #!/usr/bin/env bash +eval "$(conda shell.bash hook)" +conda activate __stacks@2.52 + + + mkdir stacks_outputs - denovo_map.pl --samples demultiplexed --popmap denovo_map/popmap_cstacks.tsv -o stacks_outputs --paired && gunzip -c stacks_outputs/catalog.calls > stacks_outputs/catalog.calls.vcf rm stacks_outputs/catalog.calls
