NP-Omix / BioCompass

Other
5 stars 3 forks source link

Minor error at step C of Makefile #36

Closed tiagolbiotech closed 7 years ago

tiagolbiotech commented 7 years ago

Step C of Makefile presents the following error

# C. Extending table_1 with best hits
python table_1_extender.py PAL 028
rm temp.txt
rm: temp.txt: No such file or directory
castelao commented 7 years ago

The Makefile in both branches (master & dev) are different than that, they use -rm, like:

# C. Extending table_1 with best hits
python table_1_extender.py $(REFNAME) $*
-rm temp.txt

Did you edited it locally? Maybe removed the '-' by mistake?

castelao commented 7 years ago

I'll assume it's working now, so I'll close this. If you still have a problem here, please reopen and give more details.

Anyways, table_1_extender.py is being replaced.