You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file alignment_utils.py contains the find_target(...) function. The function takes as input a .tsv file which was previously produced, loads it in memory using Pandas and parses it to produce actual output file.
However, in case no hit is found beforehand, such .tsv file to parse won't be found. This error must be handled>: in case file does not exists, then show a WARNING in stdout, instead an ERROR in stderr, This makes debug easier.
The text was updated successfully, but these errors were encountered:
The file
alignment_utils.py
contains thefind_target(...)
function. The function takes as input a.tsv
file which was previously produced, loads it in memory using Pandas and parses it to produce actual output file.However, in case no hit is found beforehand, such
.tsv
file to parse won't be found. This error must be handled>: in case file does not exists, then show a WARNING in stdout, instead an ERROR in stderr, This makes debug easier.The text was updated successfully, but these errors were encountered: