Created
January 13, 2015 15:58
-
-
Save pontikos/a5e8a42c4e83d4c63e30 to your computer and use it in GitHub Desktop.
Create symlinks to chr directory.
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
| for x in chr*.gvcf.gz | |
| do | |
| mkdir -p ${x%%.gvcf.gz} | |
| ln -s `pwd`/$x.tbi `pwd`/${x%%.gvcf.gz}/Levine_test.gvcf.gz.tbi | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment