Mercurial > repos > iuc > stacks2_refmap
view test-data/gentest.sh @ 7:ba5d1149a25f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit feda4e2ea70c013fcddd1dbdeab73158fe9c86a4
| author | iuc |
|---|---|
| date | Mon, 23 May 2022 17:29:51 +0000 |
| parents | 54541bef380c |
| children |
line wrap: on
line source
#!/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 mv stacks_outputs/PopA_0{1,2}.{tags,snps,alleles}.tsv ustacks/ mv stacks_outputs/catalog.{tags,snps,alleles}.tsv cstacks/ mv stacks_outputs/PopA_0{1,2}.matches.tsv sstacks/ mv stacks_outputs/PopA_0{1,2}.matches.bam tsv2bam/ mv stacks_outputs/tsv2bam.log tsv2bam/ mv stacks_outputs/catalog.{calls.vcf,fa.gz} gstacks/ mv stacks_outputs/gstacks.log* gstacks/ mv stacks_outputs/populations.* populations/ mv stacks_outputs/denovo_map.log denovo_map/ rmdir stacks_outputs
