SOFT : NextflowWorkflows ------ Site du soft: https://github.com/nf-core/ ------------- LICENSE: -------- MIT See software documentation for more informations. Location: /usr/local/bioinfo/src/NextflowWorkflows --------- Load binaries and environment: ------------------------------ -> check versions module: # search_module nfcore -> Fixer les repertoires, à ne faire qu'une fois lors de la premiere utilisation: sh /usr/local/bioinfo/src/NextflowWorkflows/create_nfx_dirs.sh -> nf-core workflows : module purge module load bioinfo/NextflowWorkflows/nfcore-Nextflow-v22.12.0-edge Example directory for use on cluster: ------------------------------------- /usr/local/bioinfo/src/NextflowWorkflows/example_on_cluster To submit: sbatch test_nfcore-Nextflow-v22.12.0-edge.sh See software documentation and our FAQ (http://bioinfo.genotoul.fr/index.php/faq/) for more informations. Quick start (genotoul profile not yet available, use -c /usr/local/bioinfo/src/NextflowWorkflows/config/genotoul.config): ------------ -> nextflow help: nextflow run -h -> rnaseq workflow help: nextflow run nf-core/rnaseq -profile genotoul --help -> rnaseq workflow usage example: nextflow run nf-core/rnaseq -profile genotoul \ --reads '*_{1,2}_Ch6.fastq.gz'\ --fasta mongenome.fasta\ --gtf monannotation.gtf -> methylseq workflow usage example: bioinfo/NextflowWorkflows/nfcore-Nextflow-v22.12.0-edge nextflow run nf-core/methylseq -profile genotoul \ --fasta /usr/local/bioinfo/src/NextflowWorkflows/example_on_cluster/data/ITAG2.3_genomic_Ch6.fasta \ --reads '/usr/local/bioinfo/src/NextflowWorkflows/example_on_cluster/data/MT_rep1_{1,2}_Ch6.fastq.gz' -> outputs: Results directories will be create into current directory. To rerun workflow without overwriting allready finished jobs use option -resume -> workflows documentation: See https://github.com/nf-core/