# HG changeset patch # User Matt Shirley # Date 1372518843 14400 # Node ID 5f57967aac3e5492fb5aeae147efec551b795e1f # Parent 7e033744cb20a1759d75ec5240134498118482b3 implement prefetch caching and accession input for fastq_dump diff -r 7e033744cb20 -r 5f57967aac3e fastq_dump.xml --- a/fastq_dump.xml Wed Jun 19 16:48:18 2013 -0400 +++ b/fastq_dump.xml Sat Jun 29 11:14:03 2013 -0400 @@ -1,9 +1,26 @@ - + format reads from NCBI sra. - fastq-dump --log-level fatal --accession '${input.name}' --stdout $split $aligned '$input' > $output + + #if $input.input_select=="file" + fastq-dump --log-level fatal --accession '${input.sra.name}' --stdout $split $aligned $input.sra > $output + #else + fastq-dump --log-level fatal --accession $input.accession --stdout $split $aligned $input.accession > $output + #end if + fastq-dump --version - + + + + + + + + + + + + diff -r 7e033744cb20 -r 5f57967aac3e tool_dependencies.xml --- a/tool_dependencies.xml Wed Jun 19 16:48:18 2013 -0400 +++ b/tool_dependencies.xml Sat Jun 29 11:14:03 2013 -0400 @@ -7,7 +7,8 @@ make release make static make - $INSTALL_DIR/bin + $INSTALL_DIR/bin + sed -i -e 's/HOME/INSTALL_DIR/g' bin64/ncbi/default.kfg cp --recursive --dereference bin64/* $INSTALL_DIR/bin $INSTALL_DIR/bin