Mercurial > repos > jfb > kinatest_scoring_function
comparison scoring function/KinatestScoring.xml @ 2:3de8a42a39f8 draft
Uploaded
author | jfb |
---|---|
date | Sat, 27 Apr 2019 15:17:30 -0400 |
parents | 876d4ca7289d |
children | 1d532e5664dd |
comparison
equal
deleted
inserted
replaced
1:876d4ca7289d | 2:3de8a42a39f8 |
---|---|
2 <description>determine if peptides will be phosphorylated</description> | 2 <description>determine if peptides will be phosphorylated</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package">R</requirement> | 4 <requirement type="package">R</requirement> |
5 </requirements> | 5 </requirements> |
6 <command><![CDATA[ | 6 <command><![CDATA[ |
7 ln -s '$__tool_directory__/screener7-7.csv' screener.csv && | 7 ln -s '$__tool_directory__/screener.csv' screener.csv && |
8 ln -s '$FisherTable' Fisher-Char.csv && | 8 ln -s '$FisherTable' Fisher-Char.csv && |
9 ln -s '$CharacterizationTable' Fisher-Table.csv && | 9 ln -s '$CharacterizationTable' Fisher-Table.csv && |
10 Rscript '$__tool_directory__/KinatestFisherScoring.R' outGroup | 10 Rscript '$__tool_directory__/KinatestFisherScoring.R' outGroup |
11 ]]></command> | 11 ]]></command> |
12 <inputs> | 12 <inputs> |