Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/MapDyads.xml @ 5:604c98e58034
Uploaded
author | timpalpant |
---|---|
date | Tue, 14 Feb 2012 13:04:54 -0500 |
parents | 4b32ed5d4a1b |
children | 4fc118372ae7 |
comparison
equal
deleted
inserted
replaced
4:4b32ed5d4a1b | 5:604c98e58034 |
---|---|
1 <tool id="MapDyads" name="Map dyads" version="1.0.0"> | 1 <tool id="MapDyads" name="Map dyads" version="1.0.0"> |
2 <description>from sequencing reads</description> | 2 <description>from sequencing reads</description> |
3 <command interpreter="sh"> | 3 <command interpreter="sh"> |
4 galaxyToolRunner.sh nucleosome.MapDyads -i $input -a ${chromInfo} -o $output | 4 galaxyToolRunner.sh nucleosomes.MapDyads -i $input -a ${chromInfo} -o $output |
5 #if $type.read == 'single' | 5 #if $type.read == 'single' |
6 -s $type.size | 6 -s $type.size |
7 #end if | 7 #end if |
8 </command> | 8 </command> |
9 <inputs> | 9 <inputs> |