Mercurial > repos > yhoogstrate > segmentation_fold
comparison scan-for-segments.xml @ 6:a61db7f9d80b draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/segmentation_fold_galaxy_wrapper commit 30448244448344cd393d444ef23b27318165cbdb-dirty
author | yhoogstrate |
---|---|
date | Fri, 04 Mar 2016 05:58:06 -0500 |
parents | fd7f0bf0f5b6 |
children | bff6e82064da |
comparison
equal
deleted
inserted
replaced
5:fd7f0bf0f5b6 | 6:a61db7f9d80b |
---|---|
1 <tool id="scan_for_segments" name="scan-for-segments" version="1.6.2-0"> | 1 <tool id="scan_for_segments" name="scan-for-segments" version="1.6.2-1"> |
2 <description>Scan for the presence of segments in sequences using segmentation-fold</description> | 2 <description>Scan for the presence of segments in sequences using segmentation-fold</description> |
3 | 3 |
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="1.6.2">segmentation-fold</requirement> | 5 <requirement type="package" version="1.6.2">segmentation-fold</requirement> |
6 <requirement type="package" version="2.7.10">python</requirement> | |
6 </requirements> | 7 </requirements> |
7 | 8 |
8 <stdio></stdio> | 9 <stdio></stdio> |
9 | 10 |
10 <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command> | 11 <version_command>segmentation-fold --version | head -n 2 | tail -n 1 | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//'</version_command> |
11 | 12 |
12 <command><![CDATA[ | 13 <command><![CDATA[ |
13 scan-for-segments | 14 scan-for-segments |
14 -T \${GALAXY_SLOTS:-4} | 15 -T \${GALAXY_SLOTS:-4} |
15 #if $parameters.use_custom_xml == "true" | 16 #if str($parameters.use_custom_xml) == "true" |
16 -x "${parameters.input_xml}" | 17 -x "${parameters.input_xml}" |
17 #else | 18 #else |
18 -x "\$SEGMENTATION_FOLD_DEFAULT_XML" | 19 -x "\$SEGMENTATION_FOLD_DEFAULT_XML" |
19 #end if | 20 #end if |
20 -p "in-depth" | 21 -p "in-depth" |