incomplete download of pgx-main

This commit is contained in:
2025-08-18 12:12:55 +02:00
parent fe48df8676
commit 75c821b975
984 changed files with 0 additions and 878657 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"
}