Mercurial > repos > vijay > pancancer_map_mutation_class
comparison map_mutation_class.xml @ 0:54c85c40dce1 draft default tip
"planemo upload for repository http://github.com/nvk747/papaa/galaxy/ commit 954b283ef7f82f59f55476a4b3a230d655187ac1"
author | vijay |
---|---|
date | Wed, 16 Dec 2020 23:31:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:54c85c40dce1 |
---|---|
1 <tool id="pancancer_map_mutation_class" name="PAPAA: PanCancer map mutation class" version="@VERSION@"> | |
2 <description>map mutation class</description> | |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements"/> | |
7 <expand macro="stdio"/> | |
8 <version_command><![CDATA['papaa_map_mutation_class.py' --version]]></version_command> | |
9 <command><![CDATA[ | |
10 mkdir 'classifier' && | |
11 ln -s '${classifier_decisions}' 'classifier/classifier_decisions.tsv' && | |
12 papaa_map_mutation_class.py | |
13 --classifier_decisions 'classifier' | |
14 #if $path_genes and str($path_genes): | |
15 --path_genes '$path_genes' | |
16 #end if | |
17 @INPUTS_COPY_NUMBER_FILE_CONDITIONAL@ | |
18 @INPUT_FILENAME_RAW_MUT@ | |
19 > '${log}' | |
20 ]]> | |
21 </command> | |
22 <inputs> | |
23 <param argument="--classifier_decisions" label="pancancer decisions" name="classifier_decisions" optional="false" type="data" format="tabular" help="classifier_decisions.tsv"/> | |
24 <param argument="--path_genes" label="string of the genes to extract or genelist file" name="path_genes" optional="true" type= "data" format="txt"/> | |
25 <expand macro="inputs_copy_number_file_conditional" /> | |
26 <expand macro="input_filename_raw_mut" /> | |
27 </inputs> | |
28 <outputs> | |
29 <data format="txt" name="log" label="${tool.name} on ${on_string} (Log)"/> | |
30 <data format="tabular" name="mutation_classification_scores" label="${tool.name} on ${on_string} (mutation_classification_scores.tsv)" from_work_dir="classifier/tables/mutation_classification_scores.tsv"/> | |
31 </outputs> | |
32 <tests> | |
33 <test> | |
34 <param name="classifier_decisions" value="classifier_decisions.tsv" ftype="tabular"/> | |
35 <param name="path_genes" value="path_genes.txt" ftype="txt"/> | |
36 <param name="copy_number" value="yes"/> | |
37 <param name="filename_copy_loss" value="copy_number_loss_status_t10p.tsv.gz" ftype="tabular"/> | |
38 <param name="filename_copy_gain" value="copy_number_gain_status_t10p.tsv.gz" ftype="tabular"/> | |
39 <param name="filename_raw_mut" value="mc3.v0.2.8.PUBLIC_t1p.maf.gz" ftype="tabular"/> | |
40 <output name="log" file="map_mutation_class_Log.txt"/> | |
41 <output name="mutation_classification_scores" file="mutation_classification_scores.tsv" /> | |
42 </test> | |
43 </tests> | |
44 <help><![CDATA[ | |
45 | |
46 **Pancancer_Aberrant_Pathway_Activity_Analysis scripts/papaa_map_mutation_class.py:** | |
47 | |
48 **Inputs:** | |
49 --classifer_decisions String of the location of folder containing classifier_decisions.tsv | |
50 --path_genes comma separated string of HUGO symbols for all genes in the pathway or Pathway genes list file | |
51 --filename_copy_loss Filename of copy number loss | |
52 --filename_copy_gain Filename of copy number gain | |
53 --filename_raw_mut Filename of raw mut MAF | |
54 | |
55 **Outputs:** | |
56 Merge per sample classifier scores with mutation types present in each sample and generate "mutation_classification_scores.tsv" file ]]> | |
57 </help> | |
58 <expand macro="citations" /> | |
59 </tool> |