Mercurial > repos > rnateam > chipseeker
annotate chipseeker.xml @ 8:8bd92f2404dd draft default tip
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
author | rnateam |
---|---|
date | Fri, 27 Aug 2021 10:49:39 +0000 |
parents | 1b9a9409831d |
children |
rev | line source |
---|---|
8
8bd92f2404dd
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
rnateam
parents:
7
diff
changeset
|
1 <tool id="chipseeker" name="ChIPseeker" version="1.28.3+galaxy0"> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
2 <description>for ChIP peak annotation and visualization</description> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
3 <requirements> |
8
8bd92f2404dd
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
rnateam
parents:
7
diff
changeset
|
4 <requirement type="package" version="1.28.3">bioconductor-chipseeker</requirement> |
8bd92f2404dd
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
rnateam
parents:
7
diff
changeset
|
5 <requirement type="package" version="1.6.6">r-optparse</requirement> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
6 </requirements> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
7 <version_command><![CDATA[ |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
8 echo $(R --version | grep version | grep -v GNU)", ChIPseeker version" $(R --vanilla --slave -e "library(ChIPseeker); cat(sessionInfo()\$otherPkgs\$ChIPseeker\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", optparse version" $(R --vanilla --slave -e "library(optparse); cat(sessionInfo()\$otherPkgs\$optparse\$Version)" 2> /dev/null | grep -v -i "WARNING: ") |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
9 ]]></version_command> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
11 #set gtf = "refgtf" |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
12 #if $gtf_source.gtf_source_select == "history": |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
13 ln -s '${gtf_source.gtf_hist}' $gtf && |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
14 #else if $gtf_source.gtf_source_select == "cached": |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
15 ln -s '${gtf_source.gtf_builtin.fields.path}' $gtf && |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
16 #end if |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
17 |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
18 #if $rscript: |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
19 cp '$__tool_directory__/chipseeker.R' '$out_rscript' && |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
20 #end if |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
21 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
22 Rscript '$__tool_directory__/chipseeker.R' |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
23 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
24 -i '$peaks' |
7
1b9a9409831d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit e07ee851144e07fde91877727d6a39a1906f7639
rnateam
parents:
6
diff
changeset
|
25 -H $header |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
26 -G '$gtf' |
2
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
27 -u $adv.upstream |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
28 -d $adv.downstream |
6
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
29 |
2
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
30 #if $adv.flankgeneinfo: |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
31 -F $adv.flankgeneinfo |
6
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
32 #end if |
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
33 |
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
34 -D $adv.flankgenedist |
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
35 |
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
36 #if $adv.ignoreUpstream: |
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
37 -j $adv.ignoreUpstream |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
38 #end if |
6
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
39 |
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
40 #if $adv.ignoreDownstream: |
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
41 -k $adv.ignoreDownstream |
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
42 #end if |
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
43 |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
44 -f $format |
6
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
45 |
5
4c2dbe4dbb4e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 853e74181667ce9ac6a0c91d4a2b204c0b3fda06
rnateam
parents:
4
diff
changeset
|
46 #if $pdf: |
4c2dbe4dbb4e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 853e74181667ce9ac6a0c91d4a2b204c0b3fda06
rnateam
parents:
4
diff
changeset
|
47 -p $pdf |
4c2dbe4dbb4e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 853e74181667ce9ac6a0c91d4a2b204c0b3fda06
rnateam
parents:
4
diff
changeset
|
48 #end if |
6
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
49 |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
50 -r $rdata |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
51 ]]> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
52 </command> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
53 <inputs> |
2
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
54 <param name="peaks" type="data" format="bed,interval,tabular" label="Peaks file" help="A peaks file in BED format." /> |
7
1b9a9409831d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit e07ee851144e07fde91877727d6a39a1906f7639
rnateam
parents:
6
diff
changeset
|
55 <param name="header" type="boolean" truevalue="True" falsevalue="False" checked="False" label="Peaks file has header?" help="If this option is set to Yes, the tool will assume that the peak file has column headers in the first row. Default: No" /> |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
56 <conditional name="gtf_source"> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
57 <param name="gtf_source_select" type="select" label="Annotation source" help="Select a GTF to use for annotation source."> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
58 <option value="cached" selected="true">Use a built-in GTF</option> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
59 <option value="history">Use a GTF from history</option> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
60 </param> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
61 <when value="cached"> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
62 <param name="gtf_builtin" type="select" label="Select a built-in GTF" help="If the GTF file for your transcriptome of interest is not listed, contact your Galaxy administrator"> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
63 <options from_data_table="gene_sets"> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
64 <filter type="sort_by" column="2" /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
65 <validator type="no_options" message="No GTF file is available." /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
66 </options> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
67 </param> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
68 </when> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
69 <when value="history"> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
70 <param name="gtf_hist" type="data" format="gtf" label="Select a history GTF" /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
71 </when> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
72 </conditional> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
73 <param name="format" type="select" label="Output Format"> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
74 <option value="interval" selected="True">Interval</option> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
75 <option value="tabular">Tabular (tab-separated)</option> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
76 </param> |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
77 <param name="pdf" type="boolean" truevalue="True" falsevalue="" checked="True" label="Output PDF of plots?" help="Default: Yes" /> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
78 <param name="rscript" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="False" label="Output Rscript?" help="If this option is set to Yes, the Rscript used to annotate the IDs will be provided as a text file in the output. Default: No" /> |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
79 <param name="rdata" type="boolean" truevalue="True" falsevalue="False" checked="False" label="Output RData file?" |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
80 help="Output all the data used by R to construct the tables and plots, can be loaded into R. Default: No"> |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
81 </param> |
2
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
82 |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
83 <section name="adv" expanded="false" title="Advanced Options"> |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
84 <param name="upstream" type="integer" min="0" value="3000" label="TSS upstream region" help="User can define TSS (transcription start site) region, by default TSS is defined from -3kb to +3kb." /> |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
85 <param name="downstream" type="integer" min="0" value="3000" label="TSS downstream region" help="User can define TSS (transcription start site) region, by default TSS is defined from -3kb to +3kb."/> |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
86 <param name="flankgeneinfo" type="boolean" truevalue="True" falsevalue="False" checked="False" label="Add flanking gene information?" help="If specified all genes within the flanking gene distance are reported for each peak. Default: No."/> |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
87 <param name="flankgenedist" type="integer" min="0" value="5000" label="Flanking gene distance" help="If flanking gene info is turned on the flanking distance can be specified. Default: 5000."/> |
6
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
88 <param name="ignoreUpstream" type="boolean" truevalue="True" falsevalue="False" checked="False" label="Ignore upstream?" help="If Yes only annotate gene at the 3’ of the peak. Default: No."/> |
b418a1d3585d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit d83142dbe2432fcb0f56dcd6311a05c061628ecc
rnateam
parents:
5
diff
changeset
|
89 <param name="ignoreDownstream" type="boolean" truevalue="True" falsevalue="False" checked="False" label="Ignore downstream?" help="If Yes only annotate gene at the 5’ of the peak. Default: No."/> |
2
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
90 </section> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
91 </inputs> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
92 |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
93 <outputs> |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
94 <data name="out_tab" format="interval" from_work_dir="out.tab" label="${tool.name} on ${on_string}: Annotated Peaks" > |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
95 <change_format> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
96 <when input="format" value="tabular" format="tabular" /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
97 </change_format> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
98 </data> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
99 <data name="out_plots" format="pdf" from_work_dir="out.pdf" label="${tool.name} on ${on_string}: Plots"> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
100 <filter>pdf</filter> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
101 </data> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
102 <data name="out_rscript" format="txt" from_work_dir="out_rscript.txt" label="${tool.name} on ${on_string}: Rscript"> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
103 <filter>rscript</filter> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
104 </data> |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
105 <data name="out_rdata" format="rdata" from_work_dir="ChIPseeker_analysis.RData" label="${tool.name} on ${on_string}: RData file"> |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
106 <filter>rdata</filter> |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
107 </data> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
108 </outputs> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
109 |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
110 <tests> |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
111 <!-- Ensure bed and GTF inputs and all outputs work --> |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
112 <test expect_num_outputs="4"> |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
113 <param name="peaks" value="in.bed" ftype="bed"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
114 <param name="gtf_source_select" value="history"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
115 <param name="gtf_hist" value="in.gtf"/> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
116 <param name="rscript" value="True"/> |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
117 <param name="rdata" value="True"/> |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
118 <output name="out_tab" ftype="interval" file="out.int" /> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
119 <output name="out_plots" file="out.pdf" compare="sim_size"/> |
8
8bd92f2404dd
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
rnateam
parents:
7
diff
changeset
|
120 <output name="out_rscript"> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
121 <assert_contents> |
8
8bd92f2404dd
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
rnateam
parents:
7
diff
changeset
|
122 <has_text_matching expression="peak_anno.*annotatePeak" /> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
123 </assert_contents> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
124 </output> |
8
8bd92f2404dd
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
rnateam
parents:
7
diff
changeset
|
125 <output name="out_rdata"> |
8bd92f2404dd
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
rnateam
parents:
7
diff
changeset
|
126 <assert_contents> |
8bd92f2404dd
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
rnateam
parents:
7
diff
changeset
|
127 <has_size value="160346" delta="300"/> |
8bd92f2404dd
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
rnateam
parents:
7
diff
changeset
|
128 </assert_contents> |
8bd92f2404dd
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit d30c91c3b4f71ec45b72976f7c2f08ea7df1e376-dirty"
rnateam
parents:
7
diff
changeset
|
129 </output> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
130 </test> |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
131 <!-- Ensure built-in GTF works --> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
132 <test expect_num_outputs="2"> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
133 <param name="peaks" value="in.interval" ftype="interval"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
134 <param name="gtf_source_select" value="cached"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
135 <output name="out_tab" ftype="interval" file="outint.int" /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
136 <output name="out_plots" file="out.pdf" compare="sim_size"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
137 </test> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
138 <!-- Ensure tabular output works --> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
139 <test expect_num_outputs="2"> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
140 <param name="peaks" value="in.interval" ftype="interval"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
141 <param name="gtf_source_select" value="history"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
142 <param name="gtf_hist" value="in.gtf"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
143 <param name="format" value="tabular"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
144 <output name="out_tab" ftype="tabular" file="outint.tab" /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
145 <output name="out_plots" file="out.pdf" compare="sim_size"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
146 </test> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
147 <!-- Ensure TSS region specification works --> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
148 <test expect_num_outputs="2"> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
149 <param name="peaks" value="in.interval" ftype="interval"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
150 <param name="gtf_source_select" value="history"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
151 <param name="gtf_hist" value="in.gtf"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
152 <param name="upstream" value="1000" /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
153 <param name="downstream" value="1000" /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
154 <param name="format" value="tabular"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
155 <output name="out_tab" ftype="tabular" file="outtss.tab" /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
156 <output name="out_plots" file="out.pdf" compare="sim_size"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
157 </test> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
158 <!-- Ensure flanking genes works --> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
159 <test expect_num_outputs="2"> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
160 <param name="peaks" value="in.interval" ftype="interval"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
161 <param name="gtf_source_select" value="history"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
162 <param name="gtf_hist" value="in.gtf"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
163 <param name="flankgeneinfo" value="True" /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
164 <param name="format" value="tabular"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
165 <output name="out_tab" ftype="tabular" file="outflank.tab" /> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
166 <output name="out_plots" file="out.pdf" compare="sim_size"/> |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
167 </test> |
5
4c2dbe4dbb4e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 853e74181667ce9ac6a0c91d4a2b204c0b3fda06
rnateam
parents:
4
diff
changeset
|
168 <!-- Ensure the tool works when no plots are outputed --> |
4c2dbe4dbb4e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 853e74181667ce9ac6a0c91d4a2b204c0b3fda06
rnateam
parents:
4
diff
changeset
|
169 <test expect_num_outputs="1"> |
4c2dbe4dbb4e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 853e74181667ce9ac6a0c91d4a2b204c0b3fda06
rnateam
parents:
4
diff
changeset
|
170 <param name="peaks" value="in.interval" ftype="interval"/> |
4c2dbe4dbb4e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 853e74181667ce9ac6a0c91d4a2b204c0b3fda06
rnateam
parents:
4
diff
changeset
|
171 <param name="gtf_source_select" value="cached"/> |
4c2dbe4dbb4e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 853e74181667ce9ac6a0c91d4a2b204c0b3fda06
rnateam
parents:
4
diff
changeset
|
172 <param name="pdf" value=""/> |
4c2dbe4dbb4e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 853e74181667ce9ac6a0c91d4a2b204c0b3fda06
rnateam
parents:
4
diff
changeset
|
173 <output name="out_tab" ftype="interval" file="outint.int" /> |
4c2dbe4dbb4e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 853e74181667ce9ac6a0c91d4a2b204c0b3fda06
rnateam
parents:
4
diff
changeset
|
174 </test> |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
175 </tests> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
176 <help><![CDATA[ |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
177 |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
178 .. class:: infomark |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
179 |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
180 **What it does** |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
181 |
2
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
182 ChIPseeker_ is a Bioconductor package for annotating ChIP-seq data analysis. Peak Annotation is performed by the annotatePeak function. The position and strand information of nearest genes are reported, in addition to the distance from the peak to the TSS of its nearest gene. Users can define the TSS (transcription start site) region under **Advanced Options**, by default the TSS region is defined from -3kb to +3kb. The genomic region of the peak is reported in the annotation column. Since some annotations may overlap for a peak, ChIPseeker adopts the following priority in genomic annotation: |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
183 |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
184 * Promoter |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
185 * 5’ UTR |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
186 * 3’ UTR |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
187 * Exon |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
188 * Intron |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
189 * Downstream |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
190 * Intergenic |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
191 |
cb133602cd9b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit bae8cc7d7a88154b815acc3cd126010e7e965d5c
rnateam
parents:
1
diff
changeset
|
192 ChIPseeker also produces plots to help users visualise the overlaps in annotation for peaks, for example, the vennpie and upsetplot. See the `ChIPseeker vignette`_ for more information. |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
193 |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
194 ----- |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
195 |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
196 **Inputs** |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
197 |
7
1b9a9409831d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit e07ee851144e07fde91877727d6a39a1906f7639
rnateam
parents:
6
diff
changeset
|
198 A peaks file in BED, Interval or Tabular format e.g from MACS2 or DiffBind. Note that there is an option to specify if the input peaks file has a header row. No header row is assumed by default, which is usually the case for BED format e.g. MACS narrowpeak, however other formats e.g. MACS tabular format, may contain a header row. |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
199 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
200 Example: |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
201 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
202 ===== ====== ====== ======== ===== ====== |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
203 Chrom Start End Name Score Strand |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
204 ===== ====== ====== ======== ===== ====== |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
205 18 394599 396513 DiffBind 0 . |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
206 18 111566 112005 DiffBind 0 . |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
207 18 346463 347342 DiffBind 0 . |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
208 18 399013 400382 DiffBind 0 . |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
209 18 371109 372102 DiffBind 0 . |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
210 ===== ====== ====== ======== ===== ====== |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
211 |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
212 A GTF file for annotation. The GTF file must have fields called "gene_id" and gene_name". |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
213 |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
214 ----- |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
215 |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
216 **Outputs** |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
217 |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
218 This tool outputs |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
219 |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
220 * a file of annotated peaks in Interval or Tabular format |
7
1b9a9409831d
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/chipseeker commit e07ee851144e07fde91877727d6a39a1906f7639
rnateam
parents:
6
diff
changeset
|
221 * a PDF of plots (plotAnnoPie, plotAnnoBar, vennpie, upsetplot, plotDistToTSS) |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
222 |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
223 Optionally, you can choose to output |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
224 |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
225 * the R script used by this tool |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
226 * an RData file |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
227 |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
228 **Annotated peaks** |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
229 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
230 Annotation similar to below will be added to the input file. |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
231 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
232 Example - **Interval format**: |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
233 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
234 ===== ====== ====== ===================================================================================================================================================== |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
235 Chrom Start End Comment |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
236 ===== ====== ====== ===================================================================================================================================================== |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
237 18 394599 396513 DiffBind|0|.|Intron (ENST00000400256/ENSG00000158270, intron 1 of 1)|1|346465|400382|53918|2|ENST00000400256| 3869|COLEC12|ENSG00000158270 |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
238 18 346463 347342 DiffBind|0|.|Exon (ENST00000400256/ENSG00000158270, exon 1 of 1)|1|346465|400382|53918|2|ENST00000400256|53040|COLEC12|ENSG00000158270 |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
239 18 399013 400382 DiffBind|0|.|Promoter (<=1kb)|1|346465|400382|53918|2|ENST00000400256| 0|COLEC12|ENSG00000158270 |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
240 18 371109 372102 DiffBind|0|.|Intron (ENST00000400256/ENSG00000158270, intron 1 of 1)|1|346465|400382|53918|2|ENST00000400256|28280|COLEC12|ENSG00000158270 |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
241 18 111566 112005 DiffBind|0|.|Promoter (<=1kb)|1|111568|112005| 438|1|ENST00000608049| 0|ROCK1P1|ENSG00000263006 |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
242 ===== ====== ====== ===================================================================================================================================================== |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
243 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
244 Columns contain the following data: |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
245 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
246 * **Chrom**: Chromosome name |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
247 * **Start**: Start position of site |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
248 * **End**: End position of site |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
249 * **Comment**: The pipe ("|") separated values in this column correspond to: |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
250 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
251 * *<Any additional input columns>* |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
252 * *annotation* (Promoter, 5’ UTR, 3’ UTR, Exon, Intron, Downstream, Intergenic) |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
253 * *geneChr* |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
254 * *geneStart* |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
255 * *geneEnd* |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
256 * *geneLength* |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
257 * *geneStrand* |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
258 * *transcriptId* |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
259 * *distanceToTSS* |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
260 * *geneName* |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
261 * *geneId* |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
262 |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
263 Example - **Tabular format**: |
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
264 |
3
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
265 ===== ====== ====== ======== ====== ====== =========================================== ======================================================= ======= ========= ======= ========== ========== =============== ============= ======== =============== |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
266 Chrom Start End Name Score Strand Comment annotation geneChr geneStart geneEnd geneLength geneStrand transcriptId distanceToTSS geneName geneId |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
267 ===== ====== ====== ======== ====== ====== =========================================== ======================================================= ======= ========= ======= ========== ========== =============== ============= ======== =============== |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
268 18 394599 396513 DiffBind 0 . 1914|7.15|5.55|7.89|-2.35|7.06e-24|9.84e-21 Intron (ENST00000400256/ENSG00000158270, intron 1 of 1) 1 346465 400382 53918 2 ENST00000400256 3869 COLEC12 ENSG00000158270 |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
269 18 346463 347342 DiffBind 0 . 879|5|5.77|3.24|2.52|6.51e-06|0.00303 Exon (ENST00000400256/ENSG00000158270, exon 1 of 1) 1 346465 400382 53918 2 ENST00000400256 53040 COLEC12 ENSG00000158270 |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
270 18 399013 400382 DiffBind 0 . 1369|7.62|7|8.05|-1.04|1.04e-05|0.00364 Promoter (<=1kb) 1 346465 400382 53918 2 ENST00000400256 0 COLEC12 ENSG00000158270 |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
271 18 371109 372102 DiffBind 0 . 993|4.63|3.07|5.36|-2.3|8.1e-05|0.0226 Intron (ENST00000400256/ENSG00000158270, intron 1 of 1) 1 346465 400382 53918 2 ENST00000400256 28280 COLEC12 ENSG00000158270 |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
272 18 111566 112005 DiffBind 0 . 439|5.71|6.53|3.63|2.89|1.27e-08|8.88e-06 Promoter (<=1kb) 1 111568 112005 438 1 ENST00000608049 0 ROCK1P1 ENSG00000263006 |
535321abf9a4
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 861db0d1f76bb320f49c2501f4e656cf88d389ce
rnateam
parents:
2
diff
changeset
|
273 ===== ====== ====== ======== ====== ====== =========================================== ======================================================= ======= ========= ======= ========== ========== =============== ============= ======== =============== |
1
95f779f4adb7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 3419a5a5e19a93369c8c20a39babe5636a309292
rnateam
parents:
0
diff
changeset
|
274 |
0
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
275 .. _ChIPseeker: https://bioconductor.org/packages/release/bioc/html/ChIPseeker.html |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
276 .. _`ChIPseeker vignette`: http://bioconductor.org/packages/release/bioc/vignettes/ChIPseeker/inst/doc/ChIPseeker.html |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
277 |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
278 ]]></help> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
279 <citations> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
280 <citation type="doi">10.1093/bioinformatics/btv145</citation> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
281 </citations> |
58ef4507ce5a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chipseeker commit 9324a8e21c41d62b461dce9c3c17df544e5cd0ce
rnateam
parents:
diff
changeset
|
282 </tool> |