Repository 'cutadapt'
hg clone https://toolshed.g2.bx.psu.edu/repos/lparsons/cutadapt

Changeset 14:c76ee709ffb9 (2018-08-05)
Previous changeset 13:f5fdf41c08b8 (2018-06-12) Next changeset 15:660cffd8d92a (2018-08-06)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit 32b4794bb410494ffcfa0da397aaca7fd830a705
modified:
cutadapt.xml
b
diff -r f5fdf41c08b8 -r c76ee709ffb9 cutadapt.xml
--- a/cutadapt.xml Tue Jun 12 15:38:04 2018 -0400
+++ b/cutadapt.xml Sun Aug 05 04:59:53 2018 -0400
[
@@ -1,4 +1,4 @@
-<tool id="cutadapt" name="Cutadapt" version="1.16.1" profile="17.09">
+<tool id="cutadapt" name="Cutadapt" version="1.16.2" profile="17.09">
     <description>Remove adapter sequences from Fastq/Fasta</description>
     <macros>
         <import>macros.xml</import>
@@ -27,7 +27,8 @@
 #set paired = True
 #set input_1 = $library.input_1.forward
 #set input_2 = $library.input_1.reverse
-#set read1 = re.sub('[^\w\-\s]', '_', str($library.input_1.name))
+#set read1 = re.sub('[^\w\-\s]', '_', str($library.input_1.name)) + "_1"
+#set read2 = re.sub('[^\w\-\s]', '_', str($library.input_1.name)) + "_2"
 #else
 #set input_1 = $library.input_1
 #set read1 = re.sub('[^\w\-\s]', '_', str($library.input_1.element_identifier))