Mentors: Ben Ubah, Rick Pack and Gergely Daroczi
Mentee: João Vitor F. Cavalcante
Main Project Repository: https://github.com/r-community/central
Commit log in main repository: https://github.com/r-community/central/commits?author=jvfe
Mentors: Ben Ubah, Rick Pack and Gergely Daroczi
Mentee: João Vitor F. Cavalcante
Main Project Repository: https://github.com/r-community/central
Commit log in main repository: https://github.com/r-community/central/commits?author=jvfe
| ch = Channel.empty() | |
| ch2 = Channel.empty() | |
| ch = ch.mix(Channel.value('database')) | |
| Channel.value('database').set{ ch2 } | |
| println(ch) | |
| println(ch2) |
Este é um guia básico para configurar algumas configurações básicas para executar pipelines Nextflow no NPAD.
Primeiro, estou assumindo que sua análise ocupará mais de 9 GB (sua cota de espaço no diretório home), então você precisará usar o disco scratch para armazenar os resultados e as imagens Singularity.
Aqui, recomendo usar o conda para instalar o Nextflow e o nf-core.
Baixe e instale o conda: https://docs.conda.io/en/latest/miniconda.html