Zero to nf-core pipeline
mamba create -n nf nf-core nextflow prettier
nf-core create
? Workflow name seqqc
? Description Quality control for sequencing data
? Author Arcadia Science
? Do you want to customize which parts of the template are used? Yes
? Pipeline prefix Arcadia-Science
? Skip template areas? done
- github_badges
- igenomes
nf-core lint
nf-core lint --fix files_unchanged
git remote add origin git@github.com:USERNAME/REPO_NAME.git
git push --all origin
created a branch from master called main and switched default branch to main.
add modules
nf-core modules list remote
nf-core modules install sourmash/gather
nf-core modules install sourmash/sketch
(opened docker desktop)
set up on rosetta, explicitly call for docker...
export DOCKER_DEFAULT_PLATFORM=linux/amd64
nextflow run . -profile test,docker --outdir outdir
Zero to nf-core pipeline
created a branch from master called main and switched default branch to main.
add modules
(opened docker desktop)
set up on rosetta, explicitly call for docker...