Mercurial > repos > mvdbeek > damidseq_core
comparison damidseq_core.xml @ 4:b07936a3962d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit 077b3265c7a67b999daa820e13888991b15a98a1
author | mvdbeek |
---|---|
date | Sun, 26 Mar 2017 15:53:05 -0400 |
parents | e47f77820200 |
children | 6c00620084a5 |
comparison
equal
deleted
inserted
replaced
3:e47f77820200 | 4:b07936a3962d |
---|---|
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="1.4">damidseq_pipeline</requirement> | 4 <requirement type="package" version="1.4">damidseq_pipeline</requirement> |
5 </requirements> | 5 </requirements> |
6 <version_command><![CDATA[damidseq_pipeline --help 2>&1| grep damidseq_pipeline]]></version_command> | 6 <version_command><![CDATA[damidseq_pipeline --help 2>&1| grep damidseq_pipeline]]></version_command> |
7 <command detect_errors="aggressive"><![CDATA[ | 7 <command detect_errors="aggressive"><![CDATA[ |
8 ln -f -s '$dam' A001.fastq && | |
9 ln -f -s '$dam_fusion' A002.fastq && | 8 ln -f -s '$dam_fusion' A002.fastq && |
9 ln -f -s '$dam_only' A001.fastq && | |
10 ln -f -s '$index' index.txt && | 10 ln -f -s '$index' index.txt && |
11 HOME="\$PWD" damidseq_pipeline | 11 HOME="\$PWD" damidseq_pipeline |
12 --bins=$bins | 12 --bins=$bins |
13 --bowtie=1 | 13 --bowtie=1 |
14 --bowtie2_genome_dir='$reference_index.fields.path' | 14 --bowtie2_genome_dir='$reference_index.fields.path' |
34 <configfile name="index">A1 Dam | 34 <configfile name="index">A1 Dam |
35 A2 Fusion</configfile> | 35 A2 Fusion</configfile> |
36 </configfiles> | 36 </configfiles> |
37 <inputs> | 37 <inputs> |
38 <param name="dam_fusion" type="data" format="fastq,fastq.gz" label="Dam fusion fastq"/> | 38 <param name="dam_fusion" type="data" format="fastq,fastq.gz" label="Dam fusion fastq"/> |
39 <param argument="--dam" type="data" format="fastq,fastq.gz" label="Control Dam fastq"/> | 39 <param name="dam_only" type="data" format="fastq,fastq.gz" label="Control Dam fastq"/> |
40 <param name="reference_index" type="select" label="Select reference genome" help="If your genome of interest is not listed, contact the Galaxy team"> | 40 <param name="reference_index" type="select" label="Select reference genome" help="If your genome of interest is not listed, contact the Galaxy team"> |
41 <options from_data_table="bowtie2_indexes"> | 41 <options from_data_table="bowtie2_indexes"> |
42 <filter type="sort_by" column="2"/> | 42 <filter type="sort_by" column="2"/> |
43 <validator type="no_options" message="No indexes are available for the selected input dataset"/> | 43 <validator type="no_options" message="No indexes are available for the selected input dataset"/> |
44 </options> | 44 </options> |
104 </actions> | 104 </actions> |
105 </data> | 105 </data> |
106 </outputs> | 106 </outputs> |
107 <tests> | 107 <tests> |
108 <test> | 108 <test> |
109 <param name="dam" value="A001.fastq"/> | |
110 <param name="dam_fusion" value="A002.fastq"/> | 109 <param name="dam_fusion" value="A002.fastq"/> |
110 <param name="dam_only" value="A001.fastq"/> | |
111 <param name="gatc_frag_file" value="dm6.GATC.gff"/> | 111 <param name="gatc_frag_file" value="dm6.GATC.gff"/> |
112 <param name="reference_index" value="dm6"/> | 112 <param name="reference_index" value="dm6"/> |
113 <param name="norm_method" value="rpm"/> | 113 <param name="norm_method" value="rpm"/> |
114 <output name="output_ratio" file="output_ratio.bed"/> | 114 <output name="output_ratio" file="output_ratio.bed"/> |
115 <output name="control_output" file="control.bam"/> | 115 <output name="control_output" file="control.bam"/> |