Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/DNAPropertyCalculator.xml @ 25:b43c420a6135 draft default tip
Incorporate fix: https://github.com/timpalpant/java-genomics-toolkit/commit/9a6c61b7c6b8d85a1cd3f595eed657a537b85dc9
author | timpalpant |
---|---|
date | Sat, 09 Feb 2019 14:02:24 -0500 |
parents | 9d56b5b85740 |
children |
comparison
equal
deleted
inserted
replaced
24:a77e126ae856 | 25:b43c420a6135 |
---|---|
1 <tool id="DNAPropertyCalculator" name="Calculate sequence-specific DNA properties" version="2.0.0"> | 1 <tool id="DNAPropertyCalculator" name="Calculate sequence-specific DNA properties" version="2.0.0"> |
2 <description>for a genome</description> | 2 <description>for a genome</description> |
3 <command interpreter="sh">galaxyToolRunner.sh dna.DNAPropertyCalculator -i | 3 <command interpreter="bash">galaxyToolRunner.sh dna.DNAPropertyCalculator -i |
4 #if $refGenomeSource.genomeSource == "history": | 4 #if $refGenomeSource.genomeSource == "history": |
5 $refGenomeSource.ownFile | 5 $refGenomeSource.ownFile |
6 #else | 6 #else |
7 ${refGenomeSource.index.fields.path} | 7 ${refGenomeSource.index.fields.path} |
8 #end if | 8 #end if |