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

not recognizing changes to parameters #274

Open
eam12 opened this issue Feb 14, 2018 · 2 comments
Open

not recognizing changes to parameters #274

eam12 opened this issue Feb 14, 2018 · 2 comments

Comments

@eam12
Copy link

eam12 commented Feb 14, 2018

I'm running metAMOS as a job submission (via PBS job script) to a computer cluster. However, runPipeline always runs the default parameters, no matter what parameters I change. For example, I want to use spades as my assembly tool, but the output is always with SOAPdenovo.

@aldembert
Copy link

Make sure that you are including the -a option with the assemblers that you want and also make sure that you are using the correct name of such assembler(remember its case sensitive)

@skoren
Copy link
Member

skoren commented Feb 15, 2018

Make sure you're running in a clean folder, without using force, it won't re-run an assembly if it already exists. Do you have the output as well as your PBS script/command, that would give information on available assemblers and what it is running, you can make it verbose by running with -v

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

3 participants