Last active
February 22, 2020 19:06
-
-
Save danielecook/b5269f493e05f84ff77a0465b8f94bb6 to your computer and use it in GitHub Desktop.
Prep stdin for igv
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
function test_igv { | |
cat - > test.${1} | |
igvtools index test.${1} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment