Skip to content

Commit 4bf87cc

Browse files
committed
Noting configs used in HGSVC3 paper.
1 parent 39da3c7 commit 4bf87cc

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"COMMENT": "Example of config parameters used in HGSVC3 pape -r https://doi.org/10.1101/2024.09.24.614721.",
3+
4+
5+
"species": "HG00096",
6+
"reads": [
7+
],
8+
"asm": "HG00096.vrk-ps-sseq.asm-hap1.fasta",
9+
"hap2": "HG00096.vrk-ps-sseq.asm-hap2.fasta",
10+
"genemodel": "gencode.v44.transcripts.genesCollapsed.renamed.fa",
11+
"temp": "/panfs/qcb-panasas/krabbani/sda_tmp",
12+
"read_type": "CCS",
13+
"flag_assume_clear_and_unique_gene_codes": true,
14+
"flag_filt_uncharacterized_genes": true,
15+
"bed_for_filtering_results": "flagger/verkko/HG00096-verkko.verkko.alt_removed.flagger_final.bed",
16+
"flagger_components_to_filter": ["Err","Dup"],
17+
"uncharacterized_gene_name_prefix": "ENSG",
18+
19+
"flag_autodetect_haploid_chrs": true,
20+
"min_gene_model_alignment": 0.95,
21+
22+
"cluster_mem_mb_baby": 1000,
23+
"cluster_mem_mb_small": 6000,
24+
"cluster_mem_mb_medium": 32000,
25+
"cluster_mem_mb_large": 48000,
26+
"cluster_mem_mb_xlarge": 130000,
27+
"cluster_cpus_per_task_baby": 1,
28+
"cluster_cpus_per_task_small": 4,
29+
"cluster_cpus_per_task_medium": 16,
30+
"cluster_cpus_per_task_large": 64,
31+
32+
"cluster_runtime_short": 240,
33+
"cluster_runtime_long": 1440
34+
}

0 commit comments

Comments
 (0)