removed pgx-main

This commit is contained in:
2025-08-18 12:05:31 +02:00
parent f66cd01b21
commit fcb0e9aa4c
956 changed files with 0 additions and 934400 deletions

View File

@@ -1,23 +0,0 @@
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"
}