-
Notifications
You must be signed in to change notification settings - Fork 3
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
GENCODE_DOWNLOAD crashes in stub-run due to double versions.yml overwrite #195
Comments
I also have a different question. We need to be able to run the pipeline offline, i.e. with the Is this considered when adding these processes to automatically download reference data? I have only tried running the stub so far, will see how it behaves for a real run when this is through. |
Thanks for reporting, I will take a look and try to fix the bug. Regarding your question, no, it is not taken into account, but as long as you give the pipeline all the input data required, it won't try to download it. You could potentially start the pipeline somewhere with internet, download references, and then upload them to the offline system. Let me know if you have further questions/info on the bug. |
I was able to run the pipeline by turning off the I think the actual way to solve it would be to in here:
remove the second Haven't tried it out though.
OK I see! Yes, as long as it does not attempt to download when all is provided that should be fine for us. I'll try it out and get back on that point separately if I don't manage. |
Thanks for following up on it! If you have the time and realise that it works, feel free to make a PR 😄 |
Yes, sure! I will focus on other things for a bit now, but if still there when coming back to Tomte I'll make a PR 👌 |
Description of the bug
Running the latest Tomte dev version (commit
95cc7557010bafa54644b
) in dev mode, I get crashes like the following:This seems to be caused by double writes to
versions.yml
(i.e. both here:cat <<-END_VERSIONS > versions.yml
and herewget: $(echo wget -V 2>&1 | grep "GNU Wget" | cut -d" " -f3 > versions.yml)
). Together with the recent nf-core template update settingset -C
by default, crashing this exact type of double overwrite.Command used and terminal output
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: