Mercurial > repos > mvdbeek > damidseq_core
annotate damidseq_core.xml @ 1:0d1514ecd757 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
author | mvdbeek |
---|---|
date | Thu, 23 Mar 2017 10:55:41 -0400 |
parents | eb3a145c4962 |
children | 69e346fb52a0 |
rev | line source |
---|---|
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
1 <tool id="damidseq_core" name="damidseq" version="0.1.1"> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
2 <description>align, extend and normalize a DamID-seq experiment</description> |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
3 <requirements> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
4 <requirement type="package" version="1.4">damidseq_pipeline</requirement> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
5 </requirements> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
6 <version_command><![CDATA[damidseq_pipeline --help 2>&1| grep damidseq_pipeline]]></version_command> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
7 <command detect_errors="aggressive"><![CDATA[ |
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
8 ln -f -s '$dam' A001.fastq && |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
9 ln -f -s '$dam_fusion' A002.fastq && |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
10 ln -f -s '$index' index.txt && |
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
11 HOME="\$PWD" damidseq_pipeline |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
12 --bins=$bins |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
13 --bowtie=1 |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
14 --bowtie2_genome_dir='$reference_index.fields.path' |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
15 --extend_reads=$extend_reads |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
16 --extension_method='$extension_method' |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
17 $full_data_files |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
18 --gatc_frag_file='$gatc_frag_file' |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
19 --len=$len |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
20 --max_norm_value='$max_norm_value' |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
21 $method_subtract |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
22 --min_norm_value='$min_norm_value' |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
23 --norm_method=$norm_method |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
24 --norm_steps=$norm_steps |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
25 --output_format=$output_format |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
26 --q=$q |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
27 --qscore1max=$qscore1max |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
28 --qscore1min=$qscore1min |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
29 --qscore2max=$qscore2max |
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
30 --threads=\${GALAXY_SLOTS:-4} 2>&1| LC_ALL=C sed -e 's/[^A-Za-z0-9._-]/ /g' && |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
31 mv Fusion-vs-Dam.* fusion.output |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
32 ]]></command> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
33 <configfiles> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
34 <configfile name="index">A1 Dam |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
35 A2 Fusion</configfile> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
36 </configfiles> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
37 <inputs> |
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
38 <param argument="--dam" type="data" format="fastq,fastq.gz" label="Control Dam fastq"/> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
39 <param name="dam_fusion" type="data" format="fastq,fastq.gz" label="DAM fusion fastq"/> |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
40 <param name="reference_index" type="select" label="Select reference genome" help="If your genome of interest is not listed, contact the Galaxy team"> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
41 <options from_data_table="bowtie2_indexes"> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
42 <filter type="sort_by" column="2"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
43 <validator type="no_options" message="No indexes are available for the selected input dataset"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
44 </options> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
45 </param> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
46 <param argument="--gatc_frag_file" type="data" format="gff" label="GFF file with all GATC locations"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
47 <param name="output_format" type="select" label="Select the output format for the peaks"> |
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
48 <option value="bedgraph">Bed</option> |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
49 <option value="gff">GFF</option> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
50 </param> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
51 <param argument="--extend_reads" type="boolean" truevalue="1" falsevalue="0" checked="True" label="Perform read extension?"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
52 <param argument="--extension_method" type="select" label="Select the read extension method" help="Select Full to extend all reads or GATC to extend reads to --len or to the next GATC site, whichever is shorter. Using this option increases peak resolution (default)."> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
53 <option value="gatc">To nearest GATC site</option> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
54 <option value="full">Full</option> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
55 </param> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
56 <param argument="--full_data_files" type="boolean" truevalue="--full_data_file" falsevalue="" label="Output full binned ratio files (not only GATC array)"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
57 <param argument="--len" type="integer" min="50" value="300" label="Length to extend reads to"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
58 <param argument="--bins" type="integer" min="10" value="75" label="Width of bins to use for mapping reads"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
59 <param argument="--min_norm_value" type="float" value="-5.0" label="Minimum log2 value to limit normalisation search at"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
60 <param argument="--max_norm_value" type="float" value="5.0" label="Maximum log2 value to limit normalisation search at"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
61 <param argument="--method_subtract" type="boolean" truevalue="--method_subtract" falsevalue="" label="Subtract DAM control values from DAM-fusion values instead of using the log2 ratio?"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
62 <param argument="--norm_method" type="select" label="Select normalization method"> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
63 <option value="kde">kernel density estimation of log2 GATC fragment ratio (recommended)</option> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
64 <option value="rpm">readcounts per million reads (not recommended for most use cases)</option> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
65 </param> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
66 <param argument="--norm_steps" type="integer" min="1" value="300" label="Number of points in normalisation routine"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
67 <param argument="--q" type="integer" value="30" min="0" label="Cutoff average Q score for aligned reads"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
68 <param argument="--qscore1min" type="float" min="0.0" value="0.4" max="1.0" label="min decile for normalising from Dam array"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
69 <param argument="--qscore1max" type="float" min="0.0" value="1.0" max="1.0" label="max decile for normalising from Dam array"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
70 <param argument="--qscore2max" type="float" min="0.0" value="1.0" max="1.0" label="max decile for normalising from fusion-protein array"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
71 </inputs> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
72 <outputs> |
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
73 <data name="output_ratio" format="bed" from_work_dir="fusion.output" label="DAM-fusion vs Dam-only ratio"> |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
74 <change_format> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
75 <when input="output_format" value="gff" format="gff" /> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
76 </change_format> |
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
77 <actions> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
78 <action type="metadata" name="dbkey"> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
79 <option type="from_data_table" name="bowtie2_indexes" column="1" offset="0"> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
80 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
81 <filter type="param_value" ref="reference_index" column="0"/> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
82 </option> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
83 </action> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
84 </actions> |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
85 </data> |
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
86 <data name="control_output" format="bam" from_work_dir="Dam-ext300.bam" label="DAM-only alignment"> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
87 <actions> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
88 <action type="metadata" name="dbkey"> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
89 <option type="from_data_table" name="bowtie2_indexes" column="1" offset="0"> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
90 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
91 <filter type="param_value" ref="reference_index" column="0"/> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
92 </option> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
93 </action> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
94 </actions> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
95 </data> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
96 <data name="fusion_output" format="bam" from_work_dir="Fusion-ext300.bam" label="DAM-fusion alignment"> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
97 <actions> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
98 <action type="metadata" name="dbkey"> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
99 <option type="from_data_table" name="bowtie2_indexes" column="1" offset="0"> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
100 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
101 <filter type="param_value" ref="reference_index" column="0"/> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
102 </option> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
103 </action> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
104 </actions> |
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
105 </data> |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
106 </outputs> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
107 <tests> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
108 <test> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
109 <param name="dam" value="A001.fastq"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
110 <param name="dam_fusion" value="A002.fastq"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
111 <param name="gatc_frag_file" value="dm6.GATC.gff"/> |
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
112 <param name="reference_index" value="dm6"/> |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
113 <param name="norm_method" value="rpm"/> |
1
0d1514ecd757
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit e6582f259ba7d57bc559887a87ee56e6d29f942e
mvdbeek
parents:
0
diff
changeset
|
114 <output name="output_ratio" file="output_ratio.bed"/> |
0
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
115 <output name="control_output" file="control.bam"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
116 <output name="fusion_output" file="fusion.bam"/> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
117 </test> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
118 </tests> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
119 <help><![CDATA[ |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
120 |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
121 Processing DamID-seq data involves extending single-end reads, aligning |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
122 the reads to the genome and determining the coverage, similar to |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
123 processing regular ChIP-seq datasets. However, as DamID data is |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
124 represented as a log2 ratio of (Dam-fusion/Dam), normalisation of the |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
125 sample and Dam-only control is necessary and adding pseudocounts to |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
126 mitigate the effect of background counts is highly recommended. |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
127 |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
128 damidseq_pipeline is a single script that automatically handles |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
129 sequence alignment, read extension, binned counts, normalisation, |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
130 pseudocount addition and final ratio file generation. The script uses |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
131 FASTQ or BAM files as input, and outputs the final log2 ratio files in |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
132 bedGraph (or optionally GFF) format. |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
133 |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
134 The output ratio files can easily be converted to TDF for viewing in IGV using |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
135 igvtools. The files can be processed for peak calling using find_peaks or, if |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
136 using RNA pol II DamID, transcribed genes can be determined using |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
137 polii.gene.call. |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
138 |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
139 ]]></help> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
140 <citations> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
141 <citation type="doi">10.1093/bioinformatics/btv386</citation> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
142 </citations> |
eb3a145c4962
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/damidseq_core commit b'33637968e1e32c02d7765a6701e930a0ea0dd903\n'
mvdbeek
parents:
diff
changeset
|
143 </tool> |