Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add subsections to create direct links which can be referenced from HowTos documents.
  • Loading branch information
kopardev authored Oct 10, 2024
1 parent a91c7cc commit e26ffc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ We also have end-to-end slurm-supported folder-to-hpcdme and tarball-to-hpcdme w

If run with `--executor slurm` this interfaces with the job scheduler on Biowulf and submitted individual steps of these E2E workflows as interdependent jobs.

### `parkit_folder2hpcdme`

```bash
%> parkit_folder2hpcdme --help
usage: parkit_folder2hpcdme [-h] [--restartfrom RESTARTFROM] [--executor EXECUTOR] [--folder FOLDER] [--dest DEST] [--projectdesc PROJECTDESC]
Expand Down Expand Up @@ -137,6 +139,8 @@ options:
>
> `parkit_folder2hpcdme` by default parks files under `/CCBR_Archive/GRIDFTP/Project_CCBR-12345/Analysis` unless the `--rawdata` flag is provided at command line. In that case, the tarball is parked at `/CCBR_Archive/GRIDFTP/Project_CCBR-12345/Rawdata`
### `parkit_tarball2hpcdme`
```bash
parkit_tarball2hpcdme --help
usage: parkit_tarball2hpcdme [-h] [--restartfrom RESTARTFROM] [--executor EXECUTOR] [--tarball TARBALL] [--dest DEST]
Expand Down

0 comments on commit e26ffc6

Please sign in to comment.