Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions easybuild/easyblocks/v/vep.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ def install_step(self):
# l: Bio::DB::HTS, should be provided via EasyBuild
# p: plugins
'--AUTO af',
# install all species
'--SPECIES all',
# install selected species
'--SPECIES cyprinus_carpio_carpio',
# don't update VEP during installation
'--NO_UPDATE',
# location to install Perl API modules into
Expand Down