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

support an explicit output argument #53

Closed
george-githinji opened this issue Oct 29, 2015 · 2 comments
Closed

support an explicit output argument #53

george-githinji opened this issue Oct 29, 2015 · 2 comments

Comments

@george-githinji
Copy link

Support for a -o or --output_dir argument for the output folder. Currently attempting to run IVA as part of an automated pipeline and getting an error

iva --threads $T --verbose 2 -f $forwards -r $reverse $output_dir

$output_dir is a path to the output directory

I get an error
iva: error: unrecognized argurments assembly/samplename

How can this be resolved?

@martinghunt
Copy link
Contributor

The --verbose option doesn't take any values. Use it more times for more verbosity. This works for me:

iva --threads $T --verbose --verbose -f $forwards -r $reverse $output_dir

or less typing to do:

iva --threads $T -v -v -f $forwards -r $reverse $output_dir

@george-githinji
Copy link
Author

OK. It was not clear from the documentation that the -v option does not take arguments. Thank you for the clarification!

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