mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Limit input files format of tool msbar, needle, newcpgseek to fasta
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<command>msbar -sequence $input1 -outseq $out_file1 -count $count -point $point -block $block -codon $codon -inframe $inframe -minimum $minimum -maximum $maximum -osformat2 $out_format1
|
||||
-auto</command>
|
||||
<inputs>
|
||||
<param format="data" name="input1" type="data">
|
||||
<param format="fasta" name="input1" type="data">
|
||||
<label>Sequence 1</label>
|
||||
</param>
|
||||
<param name="count" size="4" type="text" value="1">
|
||||
@@ -88,8 +88,15 @@
|
||||
</outputs>
|
||||
<code file="emboss_format_corrector.py" />
|
||||
<help>
|
||||
|
||||
.. class:: warningmark
|
||||
|
||||
The input dataset needs to be sequences.
|
||||
|
||||
-----
|
||||
|
||||
You can view the original documentation here_.
|
||||
|
||||
.. _here: http://emboss.sourceforge.net/apps/release/4.0/emboss/apps/msbar.html
|
||||
</help>
|
||||
</tool>
|
||||
</tool>
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<description>Needleman-Wunsch global alignment</description>
|
||||
<command>needle -asequence $input1 -bsequence $input2 -outfile $out_file1 -gapopen $gapopen -gapextend $gapextend -brief $brief -aformat3 $out_format1 -auto</command>
|
||||
<inputs>
|
||||
<param format="data" name="input1" type="data">
|
||||
<param format="fasta" name="input1" type="data">
|
||||
<label>Sequence 1</label>
|
||||
</param>
|
||||
<param format="data" name="input2" type="data">
|
||||
<param format="fasta" name="input2" type="data">
|
||||
<label>Sequence 2</label>
|
||||
</param>
|
||||
<param name="gapopen" size="4" type="text" value="10.0">
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<description>Reports CpG rich region</description>
|
||||
<command>newcpgseek -sequence $input1 -outfile $out_file1 -score $score -auto</command>
|
||||
<inputs>
|
||||
<param format="data" name="input1" type="data">
|
||||
<param format="fasta" name="input1" type="data">
|
||||
<label>Sequence</label>
|
||||
</param>
|
||||
<param name="score" size="4" type="text" value="17">
|
||||
@@ -13,8 +13,15 @@
|
||||
<data format="txt" name="out_file1" />
|
||||
</outputs>
|
||||
<help>
|
||||
|
||||
.. class:: warningmark
|
||||
|
||||
The input dataset needs to be sequences.
|
||||
|
||||
-----
|
||||
|
||||
You can view the original documentation here_.
|
||||
|
||||
.. _here: http://emboss.sourceforge.net/apps/release/4.0/emboss/apps/newcpgseek.html
|
||||
</help>
|
||||
</tool>
|
||||
</tool>
|
||||
|
||||
Reference in New Issue
Block a user