Mercurial > repos > iuc > stacks2_ustacks
comparison test-data/gentest.sh @ 2:d033e1ccb386 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit f55e2407891a3c1f73f14a77b7ddadcd6f5eb1f8"
author | iuc |
---|---|
date | Thu, 16 Jul 2020 07:31:44 -0400 |
parents | 7e5a174bc201 |
children | 8a35a3bc6752 |
comparison
equal
deleted
inserted
replaced
1:21d2aa544835 | 2:d033e1ccb386 |
---|---|
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/ |