Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hisplan committed Feb 14, 2020
1 parent 0b0c7e1 commit 7027b29
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ You need to provide two JSON files that describes your job:
}
```

- `project`: project ID or name retrieved from SCRI database
- `project`: project ID retrieved from SCRI database
- `sample`: sample name
- `destination`: AWS S3 location where the final output files (e.g. loom) should be saved

## Submitting a Job

```bash
./submit.sh \
-k ~/tent/keys/secrets-aws.json \
-k ~/secrets-aws.json \
-i config/your-sample.inputs.json \
-l config/your-sample.labels.json \
-o Velopipe.options.aws.json
Expand Down
9 changes: 9 additions & 0 deletions config/test.labels.aws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"pipelineType": "Velopipe",
"project": "Project 10051",
"sample": "Lib17_X2E_D7_A",
"owner": "chunj",
"destination": "s3://chunj-cromwell/outputs/Project_10051/Lib17_X2E_D7_A/Velopipe",
"transfer": "-",
"comment": "RNA Velocity"
}

0 comments on commit 7027b29

Please sign in to comment.