Skip to content

Commit

Permalink
Add config for devtest
Browse files Browse the repository at this point in the history
  • Loading branch information
hisplan committed Nov 11, 2021
1 parent 945777c commit f8f2f07
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
17 changes: 17 additions & 0 deletions configs/devtest.inputs.aws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"CellRangerVdj.sampleName": "sc5p_v2_hs_B_1k_b",
"CellRangerVdj.fastqNames": "sc5p_v2_hs_B_1k_b",
"CellRangerVdj.referenceGenome": "GRCh38",
"CellRangerVdj.inputFastq": [
"s3://dp-lab-test/vdj/sc5p_v2_hs_B_1k_b_S1_L001_I1_001.fastq.gz",
"s3://dp-lab-test/vdj/sc5p_v2_hs_B_1k_b_S1_L001_I2_001.fastq.gz",
"s3://dp-lab-test/vdj/sc5p_v2_hs_B_1k_b_S1_L001_R1_001.fastq.gz",
"s3://dp-lab-test/vdj/sc5p_v2_hs_B_1k_b_S1_L001_R2_001.fastq.gz",
"s3://dp-lab-test/vdj/sc5p_v2_hs_B_1k_b_S1_L002_I1_001.fastq.gz",
"s3://dp-lab-test/vdj/sc5p_v2_hs_B_1k_b_S1_L002_I2_001.fastq.gz",
"s3://dp-lab-test/vdj/sc5p_v2_hs_B_1k_b_S1_L002_R1_001.fastq.gz",
"s3://dp-lab-test/vdj/sc5p_v2_hs_B_1k_b_S1_L002_R2_001.fastq.gz"
],
"CellRangerVdj.chain": "auto",
"CellRangerVdj.dockerRegistry": "quay.io/hisplan"
}
9 changes: 9 additions & 0 deletions configs/devtest.labels.aws.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"pipelineType": "CellRangerVdj",
"project": "DEVTEST",
"sample": "Human B cells/Healthy Donor",
"owner": "chunj",
"destination": "s3://dp-lab-gwf-core/outputs/cr-vdj-results/",
"transfer": "skip",
"comment": ""
}

0 comments on commit f8f2f07

Please sign in to comment.