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

Option flank is never used in merge_bed.py #11

Open
ghost opened this issue Mar 27, 2017 · 2 comments
Open

Option flank is never used in merge_bed.py #11

ghost opened this issue Mar 27, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Mar 27, 2017

I was wondering that the fuzzy search in merge_bed.py gives me the same results as without the fuzzy search.
I looked into merge_bed.py and saw that this option is never used. Is there any reason to call the function read_to_hash with parameter flank always with 0 in line 49?
inputs = [read_to_hash(a,flank=0) for a in args]
Will it work if I replace the zero with options.flank?
inputs = [read_to_hash(a,flank=options.flank) for a in args]

@marvin-jens
Copy link
Owner

marvin-jens commented Mar 27, 2017 via email

@mschilli87
Copy link
Contributor

Hi @raistlin91

Thanks for the feedback.
Just in case you didn't know, the main repository of find_circ moved.
So future issues might have higher visibility (also for other users) when opened there.

Also, feel free to ask for features over at ciRcus as we plan to implement (some of) the merge_bed.py functionality there and we need user feedback to prioritize these according to what is actually used.

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