pgx-main from prod added

This commit is contained in:
2025-08-18 13:09:30 +02:00
parent 75c821b975
commit ce66f54509
918 changed files with 834526 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
params {
// User-defined parameters
// reference genome
ref_file = "$PWD/tests/reference/hg38/chr22_hg38.fasta"
// BAM/CRAM file(s) and respective indexes
in_bam = "$PWD/tests/samples/hg38/HG03130*{bam,bai}"
// Output directoy (Default is $PWD/results)
out_dir = "$PWD/results"
// DO NOT modify these lines
gene = "cyp2d6"
res_init = "$PWD/tests/resources"
}