utility_scripts/process_vep_tsv.py
: When purely giving output filename, an error is thrown instead of file being written in current directory.
#25
Labels
enhancement
New feature or request
When purely using the filename as output without giving a relative/absolute path, an
NotADirectoryError: Output file has to be placed in an directory that already exists!
error is given:If using
./train_input_test.tsv.gz
as output argument, this error does not occur.Expected behavior:
Giving a filename simply results in output file being created in current directory.
The text was updated successfully, but these errors were encountered: