-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhashtag-10x-v3-tsa.inputs.json
31 lines (31 loc) · 1.04 KB
/
hashtag-10x-v3-tsa.inputs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"Hashtag.uriFastqR1": [
"s3://.../sample1_L001_R1_001.fastq.gz",
"s3://.../sample1_L002_R1_001.fastq.gz"
],
"Hashtag.uriFastqR2": [
"s3://.../sample1_L001_R2_001.fastq.gz",
"s3://.../sample1_L002_R2_001.fastq.gz"
],
"Hashtag.sampleName": "sample1",
"Hashtag.lengthR1": 28,
"Hashtag.lengthR2": 15,
"Hashtag.cellBarcodeWhitelistUri": "s3://.../seqc-results/sample1_dense.csv",
"Hashtag.cellBarcodeWhiteListMethod": "SeqcDenseCountsMatrixCsv",
"Hashtag.translate10XBarcodes": false,
"Hashtag.hashTagList": "s3://.../tag-list.csv",
"Hashtag.cbStartPos": 1,
"Hashtag.cbEndPos": 16,
"Hashtag.umiStartPos": 17,
"Hashtag.umiEndPos": 28,
"Hashtag.cbCollapsingDistance": 1,
"Hashtag.umiCollapsingDistance": 1,
"Hashtag.numExpectedCells": 0,
"Hashtag.minCount": 10,
"Hashtag.denseCountMatrix": "s3://.../seqc-results/sample1_dense.csv",
"Hashtag.resourceSpec": {
"cpu": 4,
"memory": -1
},
"Hashtag.dockerRegistry": "quay.io/hisplan"
}