Chris Wyatt
Chris Wyatt
Thanks for making this great tool, super helpful. I also have this issue. Is there a way to know when there is a network error? I am running the example...
Thanks. Yes its working perfectly again :)
Hey @tetedange13, Is there a need to run `nf-core-viralrecon-2.4` specifically (saw in log file)?. I would try it again with the latest version of nextflow [22](https://github.com/nextflow-io/nextflow/releases/tag/v22.10.0) and viralrecon 2.5. The...
Yes, I seems to be the issue with WSL as you say. Could it be related to setting the read only file system this user finds: https://github.com/nipreps/fmriprep/issues/1777 Hopefully someone else...
I can open them fine in the browser, its just when you try to follow certain links on gitpod
Add exercise. Where we write a working blast example, show that running this will fail. But by finding a correct container on Dockerhub, we can add this to the nextflow.config...
The gitpod extension Live Server is good?,. You need to then left click the html file in the explorer and open with LiveServer
We can adapt the nf-core dockerfile: https://github.com/nf-core/tools/blob/master/nf_core/gitpod/gitpod.Dockerfile, with the custom tools (e.g. `tree` and the pulled RNAseq repo). Then check that all the elements of the training still work, and...
Which container version are you running?. Ah, maybe the old container does not work because the code has changed in rnaseq-nf. The new container works fine (https://github.com/seqeralabs/nf-training-public/pull/114), so we should...
@abhi18av how do you mean? As in we should publish the current branch of the training with the older container as V1, and make the new container version V2?