Mercurial > repos > vijay > pancancer_targene_pharmacology
comparison targene_pharmacology.xml @ 0:aa5e0e353148 draft default tip
"planemo upload for repository http://github.com/nvk747/papaa/galaxy/ commit 954b283ef7f82f59f55476a4b3a230d655187ac1"
author | vijay |
---|---|
date | Wed, 16 Dec 2020 23:32:07 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:aa5e0e353148 |
---|---|
1 <tool id="pancancer_targene_pharmacology" name="PAPAA: PanCancer targene pharmacology" version="@VERSION@"> | |
2 <description>ccle pharmocology predictions </description> | |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements"/> | |
7 <expand macro="stdio"/> | |
8 <version_command><![CDATA['papaa_targene_pharmacology.R' --version 2>&1 | grep PAPAA]]></version_command> | |
9 <command><![CDATA[ | |
10 mkdir 'classifier' && | |
11 mkdir -p 'classifier/figures' && | |
12 mkdir -p 'classifier/figures/cell_line' && | |
13 mkdir -p 'classifier/tables' && | |
14 ln -s '${gdsc1_targene_pharmacology_predictions}' 'classifier/tables/gdsc1_targene_pharmacology_predictions.tsv' && | |
15 ln -s '${gdsc2_targene_pharmacology_predictions}' 'classifier/tables/gdsc2_targene_pharmacology_predictions.tsv' && | |
16 ln -s '${gdsc1_ccle_targene_pharmacology_predictions}' 'classifier/tables/gdsc1_ccle_targene_pharmacology_predictions.tsv' && | |
17 ln -s '${gdsc2_ccle_targene_pharmacology_predictions}' 'classifier/tables/gdsc2_ccle_targene_pharmacology_predictions.tsv' && | |
18 papaa_targene_pharmacology.R | |
19 --classifier_results 'classifier' | |
20 #if $compound and str($compound): | |
21 --compound '$compound' | |
22 #end if | |
23 > '${log}' | |
24 ]]> | |
25 </command> | |
26 <inputs> | |
27 <param label="gdsc1 targene pharmacology predictions" name="gdsc1_targene_pharmacology_predictions" optional="false" type="data" format="tabular" help="gdsc1_targene_pharmacology_predictions.tsv"/> | |
28 <param label="gdsc2 targene pharmacology predictions" name="gdsc2_targene_pharmacology_predictions" optional="false" type="data" format="tabular" help="gdsc2_targene_pharmacology_predictions.tsv"/> | |
29 <param label="gdsc1 ccle targene pharmacology predictions" name="gdsc1_ccle_targene_pharmacology_predictions" optional="false" type="data" format="tabular" help="gdsc1_ccle_targene_pharmacology_predictions.tsv"/> | |
30 <param label="gdsc2 ccle targene pharmacology predictions" name="gdsc2_ccle_targene_pharmacology_predictions" optional="false" type="data" format="tabular" help="gdsc2_ccle_targene_pharmacology_predictions.tsv"/> | |
31 <param argument="--compound" label="Filename list of compounds" name="compound" optional="false" type="data" format="txt" help="data/compounds_of_interest.txt"/> | |
32 </inputs> | |
33 <outputs> | |
34 <data format="txt" name="log" label="${tool.name} on ${on_string} (Log)"/> | |
35 <data format="pdf" name="GDSC1_targene_all_drug_response" label="${tool.name} on ${on_string} (GDSC1_targene_all_drug_response.pdf)" from_work_dir="classifier/figures/cell_line/GDSC1_targene_all_drug_response.pdf"/> | |
36 <data format="pdf" name="GDSC2_targene_all_drug_response" label="${tool.name} on ${on_string} (GDSC2_targene_all_drug_response.pdf)" from_work_dir="classifier/figures/cell_line/GDSC2_targene_all_drug_response.pdf"/> | |
37 <data format="pdf" name="GDSC1_ccle_targene_all_drug_response" label="${tool.name} on ${on_string} (GDSC1_ccle_targene_all_drug_response.pdf)" from_work_dir="classifier/figures/cell_line/GDSC1_ccle_targene_all_drug_response.pdf"/> | |
38 <data format="pdf" name="GDSC2_ccle_targene_all_drug_response" label="${tool.name} on ${on_string} (GDSC2_ccle_targene_all_drug_response.pdf)" from_work_dir="classifier/figures/cell_line/GDSC2_ccle_targene_all_drug_response.pdf"/> | |
39 </outputs> | |
40 <tests> | |
41 <test> | |
42 <param name="compound" value="compounds_of_interest.txt" ftype="txt"/> | |
43 <param name="gdsc1_targene_pharmacology_predictions" value="gdsc1_targene_pharmacology_predictions.tsv" ftype="tabular"/> | |
44 <param name="gdsc2_targene_pharmacology_predictions" value="gdsc2_targene_pharmacology_predictions.tsv" ftype="tabular"/> | |
45 <param name="gdsc1_ccle_targene_pharmacology_predictions" value="gdsc1_ccle_targene_pharmacology_predictions.tsv" ftype="tabular"/> | |
46 <param name="gdsc2_ccle_targene_pharmacology_predictions" value="gdsc2_ccle_targene_pharmacology_predictions.tsv" ftype="tabular"/> | |
47 <output name="log" file="targene_pharmacology_Log.txt"/> | |
48 <output name="GDSC1_targene_all_drug_response" file="GDSC1_targene_all_drug_response.pdf" compare="sim_size" delta="50"/> | |
49 <output name="GDSC2_targene_all_drug_response" file="GDSC2_targene_all_drug_response.pdf" compare="sim_size" delta="50"/> | |
50 <output name="GDSC1_ccle_targene_all_drug_response" file="GDSC1_ccle_targene_all_drug_response.pdf" compare="sim_size" delta="50"/> | |
51 <output name="GDSC2_ccle_targene_all_drug_response" file="GDSC2_ccle_targene_all_drug_response.pdf" compare="sim_size" delta="50"/> | |
52 </test> | |
53 </tests> | |
54 <help><![CDATA[ | |
55 **Pancancer_Aberrant_Pathway_Activity_Analysis scripts/viz/papaa_targene_pharmacology.R:** | |
56 | |
57 **Inputs:** | |
58 --classifier_results String of the location of classifier results folder | |
59 --compound Filename of list of GDSC pharmacological compounds for evaluation | |
60 | |
61 **Outputs:** | |
62 Scatter plots with visualizing drug response compared to GDSC targene classifier scores for GDSC1 pharmacological dataset (GDSC1_targene_all_drug_response.pdf) | |
63 | |
64 Scatter plots with visualizing drug response compared to CCLE targene classifier scores for GDSC1 pharmacological dataset (GDSC1_ccle_targene_all_drug_response.pdf) | |
65 | |
66 Scatter plots with visualizing drug response compared to GDSC targene classifier scores for GDSC2 pharmacological dataset (GDSC2_targene_all_drug_response.pdf) | |
67 | |
68 Scatter plots with visualizing drug response compared to CCLE targene classifier scores for GDSC2 pharmacological dataset (GDSC2_ccle_targene_all_drug_response.pdf) ]]> | |
69 </help> | |
70 <expand macro="citations" /> | |
71 </tool> |