# HG changeset patch
# User iuc
# Date 1591609761 14400
# Node ID 7068f48d0ef92f49c3d3d9d2e60df64a77c2d8eb
# Parent c441583adae564615a42dcb08ec41671f79fab8d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit d22c001db39b52ebaa54837bebe2765c17b5c876"
diff -r c441583adae5 -r 7068f48d0ef9 README.rst
--- a/README.rst Wed Apr 29 12:12:23 2020 -0400
+++ b/README.rst Mon Jun 08 05:49:21 2020 -0400
@@ -1,43 +1,7 @@
The Galaxy tool wrappers contained in this tool shed repository rely on software developed by
-the NCBI: http://github.com/ncbi/sra-tools.
-
-NCBI Sequence Read Archive: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software.
-Use of SRA Toolkit software herein should comply with the GPL v2 or greater.
-
-Copyright (C) 2013 Matthew Shirley
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+the NCBI: https://github.com/ncbi/sra-tools.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-# INSTALLATION
-
-This software release was designed to install using the Galaxy toolshed under Linux and MacOS operating systems on Intel x86-compatible 32/64 bit architectures.
-
-*Build Requirements*
-
-- bash
-- make
-- gcc
-- g++
-- libxml2
-
-On a Debian OS use:
-
- apt-get install build-essential libxml2-dev
-
-On a Mac with [command line tools](https://developer.apple.com/downloads/index.action) installed:
-
- brew install libxml2
+NCBI Sequence Read Archive Toolkit: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software
# Installation of Aspera connect ascp binary
diff -r c441583adae5 -r 7068f48d0ef9 fasterq_dump.xml
--- a/fasterq_dump.xml Wed Apr 29 12:12:23 2020 -0400
+++ b/fasterq_dump.xml Mon Jun 08 05:49:21 2020 -0400
@@ -1,4 +1,4 @@
-
+
format from NCBI SRA
sra_macros.xml
@@ -6,12 +6,12 @@
fasterq-dump --version
> $log 2>&1 ;
- if [ \$? == 0 ] ; then
+ if [ \$? == 0 ] && [ \$(ls *.fastq | wc -l) -ge 1 ]; then
break ;
else
echo "Prefetch attempt \$SRA_PREFETCH_ATTEMPT of \$SRA_PREFETCH_RETRIES exited with code \$?" ;
@@ -30,7 +30,7 @@
done &&
mkdir -p output &&
mkdir -p outputOther &&
- count=`ls *.fastq | wc -l` &&
+ count="\$(ls *.fastq | wc -l)" &&
echo "There are \$count fastq" &&
data=(\$(ls *.fastq)) &&
if [ "\$count" -eq 1 ]; then
@@ -68,6 +68,7 @@
#end if
]]>
+
@@ -236,7 +237,7 @@
.. _fastq-dump: https://ncbi.github.io/sra-tools/fastq-dump.html
.. _fasterq-dump: https://github.com/ncbi/sra-tools/wiki/HowTo:-fasterq-dump
.. _collection: https://galaxyproject.org/tutorials/collections/
-.. _link: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies
+.. _link: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies
@SRATOOLS_ATTRRIBUTION@
diff -r c441583adae5 -r 7068f48d0ef9 fastq_dump.xml
--- a/fastq_dump.xml Wed Apr 29 12:12:23 2020 -0400
+++ b/fastq_dump.xml Mon Jun 08 05:49:21 2020 -0400
@@ -1,4 +1,4 @@
-
+
format from NCBI SRA
sra_macros.xml
@@ -6,23 +6,16 @@
fastq-dump --version
+
@@ -343,7 +337,7 @@
.. _fastq: https://en.wikipedia.org/wiki/FASTQ_format
.. _fastq-dump: https://ncbi.github.io/sra-tools/fastq-dump.html
.. _collection: https://galaxyproject.org/tutorials/collections/
-.. _link: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies
+.. _link: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies
@SRATOOLS_ATTRRIBUTION@
diff -r c441583adae5 -r 7068f48d0ef9 sam_dump.xml
--- a/sam_dump.xml Wed Apr 29 12:12:23 2020 -0400
+++ b/sam_dump.xml Mon Jun 08 05:49:21 2020 -0400
@@ -1,4 +1,4 @@
-
+
format from NCBI SRA
sra_macros.xml
@@ -9,13 +9,9 @@
sam-dump --version
+
@@ -173,9 +167,9 @@
-----
.. _BAM: https://samtools.github.io/hts-specs/SAMv1.pdf
-.. _sam-dump: http://ncbi.github.io/sra-tools/sam-dump.html
+.. _sam-dump: https://ncbi.github.io/sra-tools/sam-dump.html
.. _collection: https://galaxyproject.org/tutorials/collections/
-.. _link: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies
+.. _link: https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies
@SRATOOLS_ATTRRIBUTION@
]]>
diff -r c441583adae5 -r 7068f48d0ef9 sra_macros.xml
--- a/sra_macros.xml Wed Apr 29 12:12:23 2020 -0400
+++ b/sra_macros.xml Mon Jun 08 05:49:21 2020 -0400
@@ -1,16 +1,22 @@
- 2.10.4
+ 2.10.7
grep '^[[:space:]]*[E|S|D]RR[0-9]\{1,\}[[:space:]]*$'
-
+
- sra-tools
+ sra-tools
pigz
+
+
+
+
+