comparison add_sample_name_as_first_line.xml @ 3:98f9da980bf5 draft default tip

planemo upload for repository https://github.com/jowong4/add_sample_name_as_first_line_of_file commit f3fe76f6cbf17b0ec4162065206483652a6519b7-dirty
author jowong
date Fri, 09 Nov 2018 12:27:57 -0500
parents 74a9f37e2bc9
children
comparison
equal deleted inserted replaced
2:74a9f37e2bc9 3:98f9da980bf5
1 <tool id="my_addName" name="Add sample name as first line" version="0.1.1"> 1 <tool id="my_addName" name="Add sample name as first line" version="0.1.2">
2 <description>to an existing tabular file</description> 2 <description>to an existing tabular file</description>
3 <command interpreter="python">add_sample_name_as_first_line.py 3 <command interpreter="python">add_sample_name_as_first_line.py
4 --input "$input" 4 --input "$input"
5 --sample "$input2.element_identifier" 5 --sample "$input2.element_identifier"
6 --output "$output" 6 --output "$output"
21 </test> 21 </test>
22 </tests> 22 </tests>
23 <help> 23 <help>
24 **What it does** 24 **What it does**
25 25
26 Adds a new line with the name of the sample file and removing [_12].fastq.gz from the name if there is match to the pattern. 26 Adds a new line with the name of the sample file and removing [(_1|_2)]*.fastq(.gz)* from the name if there is match to the pattern.
27 Written by Johnathan Kwan Long Wong, johnathanwong4@gmail.com 27 Written by Johnathan Kwan Long Wong, johnathanwong4@gmail.com
28 </help> 28 </help>
29 <citations> 29 <citations>
30 <citation type="bibtex">@UNPUBLISHED{Johnathan2018, 30 <citation type="bibtex">@UNPUBLISHED{Johnathan2018,
31 author = "Johnathan W"}</citation> 31 author = "Johnathan W"}</citation>