Skip to content

Instantly share code, notes, and snippets.

@danielecook
Last active February 22, 2020 19:06
Show Gist options
  • Save danielecook/b5269f493e05f84ff77a0465b8f94bb6 to your computer and use it in GitHub Desktop.
Save danielecook/b5269f493e05f84ff77a0465b8f94bb6 to your computer and use it in GitHub Desktop.
Prep stdin for igv
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