Skip to content

Commit

Permalink
Updated config files
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil committed Mar 6, 2025
1 parent d3dd8a5 commit aee5695
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ process {
withName: 'NEOANTIGENUTILS_NEOANTIGENINPUT' {
ext.args = "--kD_cutoff ${params.kd_cutoff}"
}
}

withName: 'NEOANTIGENEDITING_COMPUTEFITNESS' {
ext.args = "--a_param ${params.compute_fitness_a} --k_param ${params.compute_fitness_k} --w_param ${params.compute_fitness_w}"
}
4 changes: 4 additions & 0 deletions conf/prod.config
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ params {
phylo_mcmc_samples = 2500
phylo_num_chains = 15
kd_cutoff = 500
compute_fitness_a = 22.897590714815188
compute_fitness_k = 1
compute_fitness_w = 0.22402192838740312

iedbfasta = 'https://raw.githubusercontent.com/mskcc/NeoantigenEditing/refs/heads/main/data/iedb.fasta'
cds = 'https://github.com/mskcc-omics-workflows/test-datasets/raw/neoantigen/neoantigen/Homo_sapiens.GRCh37.75.cds.all.fa.gz'
cdna = 'https://github.com/mskcc-omics-workflows/test-datasets/raw/neoantigen/neoantigen/Homo_sapiens.GRCh37.75.cdna.all.fa.gz'
gtf = 'https://github.com/mskcc-omics-workflows/test-datasets/raw/neoantigen/neoantigen/Homo_sapiens.GRCh37.75.gtf.gz'
}
4 changes: 4 additions & 0 deletions conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ params {
phylo_num_chains = 2
netmhc3 = true
kd_cutoff = 500
compute_fitness_a = 22.897590714815188
compute_fitness_k = 1
compute_fitness_w = 0.22402192838740312

iedbfasta = 'https://raw.githubusercontent.com/mskcc-omics-workflows/test-datasets/neoantigen/neoantigen/neoantigenEditing/data/iedb.fasta'
cds = 'https://github.com/mskcc-omics-workflows/test-datasets/raw/neoantigen/neoantigen/Homo_sapiens.GRCh37.75.cds.all.fa.gz'
cdna = 'https://github.com/mskcc-omics-workflows/test-datasets/raw/neoantigen/neoantigen/Homo_sapiens.GRCh37.75.cdna.all.fa.gz'
gtf = 'https://github.com/mskcc-omics-workflows/test-datasets/raw/neoantigen/neoantigen/Homo_sapiens.GRCh37.75.gtf.gz'
}

0 comments on commit aee5695

Please sign in to comment.