Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- destination=/mnt/biogalaxy/2017_Tilapia_genome/illumina/hiseq2000/
- local=/data/fastq/tilapia/NCBI/illumina/hiseq2000
- while read id
- do
- fastq-dump --gzip ${id}
- pids="$pids $!"
- echo
- wait $pids
- done < idlist.txt
- cd /mnt/biogalaxy
- cd {$local}
- while read id
- do
- cp ${id}.fastq.gz {$destination}
- pids="$pids $!"
- echo
- wait $pids
- done < idlist.txt
Add Comment
Please, Sign In to add comment