Mercurial > repos > dcouvin > removechar
comparison removeChar.xml @ 1:b6eb9111d7af draft default tip
Uploaded
| author | dcouvin |
|---|---|
| date | Fri, 17 Sep 2021 19:39:54 +0000 |
| parents | 587281a1acec |
| children |
comparison
equal
deleted
inserted
replaced
| 0:587281a1acec | 1:b6eb9111d7af |
|---|---|
| 23 <!-- perl '$__tool_directory__/nucleScore.pl' $_input_file > "$output" --> | 23 <!-- perl '$__tool_directory__/nucleScore.pl' $_input_file > "$output" --> |
| 24 <!-- ./nuclescore.sh ${named_input_files} > "$output" --> | 24 <!-- ./nuclescore.sh ${named_input_files} > "$output" --> |
| 25 | 25 |
| 26 <inputs> | 26 <inputs> |
| 27 <param format="fasta" name="input" type="data" label="Multi-FASTA file: "/> | 27 <param format="fasta" name="input" type="data" label="Multi-FASTA file: "/> |
| 28 <param name="char" type="text" area="false" value="N" label="Character to be removed from Multi-FASTA file:" help="Users can directly write the character to be removed without quotes ("" or '')" /> | 28 <param name="char" type="text" area="false" value="N" label="Character to be removed from Multi-FASTA file:" help="Users can directly write the character to be removed without quotes" /> |
| 29 </inputs> | 29 </inputs> |
| 30 | 30 |
| 31 <outputs> | 31 <outputs> |
| 32 <data format="fasta" name="output" /> | 32 <data format="fasta" name="output" /> |
| 33 </outputs> | 33 </outputs> |
| 41 - GitHub: https://github.com/karubiotools/getSequenceInfo/tree/master/supplementary_tools | 41 - GitHub: https://github.com/karubiotools/getSequenceInfo/tree/master/supplementary_tools |
| 42 ]]> | 42 ]]> |
| 43 </help> | 43 </help> |
| 44 | 44 |
| 45 </tool> | 45 </tool> |
| 46 |
