MUMandCo icon indicating copy to clipboard operation
MUMandCo copied to clipboard

Check insertion and deletion blast files

Open elcortegano opened this issue 3 years ago • 0 comments

In many instances, no deletions or insertions are present in blast files, resulting in errors reported by cat and rm. For example:

cat: test.deletion_blast: No such file or directory
rm: cannot remove 'ref_segment.fa': No such file or directory
rm: cannot remove 'temp.blast2': No such file or directory

Now, insertion and deletion blast files are only sorted (and later removed) when they exist.

elcortegano avatar Mar 25 '21 23:03 elcortegano