snippy icon indicating copy to clipboard operation
snippy copied to clipboard

snippy-core breaks on bed file symlink

Open esteinig opened this issue 2 years ago • 0 comments

This file check should have a space between the ! and -f otherwise it breaks in Nextflow where the bed file is symlinked

err("Can't read --bed $bed") if $bed and $bed ne 'auto' and !-f $bed;

esteinig avatar Sep 07 '21 07:09 esteinig