Skip to content

Instantly share code, notes, and snippets.

@certifiedwaif
Created November 7, 2013 01:22
Show Gist options
  • Save certifiedwaif/7347331 to your computer and use it in GitHub Desktop.
Save certifiedwaif/7347331 to your computer and use it in GitHub Desktop.
The command was find /mnt/Seagate_Expansion4_No2 -name \*sra\* -print0 | parallel --null ./sra_to_fastq.sh {}
The script sra_to_fastq.sh contains:
----
#!/bin/bash -x
outdir=/home/mark/data
echo $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment