Mercurial > repos > deepakjadmin > r_caret_test1
annotate pasre.xml @ 0:a4a2ad5a214e draft default tip
Uploaded
| author | deepakjadmin |
|---|---|
| date | Thu, 05 Nov 2015 02:37:56 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool id="aaacaret005" name="Extract IDs From Prediction Result" version="0.0.1"> | |
| 3 <description>This tool parse the compound name/ids from prediction result</description> | |
| 4 <command> | |
| 5 awk -F '\t' '{print $1}' $predictionfile | sed '1d' | sed 's/"//g' | sed -e 's/^[ \t]*//;s/[ \t]*$//' >$Selected_Ids ; | |
| 6 </command> | |
| 7 | |
| 8 <inputs> | |
| 9 <param name="predictionfile" type="data" format="txt,csv,tabular" label="Predition Result File" help ="upload gcac prediction result file " /> | |
| 10 </inputs> | |
| 11 <outputs> | |
| 12 <data name="Selected_Ids" type="data" format="txt" label="Ids-${predictionfile.name}" /> | |
| 13 </outputs> | |
| 14 <help> | |
| 15 </help> | |
| 16 </tool> |
