You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! :)
The text was updated successfully, but these errors were encountered:
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! :)
The text was updated successfully, but these errors were encountered: