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

wellington footprints never finishes #29

Open
billgreenwald opened this issue Feb 2, 2018 · 2 comments
Open

wellington footprints never finishes #29

billgreenwald opened this issue Feb 2, 2018 · 2 comments

Comments

@billgreenwald
Copy link
Contributor

Hi!

Whenever I run wellington on my data, I get "waiting on last 80 threads." as the last output

When the process eventually ends, the footprint output file is empty.

any help is appreciated. Thanks!

@jpiper
Copy link
Owner

jpiper commented Apr 5, 2018

Can you try updating to the latest version for me?

@billgreenwald
Copy link
Contributor Author

I grabbed it off of pip, so if that is not the most up to date version, let me know.

I am getting a new error that the "interval you're trying to footprint is smaller than the parameters you've passed", even when I set -fp to 0,26,2 (ie nothing should be too small). Also, the smallest region in my file is 68 BP, so this shouldnt be an issue.

Some quality of life changes that could make it faster to test and use in the future as well:

  • check to see if -h is passed before trying to load the non-flag arguments. The program errors when you give -h without also providing BED, BAM, and output arguments.
  • if the output folder doesnt exist, create it for the user instead of returning an error
  • give a flag to write to the output folder even if it is full. It takes a while to create, then rm folders, then make them again.
  • mention on the README you need python3, not python2

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

No branches or pull requests

2 participants