Skip to content
New issue

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

cooltools eigs-cis CLI output #394

Open
gfudenberg opened this issue Oct 10, 2022 · 1 comment
Open

cooltools eigs-cis CLI output #394

gfudenberg opened this issue Oct 10, 2022 · 1 comment

Comments

@gfudenberg
Copy link
Member

don't save the column weight in the output of cooltools eigs-cis

@sergpolly
Copy link
Member

I was thinking about it while reading #397 ...

this can be easily addressed in #397 - during the creation of an empty eigvecs_table using this modern pandas function:

eigvecs_table = eigvecs_table.reindex(columns=["chrom","start","end"]+eig_columns)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants