Usage of nextclade CLI with Docker Image #551
-
First Thanks for the development ! I need your help understand how can I use the docker image with my multi.fasta file... I tried to add the path with the argument --input-fasta but the file is not found. Thanks ++, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi Valentine! I can try to help but I need more information. This is a kind of StackOverflow-like question you have so the same rules apply I guess, not sure whether you've ever posted a question there but this is the gist: |
Beta Was this translation helpful? Give feedback.
-
Glad to have been of help.
Cron runs as a different user (Linux) as you when you are in the terminal.
You need to set the path environment variable to include all the programs
you want to use.
I really recommend you try looking for answers at Stackoverflow. There's
like millions of questions and answers like yours ;)
https://serverfault.com/a/352838/544529
…On Fri, Oct 1, 2021, 11:33 Valentine Lesourd-Aubert < ***@***.***> wrote:
Thank's a lot for your help and for taking into consideration my troubles
in order to improve the user guide, it will help some other beginners like
me. Actually you were right it was a problem related to my lack of
knowledge concerning Docker. I have mounted the repertory and it finally
worked! I've created a little bash script to run the nextclade image.
However I can't understand the reason why, when I run this script with a
cron, the docker command is not anymore found. Maybe you will have an
explanation for it.
Thank's again,
Have a good day.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#551 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF77AQN3GD4UNSFLTPVYKK3UEV56DANCNFSM5E44H6KA>
.
|
Beta Was this translation helpful? Give feedback.
Hi Valentine! I can try to help but I need more information. This is a kind of StackOverflow-like question you have so the same rules apply I guess, not sure whether you've ever posted a question there but this is the gist:
What are you trying to achieve? What's the command you've tried so far and what is the error message you get?