Skip to content

Commit 28e51b1

Browse files
author
Rex Wang
committed
Add a static input file for integration envs. (587)
1 parent 20055fc commit 28e51b1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"AdapterSmartSeq2SingleCell.gtf_file": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode.v27.primary_assembly.annotation.gtf",
3+
"AdapterSmartSeq2SingleCell.hisat2_ref_trans_name": "gencode_v27_trans_rsem",
4+
"AdapterSmartSeq2SingleCell.rrna_intervals": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode.v27.rRNA.interval_list",
5+
"AdapterSmartSeq2SingleCell.star_ref_index": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/GRCh38_GencodeV27_Primary.tar",
6+
"AdapterSmartSeq2SingleCell.hisat2_ref_index": "gs://hca-dcp-mint-test-data/reference/HISAT2/genome_snp_tran.tar.gz",
7+
"AdapterSmartSeq2SingleCell.genome_ref_fasta": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/GRCh38.primary_assembly.genome.fa",
8+
"AdapterSmartSeq2SingleCell.hisat2_ref_trans_index": "gs://hca-dcp-mint-test-data/reference/HISAT2/gencode_v27_trans_rsem.tar.gz",
9+
"AdapterSmartSeq2SingleCell.rsem_ref_index": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode_v27_primary.tar",
10+
"AdapterSmartSeq2SingleCell.gene_ref_flat": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/GRCh38_gencode.v27.refFlat.txt",
11+
"AdapterSmartSeq2SingleCell.hisat2_ref_name": "genome_snp_tran",
12+
"AdapterSmartSeq2SingleCell.stranded":"NONE",
13+
"AdapterSmartSeq2SingleCell.reference_bundle": "bf51d668-3e14-4843-9bc7-5d676fdf0e01",
14+
"AdapterSmartSeq2SingleCell.format_map": "gs://hca-dcp-mint-test-data/adapters/file_format_map.json",
15+
"AdapterSmartSeq2SingleCell.dss_url": "https://dss.integration.data.humancellatlas.org/v1",
16+
"AdapterSmartSeq2SingleCell.submit_url": "http://api.ingest.integration.data.humancellatlas.org/",
17+
"AdapterSmartSeq2SingleCell.method": "SmartSeq2SingleCell",
18+
"AdapterSmartSeq2SingleCell.schema_version": "4.6.1",
19+
"AdapterSmartSeq2SingleCell.run_type": "run",
20+
"AdapterSmartSeq2SingleCell.retry_seconds": 10,
21+
"AdapterSmartSeq2SingleCell.timeout_seconds": 1200
22+
}

0 commit comments

Comments
 (0)