Repository 'sra_tools'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/sra_tools

Changeset 22:751a694ec620 (2020-07-20)
Previous changeset 21:494b2ec08162 (2020-07-06) Next changeset 23:653e89d73fc4 (2020-08-20)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 1db2b3ee758847b8b63f58fb2075961003ff8c22"
modified:
fasterq_dump.xml
fastq_dump.xml
sam_dump.xml
sra_macros.xml
b
diff -r 494b2ec08162 -r 751a694ec620 fasterq_dump.xml
--- a/fasterq_dump.xml Mon Jul 06 19:46:26 2020 -0400
+++ b/fasterq_dump.xml Mon Jul 20 07:27:41 2020 -0400
b
@@ -1,4 +1,4 @@
-<tool id="fasterq_dump" name="Faster Download and Extract Reads in FASTQ" version="@VERSION@+galaxy1" profile="18.01">
+<tool id="fasterq_dump" name="Faster Download and Extract Reads in FASTQ" version="@VERSION@+galaxy2" profile="18.01">
     <description>format from NCBI SRA</description>
     <macros>
         <import>sra_macros.xml</import>
b
diff -r 494b2ec08162 -r 751a694ec620 fastq_dump.xml
--- a/fastq_dump.xml Mon Jul 06 19:46:26 2020 -0400
+++ b/fastq_dump.xml Mon Jul 20 07:27:41 2020 -0400
b
@@ -1,4 +1,4 @@
-<tool id="fastq_dump" name="Download and Extract Reads in FASTA/Q" version="@VERSION@+galaxy1" profile="18.01">
+<tool id="fastq_dump" name="Download and Extract Reads in FASTA/Q" version="@VERSION@+galaxy2" profile="18.01">
     <description>format from NCBI SRA</description>
     <macros>
         <import>sra_macros.xml</import>
b
diff -r 494b2ec08162 -r 751a694ec620 sam_dump.xml
--- a/sam_dump.xml Mon Jul 06 19:46:26 2020 -0400
+++ b/sam_dump.xml Mon Jul 20 07:27:41 2020 -0400
b
@@ -1,4 +1,4 @@
-<tool id="sam_dump" name="Download and Extract Reads in BAM" version="@VERSION@+galaxy1" profile="18.01">
+<tool id="sam_dump" name="Download and Extract Reads in BAM" version="@VERSION@+galaxy2" profile="18.01">
     <description>format from NCBI SRA</description>
     <macros>
         <import>sra_macros.xml</import>
b
diff -r 494b2ec08162 -r 751a694ec620 sra_macros.xml
--- a/sra_macros.xml Mon Jul 06 19:46:26 2020 -0400
+++ b/sra_macros.xml Mon Jul 20 07:27:41 2020 -0400
b
@@ -23,7 +23,7 @@
                 #set $column = $input.file_list.unsanitized.metadata.column_names.index('Run') + 1
                 cut -f $column '$input.file_list'| tail -n +2 > "manifest" &&
             #else
-                ln -s '$input.file_list' > manifest &&
+                ln -s '$input.file_list' manifest &&
             #end if
             for acc in `@ACCESSIONS_FROM_FILE@ manifest` ;
             do (