nanocorrect icon indicating copy to clipboard operation
nanocorrect copied to clipboard

LAcat Error

Open gwlee opened this issue 7 years ago • 0 comments

"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

gwlee avatar Mar 11 '17 13:03 gwlee