# HG changeset patch # User iuc # Date 1466890072 14400 # Node ID 55814b6afe69e3dd5e1831e53043262ca00f9bb2 # Parent 77f5db79577429be1586abab9d0fd19a4f7f8964 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393 diff -r 77f5db795774 -r 55814b6afe69 macros.xml --- a/macros.xml Wed Jun 15 06:23:37 2016 -0400 +++ b/macros.xml Sat Jun 25 17:27:52 2016 -0400 @@ -117,11 +117,11 @@ ln -s batch_1.genotypes_*onemap.tsv batch_1.genotypes.onemap.tsv && ln -s batch_1.genotypes_*.onemap.txt batch_1.genotypes.onemap.txt && ln -s batch_1.genomic_*.tsv batch_1.genomic.tsv && - ln -s batch_1.genotypes_1.rqtl.tsv batch_1.genotypes.rqtl.tsv && - ln -s batch_1.haplotypes_1.tsv batch_1.haplotypes.tsv && + ln -s batch_1.genotypes_*.rqtl.tsv batch_1.genotypes.rqtl.tsv && + ln -s batch_1.haplotypes_*.tsv batch_1.haplotypes.tsv && ln -s batch_1.genotypes_*.loc batch_1.genotypes.loc && - ln -s batch_1.genotypes_1.txt batch_1.genotypes.txt && - ln -s batch_1.genotypes_1.tsv batch_1.genotypes.tsv && + ln -s batch_1.genotypes_*.txt batch_1.genotypes.txt && + ln -s batch_1.genotypes_*[^rqtl].tsv batch_1.genotypes.tsv && cd .. ]]> diff -r 77f5db795774 -r 55814b6afe69 stacks_rxstacks.xml --- a/stacks_rxstacks.xml Wed Jun 15 06:23:37 2016 -0400 +++ b/stacks_rxstacks.xml Sat Jun 25 17:27:52 2016 -0400 @@ -1,4 +1,4 @@ - + make corrections to genotype and haplotype calls macros.xml @@ -13,10 +13,10 @@ #for $input_file in $input_col: #set $ext = "" - #if not str($input_file.name).endswith('.tsv'): + #if not str($input_file.element_identifier).endswith('.tsv'): #set $ext = ".tsv" #end if - ln -s "${input_file}" "stacks_inputs/${input_file.name}${ext}" && + ln -s "${input_file}" "stacks_inputs/${input_file.element_identifier}${ext}" && #end for rxstacks @@ -95,19 +95,19 @@ - + - + - + - + diff -r 77f5db795774 -r 55814b6afe69 tool_dependencies.xml --- a/tool_dependencies.xml Wed Jun 15 06:23:37 2016 -0400 +++ b/tool_dependencies.xml Sat Jun 25 17:27:52 2016 -0400 @@ -1,7 +1,7 @@ - +