mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Merge pull request #405 from drpatelh/monkeypox
Replace NC_063383.1 fasta and gff and add Nextclade config
This commit is contained in:
commit
84b0b705a2
1 changed files with 6 additions and 2 deletions
|
@ -73,8 +73,12 @@ params {
|
||||||
|
|
||||||
// Monkeypox
|
// Monkeypox
|
||||||
'NC_063383.1' {
|
'NC_063383.1' {
|
||||||
fasta = 'https://github.com/nf-core/test-datasets/raw/viralrecon/genome/NC_063383.1/GCA_014621545.1_ASM1462154v1_genomic.220824.fna.gz'
|
fasta = 'https://github.com/nf-core/test-datasets/raw/viralrecon/genome/NC_063383.1/GCF_014621545.1_ASM1462154v1_genomic.220824.fna.gz'
|
||||||
gff = 'https://github.com/nf-core/test-datasets/raw/viralrecon/genome/NC_063383.1/GCA_014621545.1_ASM1462154v1_genomic.220824.gff.gz'
|
gff = 'https://github.com/nf-core/test-datasets/raw/viralrecon/genome/NC_063383.1/GCF_014621545.1_ASM1462154v1_genomic.220824.gff.gz'
|
||||||
|
nextclade_dataset = 'https://github.com/nf-core/test-datasets/raw/viralrecon/genome/NC_063383.1/nextclade_hMPXV_NC_063383.1_2022-08-19T12_00_00Z.tar.gz'
|
||||||
|
nextclade_dataset_name = 'hMPXV'
|
||||||
|
nextclade_dataset_reference = 'NC_063383.1'
|
||||||
|
nextclade_dataset_tag = '2022-08-19T12:00:00Z'
|
||||||
}
|
}
|
||||||
|
|
||||||
// Monkeypox
|
// Monkeypox
|
||||||
|
|
Loading…
Reference in a new issue