mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
tests: delete settings for conda
This commit is contained in:
parent
b2dbaa9930
commit
888620063b
1 changed files with 3 additions and 0 deletions
|
@ -37,5 +37,8 @@ workflow test_sratoolsncbisettings_with_bad_existing {
|
||||||
}
|
}
|
||||||
|
|
||||||
workflow test_sratoolsncbisettings_with_nonexisting {
|
workflow test_sratoolsncbisettings_with_nonexisting {
|
||||||
|
def settings = file(params.settings_file)
|
||||||
|
settings.delete()
|
||||||
|
|
||||||
CUSTOM_SRATOOLSNCBISETTINGS()
|
CUSTOM_SRATOOLSNCBISETTINGS()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue