Mercurial > repos > iuc > stacks2_shortreads
comparison test-data/gentest.sh @ 2:43e3eeb2e0ec draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f55e2407891a3c1f73f14a77b7ddadcd6f5eb1f8"
author | iuc |
---|---|
date | Wed, 15 Jul 2020 17:42:30 -0400 |
parents | ad7a60726fc3 |
children | 17d39bf0a63a |
comparison
equal
deleted
inserted
replaced
1:1974fee35ca7 | 2:43e3eeb2e0ec |
---|---|
1 #!/usr/bin/env bash | 1 #!/usr/bin/env bash |
2 eval "$(conda shell.bash hook)" | |
3 conda activate __stacks@2.52 | |
4 | |
5 | |
6 | |
2 | 7 |
3 mkdir stacks_outputs | 8 mkdir stacks_outputs |
4 | |
5 denovo_map.pl --samples demultiplexed --popmap denovo_map/popmap_cstacks.tsv -o stacks_outputs --paired && | 9 denovo_map.pl --samples demultiplexed --popmap denovo_map/popmap_cstacks.tsv -o stacks_outputs --paired && |
6 gunzip -c stacks_outputs/catalog.calls > stacks_outputs/catalog.calls.vcf | 10 gunzip -c stacks_outputs/catalog.calls > stacks_outputs/catalog.calls.vcf |
7 rm stacks_outputs/catalog.calls | 11 rm stacks_outputs/catalog.calls |
8 | 12 |
9 mv stacks_outputs/PopA_0{1,2}.{tags,snps,alleles}.tsv ustacks/ | 13 mv stacks_outputs/PopA_0{1,2}.{tags,snps,alleles}.tsv ustacks/ |