Skip to content

Commit f1d5f3e

Browse files
nsoranzobgruening
andauthored
Apply suggestions from code review
Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
1 parent ff8ab28 commit f1d5f3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tools/condense_characters/condense_characters.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="Condense characters1" name="Condense" version="1.0.1">
1+
<tool id="Condense characters1" name="Condense" version="1.0.1" profile="24.0">
22
<description>consecutive characters</description>
33
<command>
44
perl $__tool_directory__/condense_characters.pl

tools/cummerbund/cummeRbund.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<tool id="cummeRbund" name="cummeRbund" version="@TOOL_VERSION@+galaxy0">
2+
<tool id="cummeRbund" name="cummeRbund" version="@TOOL_VERSION@+galaxy0" profile="24.0">
33
<description>visualize Cuffdiff output</description>
44
<macros>
55
<import>cummeRbund_macros.xml</import>

tools/remove_beginning/remove_beginning.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<tool id="Remove beginning1" name="Remove beginning" version="1.0.1">
1+
<tool id="Remove beginning1" name="Remove beginning" version="1.0.1" profile="24.0">
22
<description>of a file</description>
33
<command>
4-
perl $__tool_directory__/remove_beginning.pl
4+
perl '$__tool_directory__/remove_beginning.pl'
55
"${input}"
66
"${num_lines}"
77
"${out_file1}"

0 commit comments

Comments
 (0)