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

filter-out EVIDENCE option needs to produce a file with the lines lines filtered with that evidence #60

Closed
dougli1sqrd opened this issue Jul 3, 2017 · 3 comments
Assignees

Comments

@dougli1sqrd
Copy link
Contributor

So on an ontobio-parse-assocs.py run, with the --filter-out IEA option, we should build a file with all the lines included, and one called group_name_noiea.gaf.

@dougli1sqrd dougli1sqrd self-assigned this Jul 3, 2017
@cmungall
Copy link
Contributor

cmungall commented Jul 3, 2017

how should we do this to avoid hardcoding ad-hoc assumptions about filenames?

How about adding a different parameter

--filter-from <CODE> <FILE>

e.g.

--filter-from IEA foo_noiea.gaf

@dougli1sqrd
Copy link
Contributor Author

well we have a -o output file some/file/at/location/group.gaf. We can then just say for some --filter-out CODE we can write out a some/fileat/location/group_noCODE.gaf. Since if we don't include an output file, we probably similarly don't want a noCODE.gaf file.

@dougli1sqrd
Copy link
Contributor Author

#66 Does this with the --filtered-file option

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