Mercurial > repos > epigenome > history_summary
annotate history_summary.xml @ 0:11b4dfe32bc3 draft default tip
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
author | epigenome |
---|---|
date | Sat, 09 Apr 2016 14:50:53 -0400 |
parents | |
children |
rev | line source |
---|---|
0
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
1 <tool id="history_summary" name="HistorySummary" version="0.2"> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
2 <description>generates a html for summarizing the current history contents along with renaming the output files</description> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
3 <xml name="stdio"> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
4 <stdio> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
5 <exit_code range="1:" /> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
6 </stdio> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
7 </xml> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
8 <command><![CDATA[ |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
9 #import re |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
10 #set global $gap = " " |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
11 ##set global $prefix = str($__app__.config.os_host) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
12 #set global $prefix = $get_prefix($os.environ['PWD'] + '/' + $os.environ['GALAXY_CONFIG_FILE']) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
13 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
14 #def get_prefix(path) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
15 #set $p = re.compile('^\s*prefix\s*=\s*(\S+)') |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
16 #set $file = open(path) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
17 #for $line in $file |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
18 #set $m = $p.search($line) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
19 #if $m |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
20 #return $m.group(1) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
21 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
22 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
23 #return '' |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
24 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
25 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
26 #def print_Dataset($ds, $ident) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
27 echo "${ident}DS: '$ds.name' $ds.state $ds.deleted $ds.purged" $ds.get_file_name() >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
28 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
29 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
30 #def enum_DatasetCollection($dsc, $jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
31 #for $el in $dsc.elements |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
32 #if $el.hda |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
33 $enum_HistoryDatasetAssociation($el.hda, $jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
34 #elif $el.ldda |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
35 $enum_LibraryDatasetAssociation($el.ldda, $jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
36 #elif $el.child_collection |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
37 $enum_DatasetCollection($el.child_collection, $jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
38 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
39 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
40 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
41 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
42 #def print_JobToDataAssociation($jda, $useName, $rules, $isOutput=False) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
43 #if $jda.dataset |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
44 #set $buf = "<li>" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
45 #if $useName |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
46 #set $buf += $jda.name + ": " |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
47 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
48 #set $buf += "<a href='" + $prefix + "/datasets/" + $__app__.security.encode_id($jda.dataset.id) + "/display?preview=True'><font color=black>" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
49 #if $rules and $rules.has_key(str($jda.dataset.id)) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
50 #set $file = $rules[str($jda.dataset.id)] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
51 #else |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
52 #set $file = $jda.dataset.name |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
53 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
54 #if $isOutput and $save_zip |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
55 ln -s "$jda.dataset.get_file_name()" "$os.path.join($history.name, $file)"; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
56 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
57 echo "$buf$file</font></a></li>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
58 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
59 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
60 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
61 #def print_JobParameter($parameters, $ident) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
62 #for $par in $parameters |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
63 echo "${ident}P:$par.name '$par.value'" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
64 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
65 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
66 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
67 #def job_state_color($job) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
68 #if $job.state == $job.states.OK |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
69 #return "#B0F1B0" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
70 #elif $job.state == $job.states.RUNNING |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
71 #return "#FFFFCC" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
72 #elif $job.state == $job.states.QUEUED |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
73 #return "#FFFFCC" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
74 #elif $job.state == $job.states.WAITING |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
75 #return "#EEE" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
76 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
77 #return "#F9C7C5" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
78 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
79 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
80 #def print_Job($job, $rules=None, $ident="") |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
81 echo "<tr bgcolor='$job_state_color($job)'>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
82 echo "<td>$job.tool_id</td><td align=center>$job.exit_code</td>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
83 echo "<td>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
84 #for $jda in $job.input_datasets |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
85 $print_JobToDataAssociation($jda, True, $rules) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
86 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
87 echo "</td>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
88 echo "<td>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
89 #for $jda in $job.output_datasets |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
90 $print_JobToDataAssociation($jda, False, $rules, True) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
91 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
92 echo "</td>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
93 #* |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
94 #for $jda in $job.input_dataset_collections |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
95 $print_JobToDataAssociation($jda) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
96 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
97 #for $jda in $job.output_dataset_collections |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
98 $print_JobToDataAssociation($jda) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
99 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
100 #for $jda in $job.input_library_datasets |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
101 $print_JobToDataAssociation($jda) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
102 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
103 #for $jda in $job.output_library_datasets |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
104 $print_JobToDataAssociation($jda) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
105 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
106 *# |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
107 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
108 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
109 #def enum_LibraryDatasetAssociation($hda, $jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
110 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
111 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
112 #def enum_HistoryDatasetAssociation($hda, $jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
113 #if ($use_deleted or $hda.deleted == False) and ($use_hidden or $hda.visible == True) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
114 #set $original_hda = $hda |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
115 #for $assoc in $original_hda.creating_job_associations |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
116 #set $jobs[$assoc.job.id] = $assoc.job |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
117 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
118 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
119 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
120 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
121 #def enum_HistoryDatasetCollectionAssociation($hdca, $jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
122 #if ($use_deleted or $hdca.deleted == False) and ($use_hidden or $hdca.visible == True) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
123 #set $dsc = $hdca.collection |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
124 $enum_DatasetCollection($dsc, $jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
125 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
126 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
127 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
128 #def get_output_file($file, $jda) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
129 #if $jda.name |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
130 #if $file != "" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
131 #set $file += "." |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
132 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
133 #set $file += $jda.name |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
134 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
135 #if $jda.dataset.extension |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
136 #if $file != "" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
137 #set $file += "." |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
138 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
139 #set $file += $jda.dataset.extension |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
140 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
141 #return $file |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
142 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
143 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
144 #def rename_file($file, $rep) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
145 #for $k, $v in $rep.iteritems() |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
146 #set $file = $file.replace($k, $v) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
147 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
148 #return $file |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
149 #end def |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
150 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
151 #set global $history = $output.creating_job.history |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
152 echo "<html>" > $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
153 echo "<head>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
154 echo " <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
155 echo " <meta http-equiv='X-UA-Compatible' content='IE=Edge,chrome=1'>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
156 echo " <style type='text/css'>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
157 echo " .mytable, .mytable.td, .mytable.th { font-size:11pt; }" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
158 echo " </style>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
159 echo "</head>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
160 echo "<body>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
161 echo "<h1>$history.name</h1>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
162 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
163 #set $order = [] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
164 #set $conf = {} |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
165 #set $subst = {} |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
166 #set $lines = $configuration.rstrip().split('\n') |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
167 #if len($lines) > 1 or len($lines[0].rstrip()) > 0 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
168 echo "<p>Parameters for rename<br>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
169 #for $line in $lines |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
170 #set $arr = $line.split() |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
171 echo "$arr<br>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
172 $order.append($arr[0]) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
173 #set $subst[$arr[0]] = {} |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
174 #if len($arr) == 1 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
175 #set $subst[$arr[0]]["PREFIX"] = "" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
176 #set $conf[$arr[0]] = "PREFIX" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
177 #elif $arr[1].startswith("PREFIX=") |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
178 #set $z = $arr[1].split("=") |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
179 #set $subst[$arr[0]]["PREFIX"] = $z[1] if len($z) > 1 else "" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
180 #set $conf[$arr[0]] = "PREFIX" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
181 #else |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
182 #set $conf[$arr[0]] = $arr[1].replace(".", "_0X") |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
183 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
184 #for $x in $arr[2:] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
185 #set $y = $x.split("=") |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
186 #set $subst[$arr[0]][$y[0]] = $y[1] if len($y) > 1 else "" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
187 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
188 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
189 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
190 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
191 #set $jobs = {} |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
192 #for $hda in $history.datasets |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
193 $enum_HistoryDatasetAssociation($hda, $jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
194 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
195 #for $hdca in $history.dataset_collections |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
196 $enum_HistoryDatasetCollectionAssociation($hdca, $jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
197 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
198 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
199 #set $tools = {} |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
200 #set $specified_jobs = set() |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
201 #for $job_id, $job in $jobs.iteritems() |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
202 #set $arr = $job.tool_id.split('/') |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
203 #set $tar_tid = $arr[-1] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
204 #if $re.match(r'^[0-9\\.]+$', $arr[-1], $re.M) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
205 #set $tar_tid = $arr[-2] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
206 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
207 #if not $tools.has_key($tar_tid) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
208 #set $tools[$tar_tid] = [] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
209 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
210 $tools[$tar_tid].append($job_id) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
211 #if $conf.has_key($tar_tid) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
212 $specified_jobs.add($job_id) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
213 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
214 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
215 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
216 #set $rules = {} |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
217 #for $tar_tid in $order if len($order) > 0 else $tools.keys() |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
218 #if $tools.has_key($tar_tid) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
219 ##echo ">$tar_tid $conf.get($tar_tid) $"|".join($subst[$tar_tid].keys())<br>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
220 #for $tar_jid in $tools[$tar_tid] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
221 #for $jda in $jobs[$tar_jid].input_datasets |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
222 #set $tar_new = None |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
223 #if $jda.dataset |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
224 #if $conf.get($tar_tid) == "PREFIX" |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
225 #set $tar_new = $subst[$tar_tid][$conf.get($tar_tid)] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
226 #elif str($jda.name) == $conf.get($tar_tid) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
227 #if $rules.has_key(str($jda.dataset.id)) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
228 #set $tar_new = $rules[str($jda.dataset.id)] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
229 #else |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
230 #set $tar_new = $jda.dataset.name |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
231 #if $tar_new.endswith(":forward") |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
232 #set $tar_new = $tar_new[:-8] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
233 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
234 #if $tar_new.endswith(":forward") |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
235 #set $tar_new = $tar_new[:-8] |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
236 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
237 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
238 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
239 #if $tar_new != None |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
240 #break |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
241 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
242 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
243 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
244 #if $tar_new != None |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
245 #for $jda in $jobs[$tar_jid].output_datasets |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
246 #if $jda.dataset |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
247 #set $rules[str($jda.dataset.id)] = $rename_file($get_output_file($tar_new, $jda), $subst[$tar_tid]) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
248 ##echo "[$tar_new | $jda.dataset.id | $rules[str($jda.dataset.id)]]<br>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
249 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
250 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
251 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
252 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
253 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
254 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
255 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
256 #if $save_zip |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
257 mkdir "$history.name"; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
258 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
259 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
260 echo "<p><table border=1 cellpadding=2 bgcolor=#DFE5F9 style='mytable'>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
261 echo "<tr><th align=center>Tool</th><th align=center>EC</th><th align=center>Input</th><th align=center>Output</th>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
262 #for $job_id, $job in $jobs.iteritems() |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
263 #if $job_id != $output.creating_job.id and (not $use_specified or $job_id in $specified_jobs) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
264 $print_Job($job, $rules) |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
265 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
266 #end for |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
267 echo "</table>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
268 echo "</body>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
269 echo "</html>" >> $output; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
270 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
271 #if $save_zip |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
272 rm $zip_file; zip -r $zip_file "$history.name"; |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
273 #end if |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
274 ]]></command> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
275 <inputs> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
276 <param name="use_hidden" label='Include hidden contents' type="boolean" truevalue="True" falsevalue="" checked="True" /> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
277 <param name="use_deleted" label='Include deleted contents' type="boolean" truevalue="True" falsevalue="" /> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
278 <param name="use_specified" label='List only specified tools below' type="boolean" truevalue="True" falsevalue="" checked="True" /> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
279 <param name="configuration" label='Specify tool, input parameter, and substitution rules to rename output files' type="text" area="True" /> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
280 <param name="save_zip" label='Save all output files to a zip file' type="boolean" truevalue="True" falsevalue="" /> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
281 <param name="dummy" label='Dummy input for workflows' type="data" /> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
282 </inputs> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
283 <outputs> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
284 <data format="html" name="output" label="${tool.name}: html"/> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
285 <data format="zip" name="zip_file" label="${tool.name}: zip"> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
286 <filter>save_zip == True</filter> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
287 </data> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
288 </outputs> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
289 <help><![CDATA[ |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
290 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
291 **Syntax of configuration** :: |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
292 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
293 Column 1 - tool name |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
294 Column 2 - input parameter name |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
295 Column 3 or more - substitution rules in the format of match, match=, or match=replacement |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
296 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
297 **Example** :: |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
298 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
299 tophat2 input1 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
300 cufflinks input .accepted_hits.bam tabular=txt |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
301 cuffquant samples.sample accepted_hits.bam.out_file=quan |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
302 cuffnorm PREFIX=cuffnorm tabular=txt |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
303 cuffdiff |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
304 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
305 - 'input1', 'input', and 'samples.sample' are used to rename output files of 'tophat2', 'cufflinks', and 'cuffquant', respectively. |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
306 - 'PREFIX' for cuffnorm generates the original output files with a specified prefix. |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
307 - For cuffdff, the original file names are used. |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
308 - From the output file names of cufflinks '.accepted_hits.bam' is removed and 'tabular' is replaced by 'txt'. |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
309 - From the output file names of cuffquant 'accepted_hits.bam.out_file' is replaced by 'quan'. |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
310 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
311 **Output** |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
312 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
313 +-------------------------------------+----+----------------------------------------------+---------------------------------------+ |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
314 | Tool | EC | Input | Output | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
315 +=====================================+====+==============================================+=======================================+ |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
316 | toolshed.g2.bx.psu.edu/repos/ | 0 | - input1: hgrna1:forward | - hgrna1.align_summary.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
317 | devteam/tophat2/tophat2/0.7 | | - input2: hgrna1:reverse | - hgrna1.insertions.bed | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
318 | | | - gene_annotation_model: hg19dip.ensembl.gtf | - hgrna1.deletions.bed | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
319 | | | | - hgrna1.junctions.bed | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
320 | | | | - hgrna1.accepted_hits.bam | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
321 +-------------------------------------+----+----------------------------------------------+---------------------------------------+ |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
322 | toolshed.g2.bx.psu.edu/repos/ | 1 | - input: hgrna1.accepted_hits.bam | - hgrna1.genes_expression.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
323 | devteam/cufflinks/cufflinks/2.2.1.0 | | - reference_annotation_guide_file: | - hgrna1.transcripts_expression.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
324 | | | hg19dip.ensembl.gtf | - hgrna1.assembled_isoforms.gtf | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
325 | | | - ref_file: hg19dip.fa | - hgrna1.total_map_mass.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
326 | | | - global_model: hg19dip.ensembl.gtf | - hgrna1.skipped.gtf | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
327 +-------------------------------------+----+----------------------------------------------+---------------------------------------+ |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
328 | toolshed.g2.bx.psu.edu/repos/ | 0 | - gtf_input: hg19dip.ensembl.gtf | - hgrna1.quan.cxb | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
329 | devteam/cuffquant/cuffquant/2.2.1.0 | | - samples_0Xsample: hgrna1.accepted_hits.bam | | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
330 | | | - ref_file: hg19dip.fa | | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
331 +-------------------------------------+----+----------------------------------------------+---------------------------------------+ |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
332 | toolshed.g2.bx.psu.edu/repos/ | 0 | - gtf_input: hg19dip.ensembl.gtf | - cuffnorm.cds_fpkm_table.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
333 | devteam/cuffquant/cuffnorm/2.2.1.0 | | - conditionss_0Xsamples: hgrna1.quan.cxb | - cuffnorm.cds_count_table.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
334 | | | - conditionss_1Xsamples: hgrna2.quan.cxb | - cuffnorm.tss_groups_fpkm_table.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
335 | | | | - cuffnorm.tss_groups_count_table.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
336 | | | | - cuffnorm.genes_fpkm_table.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
337 | | | | - cuffnorm.genes_count_table.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
338 | | | | - cuffnorm.isoforms_fpkm_table.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
339 | | | | - cuffnorm.isoforms_count_table.txt | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
340 +-------------------------------------+----+----------------------------------------------+---------------------------------------+ |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
341 | toolshed.g2.bx.psu.edu/repos/ | 0 | - gtf_input: hg19dip.ensembl.gtf | - splicing_diff.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
342 | devteam/cuffquant/cuffdiff/2.2.1.2 | | - conditionss_0Xsamples: hgrna1.quan.cxb | - promoters_diff.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
343 | | | - conditionss_1Xsamples: hgrna2.quan.cxb | - cds_diff.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
344 | | | - ref_file: hg19dip.fa | - cds_exp_fpkm_tracking.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
345 | | | | - cds_fpkm_tracking.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
346 | | | | - cds_count_tracking.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
347 | | | | - tss_groups_exp.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
348 | | | | - tss_groups_fpkm_tracking.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
349 | | | | - tss_groups_count_tracking.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
350 | | | | - genes_exp.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
351 | | | | - genes_fpkm_tracking.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
352 | | | | - genes_count_tracking.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
353 | | | | - isoforms_exp.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
354 | | | | - isoforms_fpkm_tracking.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
355 | | | | - isoforms_count_tracking.tabular | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
356 | | | | - output_cummerbund.sqlite | |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
357 +-------------------------------------+----+----------------------------------------------+---------------------------------------+ |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
358 |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
359 ]]></help> |
11b4dfe32bc3
planemo upload for repository https://github.com/epigenome/galaxy-epigenome/tree/history/tools/history_summary commit 2e0a8a269e408eab18f8dbd67beed656f7694042
epigenome
parents:
diff
changeset
|
360 </tool> |