Created
July 25, 2018 00:39
-
-
Save joowkim/80e6288daa97c39121717e380f4e8b8e to your computer and use it in GitHub Desktop.
gnu parallel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls *R1* | sed 's/_R1.fastq.gz//' | parallel "echo {}_R1.fastq.gz {}_R2.fastq.gz" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment