Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrombie committed May 8, 2022
1 parent 176023a commit 6ada38c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 19 deletions.
28 changes: 13 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,21 @@ nextflow run main.nf --pipeline toxin --project <your repo path>/debug/20220501_
```

## cellprofiler-nf help
```ruby
log.info '''
```
C E L L P R O F I L E R - N F P I P E L I N E
===============================================
'''
log.info "Usage:"
log.info "The typical command for running the pipeline is as follows:"
log.info "nextflow run main.nf --pipeline <CellProfiler pipeline to use> --project <path to your project directory>"
log.info ""
log.info "Mandatory arguments:"
log.info "--project The path to your project directory"
log.info "--pipeline The CP pipeline to use: toxin, dauer"
log.info ""
log.info "Optional arguments:"
log.info "--groups comma separated metadata groupings for CellProfiler, default is plate,well"
log.info "--outdir Output directory to place files, default is project/Analysis-{current date}"
log.info "--help This usage statement."
Usage:
The typical command for running the pipeline is as follows:
nextflow run main.nf --pipeline <CellProfiler pipeline to use> --project <path to your project directory>
Mandatory arguments:
--project The path to your project directory
--pipeline The CP pipeline to use: toxin, dauer
Optional arguments:
--groups comma separated metadata groupings for CellProfiler, default is plate,well
--outdir Output directory to place files, default is project/Analysis-{current date}
--help This usage statement.
```

## Input directory structure
Expand Down
Binary file removed img/cellprofiler-nf_workflow.png
Binary file not shown.
4 changes: 0 additions & 4 deletions img/cellprofiler-nf_workflow.svg

This file was deleted.

0 comments on commit 6ada38c

Please sign in to comment.