generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This is probably the lazy part of me, but the code blocks in your readme documents start with "$". This means that they cannot simply be copy and pasted.
I request (for laziness sake) that code blocks shift from this
$ nextflow run neissflow/main.nf -profile singularity,all,test --outdir <OUTDIR> --name <RUN NAME>
to this
nextflow run neissflow/main.nf -profile singularity,all,test --outdir <OUTDIR> --name <RUN NAME>
(the latter can be copied and pasted with the mouse icon)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels