Hello and hope all is well. I would like to know if there is someone among us who can provide me with resources to learn Nextflow apart from what Nf-Core offers.
I'm looking to write my bash scripts in Nextflow in order to run them with Nextflow for fast, reproducible and efficient analysis.
I would recommend going directly to the Nextflow training: https://training.nextflow.io/
The hello nextflow series is I think pretty good (but I am slightly biased ;-))
Thank you so much sir for this information.
I had the opportunity to watch your videos on training sessions in French and it helped me.
However, being a biologist by training who has recently discovered bioinformatics and I'm trying to train myself to be an expert, I'm having some problems understanding the concepts related to coding and programming.
You're referring to an outdated version of the Nextflow official training material. The video you're referring was recorded over 2 years ago. Lots of improvements occurred ever since, and there is a new training material now called "Hello Nextflow" whose expected audience is complete beginners :) You can find it clicking here.
it's because in the beginning I could'nt understand the english version so I've found the french one, but thanks for the share and I'll watch them for sure !
If you're transitioning from biology to bioinformatics, in addition to Nextflow traininng, some basic knowledge of Python, R and Bash/Linux would be recommended, which will help your understanding of coding and programming-related problems. Additionally, understanding common bioinformatics analyses, e.g. variant calling, variant annotation, expression quantification, and enrichment analysis, will help your transition. There are many free online resources, like Coursera, that offer a variety of courses on these topics.
This repo is very dated now (most content is > 3 years old) so I'd be a little cautious of it. I've been wondering if we should archive it for a while now to be honest.
Thank you so much sir for this information. I had the opportunity to watch your videos on training sessions in French and it helped me.
However, being a biologist by training who has recently discovered bioinformatics and I'm trying to train myself to be an expert, I'm having some problems understanding the concepts related to coding and programming.
You're referring to an outdated version of the Nextflow official training material. The video you're referring was recorded over 2 years ago. Lots of improvements occurred ever since, and there is a new training material now called "Hello Nextflow" whose expected audience is complete beginners :) You can find it clicking here.
it's because in the beginning I could'nt understand the english version so I've found the french one, but thanks for the share and I'll watch them for sure !
If you're transitioning from biology to bioinformatics, in addition to Nextflow traininng, some basic knowledge of Python, R and Bash/Linux would be recommended, which will help your understanding of coding and programming-related problems. Additionally, understanding common bioinformatics analyses, e.g. variant calling, variant annotation, expression quantification, and enrichment analysis, will help your transition. There are many free online resources, like Coursera, that offer a variety of courses on these topics.
I'm familiar with Bash/Linux and can understand a few python programs. As far as omics analysis like genomics or transcriptomics ...etc. is concerned.
I understand all these concepts because I studied genomic and NGS technologies during my master's degree.
It's just the transition to bioinfo that requires a very good understanding of logical reasoning to write a program or pipeline in a certain language.
Thanks very much for the help and advices, I appreciate.