hall-lab / speedseq

A flexible framework for rapid genome analysis and interpretation
MIT License
314 stars 117 forks source link

'make clean' deletes annotate_rd.y and cnvnator_wrapper.py, but they are not regenerated by 'make' #130

Open ghost opened 6 years ago

ghost commented 6 years ago

Per the title, running 'make clean' deletes two python files in bin/: annotate_rd.y and cnvnator_wrapper.py/. These files are not regenerated when running 'make'. Should these really be deleted during a 'make clean'?