mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-13 05:03:10 +00:00
Merge pull request #317 from nf-core/praveenraj2018-patch-1
Added genome parameter
This commit is contained in:
commit
4a936a685e
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