We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't save header for cooltools genome fetch-chromsizes, since headerless files are expected for downstream cooltools cli functions.
cooltools genome fetch-chromsizes
The text was updated successfully, but these errors were encountered:
This came up in developing a CLI tutorial where
!cooltools genome fetch-chromsizes hg38 | tail -n+2 > ./outputs/chromsizes.tsv
was needed to run
!cooltools genome binnify ./outputs/chromsizes.tsv 100000 | grep "chrom\|chr2\t\|chr17" > outputs/bins.100000.tsv
Sorry, something went wrong.
No branches or pull requests
don't save header for
cooltools genome fetch-chromsizes
, since headerless files are expected for downstream cooltools cli functions.The text was updated successfully, but these errors were encountered: