File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<tool id =" scriptmanager_aggregate-data" name =" ScriptManager: Aggregate Data"
22 version =" 0.1.0+galaxy0" python_template_version =" 3.5" profile =" 21.05" >
33 <description > Aggregate Data </description >
4+ <macros >
5+ <import >scriptmanager_macros.xml</import >
6+ </macros >
47 <requirements >
5- <requirement type = " package " version = " 11.0.11 " >openjdk</ requirement >
8+ <expand macro = " requirement_openjdk " / >
69 </requirements >
710 <command detect_errors =" exit_code" ><![CDATA[
8- java -jar $__tool_directory__/ScriptManager-v0.14.jar read-analysis aggregate-data
11+ java -jar $__tool_directory__/@JAR_FILENAME@ read-analysis aggregate-data
912
1013 #if str($output_file_name.bool) == "Yes" :
1114 -o "$output_file_name.directory"
Original file line number Diff line number Diff line change 11<tool id =" scriptmanager_composite-plot" name =" ScriptManager: Composite Plot"
22 version =" 0.1.0+galaxy0" python_template_version =" 3.5" profile =" 21.05" >
33 <description > Composite Plot </description >
4- <requirements >
5- <requirement type =" package" version =" 11.0.11" >openjdk</requirement >
4+ <macros >
5+ <import >scriptmanager_macros.xml</import >
6+ </macros >
7+ <requirements >
8+ <expand macro =" requirement_openjdk" />
69 </requirements >
710 <command detect_errors =" exit_code" ><![CDATA[
8- java -jar $__tool_directory__/ScriptManager-v0.14.jar figure-generation composite-plot
11+ java -jar $__tool_directory__/@JAR_FILENAME@ figure-generation composite-plot
912
1013 #if str($output_file_name.bool) == "Yes" :
1114 -o "$output_file_name.directory"
Original file line number Diff line number Diff line change 11<tool id =" scriptmanager_convert-bed-chr-names" name =" ScriptManager: Convert BED Chr Names"
22 version =" 0.1.0+galaxy0" python_template_version =" 3.5" profile =" 21.05" >
33 <description > Convert BED Chr Names </description >
4- <requirements >
5- <requirement type =" package" version =" 11.0.11" >openjdk</requirement >
4+ <macros >
5+ <import >scriptmanager_macros.xml</import >
6+ </macros >
7+ <requirements >
8+ <expand macro =" requirement_openjdk" />
69 </requirements >
710 <command detect_errors =" exit_code" ><![CDATA[
811 ln -s "$input" "temp_input.bed" &&
912
10- java -jar $__tool_directory__/ScriptManager-v0.14.jar file-utilities convert-bed-genome
13+ java -jar $__tool_directory__/@JAR_FILENAME@ file-utilities convert-bed-genome
1114
1215 #if str($output_file_name.bool) == "Yes" :
1316 -o "$output_file_name.file_name"
Original file line number Diff line number Diff line change 11<tool id =" scriptmanager_convert-gff-chr-names" name =" ScriptManager: Convert GFF Chr Names"
22 version =" 0.1.0+galaxy0" python_template_version =" 3.5" profile =" 21.05" >
33 <description > Convert GFF Chr Names </description >
4- <requirements >
5- <requirement type =" package" version =" 11.0.11" >openjdk</requirement >
4+ <macros >
5+ <import >scriptmanager_macros.xml</import >
6+ </macros >
7+ <requirements >
8+ <expand macro =" requirement_openjdk" />
69 </requirements >
710 <command detect_errors =" exit_code" ><![CDATA[
811 ln -s "$input" "temp_input.gff" &&
912
10- java -jar $__tool_directory__/ScriptManager-v0.14.jar file-utilities convert-gff-genome
13+ java -jar $__tool_directory__/@JAR_FILENAME@ file-utilities convert-gff-genome
1114
1215 #if str($output_file_name.bool) == "Yes" :
1316 -o "$output_file_name.file_name"
Original file line number Diff line number Diff line change 11<tool id =" scriptmanager_cross-corr" name =" ScriptManager: Cross Correlation"
22 version =" 0.1.0+galaxy0" python_template_version =" 3.5" profile =" 21.05" >
33 <description > BAM Cross Correlation </description >
4+ <macros >
5+ <import >scriptmanager_macros.xml</import >
6+ </macros >
47 <requirements >
5- <requirement type = " package " version = " 11.0.11 " >openjdk</ requirement >
8+ <expand macro = " requirement_openjdk " / >
69 </requirements >
710 <command detect_errors =" exit_code" ><![CDATA[
811 ln -s "$input" "temp_input.bam" &&
912 samtools index "temp_input.bam" &&
1013
11-
12- java -jar $__tool_directory__/ScriptManager-v0.14-bugfix153.jar bam-statistics cross-corr
14+ java -jar $__tool_directory__/@JAR_FILENAME@ bam-statistics cross-corr
1315
1416 #if str($output_file_name.bool) == "Yes" :
1517 -o "$output_file_name.file_name"
Original file line number Diff line number Diff line change 11<tool id =" scriptmanager_filter-bed" name =" ScriptManager: Filter Bed"
22 version =" 0.1.0+galaxy0" python_template_version =" 3.5" profile =" 21.05" >
33 <description > Filter BED by Proximity </description >
4+ <macros >
5+ <import >scriptmanager_macros.xml</import >
6+ </macros >
47 <requirements >
5- <requirement type = " package " version = " 11.0.11 " >openjdk</ requirement >
8+ <expand macro = " requirement_openjdk " / >
69 </requirements >
710 <command detect_errors =" exit_code" ><![CDATA[
811 ln -s "$input" "temp_input.bed" &&
912
10- java -jar $__tool_directory__/ScriptManager-v0.14.jar peak-analysis filter-bed
13+ java -jar $__tool_directory__/@JAR_FILENAME@ peak-analysis filter-bed
1114
1215 #if str($output_file_name.bool) == "Yes" :
1316 -o "$output_file_name.file_name"
Original file line number Diff line number Diff line change 11<tool id =" scriptmanager_filter-pip-seq" name =" ScriptManager: Filter Pip Seq"
22 version =" 0.1.0+galaxy0" python_template_version =" 3.5" profile =" 21.05" >
33 <description > Filter Pip Seq </description >
4+ <macros >
5+ <import >scriptmanager_macros.xml</import >
6+ </macros >
47 <requirements >
5- <requirement type = " package " version = " 1.10 " >samtools</ requirement >
6- <requirement type = " package " version = " 11.0.11 " >openjdk</ requirement >
8+ <expand macro = " requirement_openjdk " / >
9+ <expand macro = " requirement_samtools " / >
710 </requirements >
811 <command detect_errors =" exit_code" ><![CDATA[
912 ln -s "$input1" "temp_input1.fasta" &&
1215 samtools faidx "temp_input1.fasta" &&
1316 samtools index "temp_input2.bam" &&
1417
15- java -jar $__tool_directory__/ScriptManager-v0.14.jar bam-manipulation filter-pip-seq
18+ java -jar $__tool_directory__/@JAR_FILENAME@ bam-manipulation filter-pip-seq
1619
1720 #if str($output_file_name.bool) == "Yes" :
1821 -o "$output_file_name.file_name"
Original file line number Diff line number Diff line change 11<tool id =" scriptmanager_peak_align_ref" name =" ScriptManager: Align BED to Reference"
22 version =" 0.1.0+galaxy0" python_template_version =" 3.5" profile =" 21.05" >
33 <description > Align BED to Reference </description >
4+ <macros >
5+ <import >scriptmanager_macros.xml</import >
6+ </macros >
47 <requirements >
5- <requirement type = " package " version = " 11.0.11 " >openjdk</ requirement >
8+ <expand macro = " requirement_openjdk " / >
69 </requirements >
710 <command detect_errors =" exit_code" ><![CDATA[
811 ln -s "$input_peak" "temp_input_peak.bed" &&
912 ln -s "$input_ref" "temp_input_ref.bed" &&
1013
11- java -jar $__tool_directory__/ScriptManager-v0.14.jar peak-analysis peak-align-ref
14+ java -jar $__tool_directory__/@JAR_FILENAME@ peak-analysis peak-align-ref
1215
1316 #if str($output_file_name.bool) == "Yes" :
1417 -o "$output_file_name.file_name"
Original file line number Diff line number Diff line change 11<tool id =" scriptmanager_rand-coord" name =" ScriptManager: Random Coordinate Generator"
22 version =" 0.1.0+galaxy0" python_template_version =" 3.5" profile =" 21.05" >
33 <description > Random Coordinate Generator </description >
4+ <macros >
5+ <import >scriptmanager_macros.xml</import >
6+ </macros >
47 <requirements >
5- <requirement type = " package " version = " 11.0.11 " >openjdk</ requirement >
8+ <expand macro = " requirement_openjdk " / >
69 </requirements >
710 <command detect_errors =" exit_code" ><![CDATA[
8- java -jar $__tool_directory__/ScriptManager-v0.14.jar peak-analysis rand-coord
11+ java -jar $__tool_directory__/@JAR_FILENAME@ peak-analysis rand-coord
912
1013 "$genome_name"
1114
Original file line number Diff line number Diff line change 11<tool id =" scriptmanager_randomize-fasta" name =" ScriptManager: Randomize Fasta"
22 version =" 0.1.0+galaxy0" python_template_version =" 3.5" profile =" 21.05" >
33 <description > Randomize Fasta </description >
4+ <macros >
5+ <import >scriptmanager_macros.xml</import >
6+ </macros >
47 <requirements >
5- <requirement type = " package " version = " 11.0.11 " >openjdk</ requirement >
8+ <expand macro = " requirement_openjdk " / >
69 </requirements >
710 <command detect_errors =" exit_code" ><![CDATA[
811 ln -s "$input" "temp_input.fasta" &&
912
10- java -jar $__tool_directory__/ScriptManager-v0.14.jar sequence-analysis randomize-fasta
13+ java -jar $__tool_directory__/@JAR_FILENAME@ sequence-analysis randomize-fasta
1114
1215 #if str($output_file_name.bool) == "Yes" :
1316 -o "$output_file_name.file_name"
You can’t perform that action at this time.
0 commit comments