Mercurial > repos > rnateam > footprint
annotate footprint.xml @ 1:0d94a529f925 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
author | rnateam |
---|---|
date | Mon, 20 Nov 2017 05:04:27 -0500 |
parents | 4bff424dfa47 |
children |
rev | line source |
---|---|
0
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
2 <tool id="footprint" name="footprint" version="1.0.0"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
3 <requirements> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
4 <requirement type="package" version="1.0.0">footprint</requirement> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
5 </requirements> |
1
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
6 <command detect_errors="aggressive"><![CDATA[ |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
7 ln -s '$bam_file' ./bam_file.bam |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
8 && |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
9 find_footprints.sh |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
10 ./bam_file.bam |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
11 '$chrom_sizes' |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
12 '$motif_coords' |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
13 ## genome source |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
14 #if $refGenomeSource.genomeSource == "history": |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
15 '$refGenomeSource.ownFile' |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
16 #else |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
17 '$refGenomeSource.builtin.fields.path' |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
18 #end if |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
19 '$factor_name' |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
20 '$bias_file' |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
21 '$peak_file' |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
22 $no_of_components |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
23 $background |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
24 $fixed_bg |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
25 && |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
26 mv *.PARAM PARAM && |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
27 mv *.RESULTS RESULTS && |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
28 mv *.plot2.png plot2.png && |
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
29 mv *.plot1.png plot1.png |
0
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
30 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
31 ]]> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
32 </command> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
33 <inputs> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
34 <param name="bam_file" type="data" format="BAM" label="alignment bam file" help="" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
35 <param name="chrom_sizes" type="data" format="tablular" label="chromosome length" help="" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
36 <param name="motif_coords" type="data" format="BED" label="coordinates of motif" help="" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
37 <conditional name="refGenomeSource"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
38 <param name="genomeSource" type="select" |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
39 label="Will you select a reference genome from your |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
40 history or use a built-in genome?" |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
41 help="The version of genome against which the reads were aligned."> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
42 <option value="fai" selected="True"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
43 Use a built-in genome</option> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
44 <option value="history"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
45 Use a genome from my current history</option> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
46 </param> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
47 <when value="fai"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
48 <param name="builtin" type="select" |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
49 label="Select a reference genome"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
50 <options from_data_table="sam_fa_indices"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
51 <filter type="sort_by" column="1" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
52 <validator type="no_options" |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
53 message="A built-in reference genome is not available |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
54 for the build associated with the selected input file"/> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
55 </options> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
56 </param> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
57 </when> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
58 <when value="history"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
59 <param name="ownFile" type="data" format="fasta" |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
60 label="Select the reference genome" help="Genome sequences in FASTA format" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
61 </when> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
62 </conditional> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
63 <param name="factor_name" type="text" label="transcription factor" help="e.g. CTCF" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
64 <param name="bias_file" type="data" format="tabular,txt" label="cleavage/transposition bias" help="" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
65 <param name="peak_file" type="data" format="tabular" label="coordinates of ChIP-seq peaks" help="" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
66 <param name="no_of_components" type="select" label="number of components"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
67 <option value="2" selected="true">2</option> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
68 <option value="3">3</option> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
69 </param> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
70 <param name="background" type="select" label="background components"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
71 <option value="Seq" selected="true">Seq</option> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
72 <option value="Flat">Flat</option> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
73 </param> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
74 <param name="fixed_bg" type="select" label="fixed background component"> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
75 <option value="TRUE" selected="true">TRUE</option> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
76 <option value="FALSE">FALSE</option> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
77 </param> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
78 </inputs> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
79 <outputs> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
80 <data name="RESULTS" format="tabular" from_work_dir="RESULTS" label="${tool.name} on ${on_string}: results" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
81 <data name="PARAM" format="txt" from_work_dir="PARAM" label="${tool.name} on ${on_string}: parameters" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
82 <data name="plot1" format="png" from_work_dir="plot1.png" label="${tool.name} on ${on_string}: plot 1" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
83 <data name="plot2" format="png" from_work_dir="plot2.png" label="${tool.name} on ${on_string}: plot 2" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
84 </outputs> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
85 <tests> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
86 <test> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
87 <param name="bam_file" value="input_ATAC_HEK293_hg19_chr1.bam" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
88 <param name="chrom_sizes" value="input_hg19.chr1.chrom.size" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
89 <param name="motif_coords" value="input_CTCF_motifs_hg19_chr1.bed" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
90 <param name="genomeSource" value="history" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
91 <param name="ownFile" value="input_hg19_chr1.fa" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
92 <param name="factor_name" value="CTCF" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
93 <param name="bias_file" value="input_SeqBias_ATAC.txt" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
94 <param name="peak_file" value="input_CTCF_HEK293_chip_hg19_chr1.bed" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
95 <param name="no_of_components" value="2" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
96 <param name="background" value="Seq" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
97 <param name="fixed_bg" value="TRUE" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
98 <output name="RESULTS" file="output.RESULTS" ftype="tabular" compare="sim_size"/> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
99 <output name="PARAM" file="output.PARAM" ftype="txt" compare="sim_size"/> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
100 <output name="plot1" file="output_plot1.png" ftype="png" compare="sim_size" delta="15000" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
101 <output name="plot2" file="output_plot2.png" ftype="png" compare="sim_size" delta="15000" /> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
102 </test> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
103 </tests> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
104 <help><![CDATA[.. class:: infomark |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
105 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
106 **Purpose** |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
107 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
108 This is a pipeline to find transcription factor footprints in ATAC-seq or DNase-seq data. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
109 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
110 ----- |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
111 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
112 .. class:: infomark |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
113 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
114 **Inputs** |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
115 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
116 alignment bam file |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
117 * A bam file from the ATAC-seq or DNase-seq experiment. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
118 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
119 chromosome length |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
120 * A tab delimited file with 2 columns. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
121 * The first column is the chromosome name and the second column is the chromosome length for the appropriate organism and genome build. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
122 * Example: chr1 10000000 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
123 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
124 coordinates of motif |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
125 * A 6-column bed file with the coordinates of motif matches (eg resulting from scanning the genome with a PWM) for the transcription factor of interest. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
126 * The 6 columns should contain chromosome, start coordinate, end coordinate, name, score and strand information in this order. The coordinates should be closed (1-based). |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
127 * Example: chr1 24782 24800 . 11.60 - |
1
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
128 * There should not be any additional columns. |
0
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
129 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
130 transcription factor |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
131 * The name of the transcription factor of interest supplied by the user, e.g. CTCF. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
132 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
133 cleavage/transposition bias |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
134 * The cleavage/transposition bias of the different protocols, for all 6-mers. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
135 * Provided `options`_: ATAC, DNase double hit or DNase single hit protocols. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
136 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
137 .. _options: https://ohlerlab.mdc-berlin.de/software/Reproducible_footprinting_139/ |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
138 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
139 coordinates of ChIP-seq peaks |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
140 * A file with the coordinates of the ChIP-seq peaks for the transcription factor of interest. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
141 * The format is flexible as long as the first 3 columns (chromosome, start coordinate, end coordinate) are present. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
142 * Example: chr1 237622 237882 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
143 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
144 number of components |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
145 * Total number of footprint and background components that should be learned from the data. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
146 * Options are 2 (1 fp and 1 bg) and 3 (2 fp and 1 bg) components. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
147 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
148 background components |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
149 * The mode of initialization for the background component. Options are "Flat" or "Seq". |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
150 * Choosing "Flat" initializes this component as a uniform distribution. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
151 * Choosing "Seq" initializes it as the signal profile that would be expected solely due to the protocol bias (given by the cleavage/transposition bias file). |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
152 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
153 fixed background component |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
154 * Whether the background component should be kept fixed. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
155 * Options are TRUE or FALSE. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
156 * Setting "TRUE" keeps this component fixed, whereas setting "FALSE" lets it be reestimated during training. |
1
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
157 * In general, if the background is estimated from bias (option "Seq"), it is recommended to keep it fixed. |
0
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
158 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
159 ----- |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
160 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
161 .. class:: infomark |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
162 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
163 **Outputs** |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
164 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
165 results |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
166 * The results of the footprinting analysis. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
167 * The first 6 columns harbor the motif information (identical to the 'coordinates of motif'). |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
168 * The 7th column has the footprint score (log-odds of footprint versus background) for each motif instance. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
169 * The following columns show the probabilities for the individual footprint and background components. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
170 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
171 parameters |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
172 * Gives the trained parameters for the footprint and background components. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
173 * It includes as many lines as components (eg the first line has the parameters for the first component). |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
174 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
175 plot 1 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
176 * A plot with two panels, showing the initial components above and the final trained components below. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
177 * The plotted values for the final components are given in the 'parameters' output file explained above. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
178 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
179 plot 2 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
180 * A plot only with the final trained components. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
181 * In a model where 2 components are used, this plot is identical to the bottom panel in plot1. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
182 * When 3 components are used, this plot shows the weighted average of the 2 footprint components as the final footprint profile. |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
183 |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
184 ]]></help> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
185 <citations> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
186 <citation type="bibtex">@ARTICLE{footprint, |
1
0d94a529f925
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 6767a5ffb02052c844e9d862c79912f998f39d8e
rnateam
parents:
0
diff
changeset
|
187 author = {Aslihan Karabacak, Galip Gurkan Yardimci, Ricardo Wurmus, Dilmurat Yusuf, Uwe Ohler}, |
0
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
188 title = {To submit}, |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
189 journal = {}, |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
190 year = {}, |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
191 volume = {}, |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
192 pages = {} |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
193 }</citation> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
194 </citations> |
4bff424dfa47
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/footprint commit 3a110c632920d1ed94b78053184978040df3edaf
rnateam
parents:
diff
changeset
|
195 </tool> |