-
Notifications
You must be signed in to change notification settings - Fork 111
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
Running the pipeline with singularity #131
Comments
Hi, glad you got mag running. |
based on the log file (.nextflow.log) I see following error. Nov-16 13:46:24.338 [main] WARN nextflow.script.ScriptBinding - Access to undefined parameter |
The line Please test the following:
|
Thank you Daniel for your kind help. I followed your instructions, pulled v1.1.1 and tried but seeing the same error nextflow run nf-core/mag -r 1.1.1 --input '/Users/rsompallae/*_R{1,2}.fastq' -profile singularity -c nfcore_ui_hpc_2.config --busco_reference /Users/rsompallae/biotools/bacteria_odb10.2020-03-06.tar.gz Here is the text from the log file Nov-17 19:19:53.166 [main] DEBUG nextflow.Session - Work-dir: /Users/rsompallae/work [nfs] |
Hi @ramakrishnas , thanks for reporting this! |
Thank you so much, I really appreciate it.
…On Wed, Nov 18, 2020 at 3:59 AM Sabrina Krakau ***@***.***> wrote:
Hi @ramakrishnas <https://github.com/ramakrishnas> , thanks for reporting
this!
This seems like a bug concerning the --input parameter: internally it
still processes the params.reads. Something went wrong when I merged the
nf-core template 1.10.1. (Although I get a different error message)
You could use the --input_paths parameter (not documented in the help
message) as in conf/test.config or the --reads parameter, but then the
summary output does not contain this parameter (as it uses already
params.input).
Or just wait a bit if you can, I will fix this as soon as possible in the
dev branch and prepare a minor release with a patch.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#131 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGYS55P7ARQR6GDIQIYXYLSQOLGVANCNFSM4TT7VLQA>
.
|
Hi skrakau,
I just want to checkin and see if it is okay for me to pull the version
1.1.2 and test?
Thanks
Rama
…On Tue, Nov 24, 2020 at 12:00 PM Sabrina Krakau ***@***.***> wrote:
Closed #131 <#131>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#131 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGYS5ZX7HPH34ZM27RCKQ3SRPYDLANCNFSM4TT7VLQA>
.
|
Hi @ramakrishnas , yes that would be great! Let us know if it solves your problems. |
Hi,
I pulled the version 1.1.2 and tried to run but getting the error 'No such
variable: projectDir'. is this something I need to provide with the command
options?
Thanks
…On Wed, Nov 25, 2020, 2:42 AM Sabrina Krakau ***@***.***> wrote:
Hi @ramakrishnas <https://github.com/ramakrishnas> , yes that would be
great! Let us know if it solves your problems.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#131 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGYS55H5TOBYPUOZKL27M3SRS7PNANCNFSM4TT7VLQA>
.
|
@ramakrishnas Please continue in #138, since this is a different topic! |
I had success running the test but when I tried to run the pipeline with my data it is not working and gives the message
-[nf-core/mag] Pipeline completed with errors-
If some can take a look at my command below and let me know where I'm doing wrong that will be helpful.
nextflow run nf-core/mag -r 1.1.0 --input '/Users/rsompallae/*_R{1,2}.fastq' -profile singularity -with-singularity /Users/rsompallae/biotools/nfcore-mag-1.1.0.sif -c nfcore_ui_hpc_2.config --busco_reference /Users/rsompallae/biotools/bacteria_odb10.2020-03-06.tar.gz
Thanks
Rama
The text was updated successfully, but these errors were encountered: