mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Added genome parameter
Added genome parameter to the config file
This commit is contained in:
parent
c49abc2e61
commit
5c1afd56bf
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ params {
|
|||
igenomes_ignore = true
|
||||
|
||||
// Genome references
|
||||
genome = 'GRCh38'
|
||||
fasta = '/data1/references/CTAT_GenomeLib_v37_Mar012021/GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play/ctat_genome_lib_build_dir/ref_genome.fa'
|
||||
fasta_fai = '/data1/references/CTAT_GenomeLib_v37_Mar012021/GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play/ctat_genome_lib_build_dir/ref_genome.fa.fai'
|
||||
gtf = '/data1/references/CTAT_GenomeLib_v37_Mar012021/GRCh38_gencode_v37_CTAT_lib_Mar012021.plug-n-play/ctat_genome_lib_build_dir/ref_annot.gtf'
|
||||
|
|
Loading…
Reference in a new issue