# HG changeset patch # User iuc # Date 1466890083 14400 # Node ID 216c469422d2ac211f62de261f45e050f622ff20 # Parent c2e3eca527c24e372943712fd91202797854b19e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks commit e1c1550e0bd61c88ffead2b1c4f6ab7393052393 diff -r c2e3eca527c2 -r 216c469422d2 macros.xml --- a/macros.xml Wed Jun 15 06:23:52 2016 -0400 +++ b/macros.xml Sat Jun 25 17:28:03 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 c2e3eca527c2 -r 216c469422d2 stacks_ustacks.xml --- a/stacks_ustacks.xml Wed Jun 15 06:23:52 2016 -0400 +++ b/stacks_ustacks.xml Sat Jun 25 17:28:03 2016 -0400 @@ -1,4 +1,4 @@ - + align short reads into stacks macros.xml @@ -14,12 +14,12 @@ && #if $sample.ext == "fastqsanger": - #set $data_path = splitext($sample.name)[0] + #set $data_path = splitext($sample.element_identifier)[0] #set $data_path = re.sub(r'\.1$', '', $data_path) #set $data_path = "stacks_inputs/" + $data_path + ".fq" #set inputype = "fastq" #else: - #set $data_path = splitext($sample.name)[0] + #set $data_path = splitext($sample.element_identifier)[0] #set $data_path = re.sub(r'\.1$', '', $data_path) #set $data_path = "stacks_inputs/" + $data_path + ".fa" #set inputype = "fasta" @@ -74,6 +74,8 @@ #end if -o stacks_outputs + + > ustacks.log 2>&1 ]]> @@ -109,11 +111,13 @@ + + - - > - - + + > + + @@ -122,6 +126,12 @@ + + + + + + diff -r c2e3eca527c2 -r 216c469422d2 tool_dependencies.xml --- a/tool_dependencies.xml Wed Jun 15 06:23:52 2016 -0400 +++ b/tool_dependencies.xml Sat Jun 25 17:28:03 2016 -0400 @@ -1,7 +1,7 @@ - +