Skip to content

Commit

Permalink
Merge pull request #437 from tweag/simeon/document-runp
Browse files Browse the repository at this point in the history
Clearer explanation of `runp` command
  • Loading branch information
donaldcampbelljr committed Jan 10, 2024
2 parents e389a52 + e5fa335 commit 5abf2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Each task is controlled by one of the following commands: `run`, `rerun`, `runp`

- `looper run`: Runs pipelines for each sample, for each pipeline. This will use your `compute` settings to build and submit scripts to your specified compute environment, or run them sequentially on your local computer.

- `looper runp`: Runs pipelines for each pipeline for project.
- `looper runp`: Runs [project-level pipelines](http://looper.databio.org/en/latest/pipeline-tiers/#project-pipelines). These are pipelines run once per project instead of once per sample.

- `looper rerun`: Exactly the same as `looper run`, but only runs jobs with a failed flag.

Expand Down

0 comments on commit 5abf2f8

Please sign in to comment.