# HG changeset patch # User Matt Shirley # Date 1394741464 14400 # Node ID 558a88cd49e4754a3a49a7946c51f9175024690f # Parent e724bff23fb63cb4a3bc0fc57899a26904a76a36 bump toolkit versions, old registration path diff -r e724bff23fb6 -r 558a88cd49e4 datatypes_conf.xml --- a/datatypes_conf.xml Thu Mar 13 16:08:12 2014 -0400 +++ b/datatypes_conf.xml Thu Mar 13 16:11:04 2014 -0400 @@ -4,9 +4,9 @@ - + - + diff -r e724bff23fb6 -r 558a88cd49e4 fastq_dump.xml --- a/fastq_dump.xml Thu Mar 13 16:08:12 2014 -0400 +++ b/fastq_dump.xml Thu Mar 13 16:11:04 2014 -0400 @@ -1,14 +1,14 @@ from NCBI SRA. - fastq-dump --log-level fatal + fastq-dump --log-level fatal #if $input.input_select == "file": - --accession '${input.file.name}' + --accession '${input.file.name}' #else: - --accession $input.accession + --accession $input.accession #end if - --defline-seq '@\$sn[_\$rn]/\$ri' - --stdout + --defline-seq '@\$sn[_\$rn]/\$ri' + --stdout #if $split == "yes": --split-spot #end if @@ -19,16 +19,16 @@ --unaligned #end if #if str( $minID ) != "": - --minSpotId $minID + --minSpotId $minID #end if #if str( $maxID ) != "": - --maxSpotId $maxID + --maxSpotId $maxID #end if #if str( $minlen ) != "": - --minReadLen $minlen + --minReadLen $minlen #end if #if str( $readfilter ) != "": - --read-filter $readfilter + --read-filter $readfilter #end if #if str( $region ) != "": --aligned-region $region @@ -48,7 +48,7 @@ #if $input.input_select=="file": $input.file #else: - $input.accession + $input.accession #end if > $output @@ -112,11 +112,11 @@ - sra_toolkit + sra_toolkit - This tool extracts reads from SRA archives using fastq-dump. - Browse the NCBI SRA for SRR accessions at http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies. + This tool extracts reads from SRA archives using fastq-dump. + Browse the NCBI SRA for SRR accessions at http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies. The fastq-dump program is developed at NCBI, and is available at: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software. Contact Matt Shirley at mdshw5@gmail.com for support and bug reports. diff -r e724bff23fb6 -r 558a88cd49e4 sam_dump.xml --- a/sam_dump.xml Thu Mar 13 16:08:12 2014 -0400 +++ b/sam_dump.xml Thu Mar 13 16:11:04 2014 -0400 @@ -1,7 +1,7 @@ in SAM format from NCBI SRA. - sam-dump --log-level fatal + sam-dump --log-level fatal #if str( $region ) != "": --aligned-region $region #end if @@ -14,7 +14,7 @@ #if $header == "yes": --header #else: - --no-header + --no-header #end if #if str( $alignments ) == "both": --unaligned @@ -31,12 +31,12 @@ #if $input.input_select == "file": $input.file #elif $input.input_select == "accession_number": - $input.accession + $input.accession #elif $input.input_select == "text": `cat $input.text` #end if > $output - + sam-dump --version @@ -88,12 +88,12 @@ - sra_toolkit + sra_toolkit - This tool extracts reads from sra archives using sam-dump. - Browse the NCBI SRA for SRR accessions at http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies. + This tool extracts reads from sra archives using sam-dump. + Browse the NCBI SRA for SRR accessions at http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies. The sam-dump program is developed at NCBI, and is available at: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software. Contact Matt Shirley at mdshw5@gmail.com for support and bug reports. - \ No newline at end of file + diff -r e724bff23fb6 -r 558a88cd49e4 sra.py --- a/sra.py Thu Mar 13 16:08:12 2014 -0400 +++ b/sra.py Thu Mar 13 16:11:04 2014 -0400 @@ -41,5 +41,3 @@ return dataset.peek except: return 'Binary sra file (%s)' % (nice_size(dataset.get_size())) - -Binary.register_sniffable_binary_format('sra', 'sra', 'Sra')