Skip to content

Commit

Permalink
update README et al
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Dec 17, 2024
1 parent a7effb4 commit 2a36c0d
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 206 deletions.
1 change: 1 addition & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ ln -s docker-credential-osxkeychain docker-credential-desktop
Use your Quilt Catalog to browse the inputs and outputs

1. Go to AWS Console and find the Omics-Quilt stack
2. Copy names of the INPUT and OUTPUT buckets
3. Copy the Status Topic ARN?!?
4. Go your Quilt Catalog
5. Click "+" on the front page (or Admin Settings -> Buckets)
6. Click "+" in the upper right corner to add a new bucket
1. Copy names of the INPUT and OUTPUT buckets
2. Copy the SNS Topic ARN, with type "AWS::SNS::Topic", e.g. `arn:aws:sns:us-east-1:1234567890:omics-quilt-status-topic`
2. Go your Quilt Catalog
3. Click "+" on the front page (or Admin Settings -> Buckets)
4. Click "+" in the upper right corner to add a new bucket
1. Name: Physical Name from Stack
2. Title: Omics Quilt Input / Output
3. SNS Topic ARN
3. SNS Topic ARN (under Indexing and Notifications)

### Run the Workflow

Expand All @@ -55,6 +55,8 @@ Use your Quilt Catalog to browse the inputs and outputs
3. Create Folders `fastq` and, inside that, `<region>`
4. Upload the JSON file to `s3://<input-bucket>/fastq/<region>/<region>.json`

If it already exists, set the timestamp to a future time to trigger a new run.

TODO: Setup a Quilt package push that does this for you

### View the Results
Expand Down
Loading

0 comments on commit 2a36c0d

Please sign in to comment.