Skip to content

Commit

Permalink
Update job template
Browse files Browse the repository at this point in the history
  • Loading branch information
hisplan committed Aug 31, 2021
1 parent a5906ea commit 4066b60
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
11 changes: 11 additions & 0 deletions config/template.inputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"Velopipe2.sampleName": "test_sample1",
"Velopipe2.filteredBarcodes": "s3://.../filtered-barcodes.csv",
"Velopipe2.bam": "s3://.../seqc-results/test_sample1_Aligned.out.bam",
"Velopipe2.numOfChunks": 20,
"Velopipe2.gtf": "s3://seqc-public/genomes/hg38_long_polya/annotations.gtf",
"Velopipe2.fullBarcodeWhitelist": "s3://seqc-public/barcodes/ten_x_v3/flat/3M-february-2018.txt",
"Velopipe2.cbCorrection": "s3://.../seqc-results/test_sample1_cb-correction.csv.gz",
"Velopipe2.umiCorrection": "s3://.../seqc-results/test_sample1_umi-correction.csv.gz",
"Velopipe2.dockerRegistry": "583643567512.dkr.ecr.us-east-1.amazonaws.com"
}
9 changes: 9 additions & 0 deletions config/template.labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"pipelineType": "Velopipe2",
"project": "YOUR_PROJECT_NAME",
"sample": "YOUR_SAMPLE_NAME",
"owner": "YOUR_USER_ID",
"destination": "s3://.../velopipe/",
"transfer": "-",
"comment": ""
}
11 changes: 0 additions & 11 deletions config/test2.inputs.aws.json

This file was deleted.

9 changes: 0 additions & 9 deletions config/test2.labels.aws.json

This file was deleted.

0 comments on commit 4066b60

Please sign in to comment.