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

Add command line argument for output filename in evaluator scripts #29

Open
gaurav-kaushik opened this issue Jul 27, 2016 · 1 comment
Assignees

Comments

@gaurav-kaushik
Copy link

I'd like the ability to specify the output filename for the evaluator scripts (in lieu of calling it 'result.out' each time). This would be helpful for evaluating a batch of bedpe's/tsv's produced from a batch of tests.

For example, the command line for the Fusion Evaluator tool could be:
evaluator.py evaluateFusionDet --gtf GRCh37.gtf --input sample1_star.bedpe --truth truth.bedpe --output "sample1_result.out"

This isn't a blocker, since it's possible to circumvent this by modifying the CWL, but it'd be cleaner to allow the user to pass an argument directly to the tool. Thanks! :)

@thomasyu888
Copy link
Collaborator

Thanks for the suggestion. I will definitely work on incorporating this.

@thomasyu888 thomasyu888 self-assigned this Jul 29, 2016
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