Skip to content

Commit

Permalink
updated inputs.json with s3 inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
vinegang committed Oct 28, 2022
1 parent 342b772 commit 5eaa082
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions mvp/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
],
"engineOptions": "-resume -profile test -r main"
}

6 changes: 5 additions & 1 deletion mvp/inputs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"reads": "s3://ccr-genomics-testdata/testdata/Test*_R_T_R{1,2}.fastq.gz"
"reads": "s3://ccr-genomics-testdata/testdata/Test*_R_T_R{1,2}.fastq.gz",
"genome_index": "s3://ccr-genomics-testdata/References/index-STAR_2.7.9a",
"gtf": "s3://ccr-genomics-testdata/References/gencode.v37lift37.annotation_ERCC92.gtf",
"rsem_index": "s3://ccr-genomics-testdata/References/rsem_1.3.2",
"resultsdir": "s3://agc-424336837382-us-east-1/nfmvpout"
}

0 comments on commit 5eaa082

Please sign in to comment.