mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #247 from jfy133/shh-fx
Fix eageR@SHH HOPS profile human ref path
This commit is contained in:
commit
da8e002969
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ profiles {
|
||||||
params {
|
params {
|
||||||
config_profile_description = 'Rough HOPS screening MPI-SHH profile, provided by nf-core/configs.'
|
config_profile_description = 'Rough HOPS screening MPI-SHH profile, provided by nf-core/configs.'
|
||||||
fasta = '/projects1/Reference_Genomes/Human/HG19/hg19_complete.fasta'
|
fasta = '/projects1/Reference_Genomes/Human/HG19/hg19_complete.fasta'
|
||||||
bwa_index = '/projects1/Reference_Genomes/Human/HG19/hg19_complete.fasta'
|
bwa_index = '/projects1/Reference_Genomes/Human/HG19/'
|
||||||
fasta_index = '/projects1/Reference_Genomes/Human/HG19/hg19_complete.fasta.fai'
|
fasta_index = '/projects1/Reference_Genomes/Human/HG19/hg19_complete.fasta.fai'
|
||||||
seq_dict = '/projects1/Reference_Genomes/Human/HG19/hg19_complete.dict'
|
seq_dict = '/projects1/Reference_Genomes/Human/HG19/hg19_complete.dict'
|
||||||
bwaalnn = 0.01
|
bwaalnn = 0.01
|
||||||
|
|
Loading…
Reference in a new issue