Mercurial > repos > iuc > stacks2_sstacks
comparison test-data/gentest.sh @ 2:0b8c84a7fdb5 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:20:51 -0400 |
parents | b7babdb3c219 |
children | d9bf483266a1 |
comparison
equal
deleted
inserted
replaced
1:e58e2ecb6285 | 2:0b8c84a7fdb5 |
---|---|
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/ |