Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
cc2qe committed Mar 14, 2015
1 parent 099e695 commit 44e5d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ config:
@echo "# CNVnator" >> $(TARGET_BIN)/speedseq.config
@echo "CNVNATOR_WRAPPER=$(MKFILE_DIR)/$(TARGET_BIN)/cnvnator_wrapper.py" >> $(TARGET_BIN)/speedseq.config
@echo "CNVNATOR_MULTI=$(MKFILE_DIR)/$(TARGET_BIN)/cnvnator-multi" >> $(TARGET_BIN)/speedseq.config
@echo "ANNOTATE_RD=$(MKFILE_DIR)/$(TARGET_BIN)/annotate_rd" >> $(TARGET_BIN)/speedseq.config
@echo "CNVNATOR_CHROMS_DIR=" >> $(TARGET_BIN)/speedseq.config
@echo "ANNOTATE_RD=$(MKFILE_DIR)/$(TARGET_BIN)/annotate_rd.py" >> $(TARGET_BIN)/speedseq.config
@echo "CNVNATOR_CHROMS_DIR=$(MKFILE_DIR)/$(ANNOTATIONS_DIR)/cnvnator_chroms" >> $(TARGET_BIN)/speedseq.config

@echo "" >> $(TARGET_BIN)/speedseq.config
@echo "# realign" >> $(TARGET_BIN)/speedseq.config
Expand Down

0 comments on commit 44e5d68

Please sign in to comment.