mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Forgot to eliminate the emboss path...
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<tool id="EMBOSS: cpgplot15" name="cpgplot" version="5.0.0">
|
||||
<description>Plot CpG rich areas</description>
|
||||
<command interpreter="perl">emboss_cpgplot_wrapper.pl /home/universe/linux-i686/EMBOSS-5.0.0/bin/cpgplot -sequence $input1 -window $window -minlen $minlen -minpc $minpc -outfile $outfile -graph png -goutfile $goutfile -outfeat $outfeat -minoe $minoe -auto</command>
|
||||
<command interpreter="perl">emboss_cpgplot_wrapper.pl cpgplot -sequence $input1 -window $window -minlen $minlen -minpc $minpc -outfile $outfile -graph png -goutfile $goutfile -outfeat $outfeat -minoe $minoe -auto</command>
|
||||
<inputs>
|
||||
<param format="data" name="input1" type="data">
|
||||
<label>On query</label>
|
||||
|
||||
Reference in New Issue
Block a user