Skip to content

documenting getting started with nf-core create #5

@taylorreiter

Description

@taylorreiter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions