Skip to content

Commit

Permalink
Merge pull request #23 from HumanCellAtlas/cw-fix-the-integration-env…
Browse files Browse the repository at this point in the history
…-587

Add a static input file for integration envs. (587)
  • Loading branch information
rexwangcc authored Mar 6, 2018
2 parents 20055fc + 28e51b1 commit f4004dc
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"AdapterSmartSeq2SingleCell.gtf_file": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode.v27.primary_assembly.annotation.gtf",
"AdapterSmartSeq2SingleCell.hisat2_ref_trans_name": "gencode_v27_trans_rsem",
"AdapterSmartSeq2SingleCell.rrna_intervals": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode.v27.rRNA.interval_list",
"AdapterSmartSeq2SingleCell.star_ref_index": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/GRCh38_GencodeV27_Primary.tar",
"AdapterSmartSeq2SingleCell.hisat2_ref_index": "gs://hca-dcp-mint-test-data/reference/HISAT2/genome_snp_tran.tar.gz",
"AdapterSmartSeq2SingleCell.genome_ref_fasta": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/GRCh38.primary_assembly.genome.fa",
"AdapterSmartSeq2SingleCell.hisat2_ref_trans_index": "gs://hca-dcp-mint-test-data/reference/HISAT2/gencode_v27_trans_rsem.tar.gz",
"AdapterSmartSeq2SingleCell.rsem_ref_index": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/gencode_v27_primary.tar",
"AdapterSmartSeq2SingleCell.gene_ref_flat": "gs://hca-dcp-mint-test-data/reference/GRCh38_Gencode/GRCh38_gencode.v27.refFlat.txt",
"AdapterSmartSeq2SingleCell.hisat2_ref_name": "genome_snp_tran",
"AdapterSmartSeq2SingleCell.stranded":"NONE",
"AdapterSmartSeq2SingleCell.reference_bundle": "bf51d668-3e14-4843-9bc7-5d676fdf0e01",
"AdapterSmartSeq2SingleCell.format_map": "gs://hca-dcp-mint-test-data/adapters/file_format_map.json",
"AdapterSmartSeq2SingleCell.dss_url": "https://dss.integration.data.humancellatlas.org/v1",
"AdapterSmartSeq2SingleCell.submit_url": "http://api.ingest.integration.data.humancellatlas.org/",
"AdapterSmartSeq2SingleCell.method": "SmartSeq2SingleCell",
"AdapterSmartSeq2SingleCell.schema_version": "4.6.1",
"AdapterSmartSeq2SingleCell.run_type": "run",
"AdapterSmartSeq2SingleCell.retry_seconds": 10,
"AdapterSmartSeq2SingleCell.timeout_seconds": 1200
}

0 comments on commit f4004dc

Please sign in to comment.