jts / nanocorrect

Experimental pipeline for correcting nanopore reads
MIT License
39 stars 10 forks source link

LAcat Error #19

Open gwlee opened 7 years ago

gwlee commented 7 years ago

"No # -sign in source name" error occurred.

$(NAME).las: HPCcommands.txt
        /bin/bash $^
        LAcat $(NAME) > $@
        rm $(NAME).*.las

I think the input method has changed in LAcat. I corrected the problem by correcting the LAcat sentence.

$(NAME).las: HPCcommands.txt
        /bin/bash $^
        LAcat $(NAME).#.las > $@
        rm $(NAME).*.las