Skip to content

Commit ea33fea

Browse files
committed
modified makefile
1 parent 8f28eed commit ea33fea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ run-sample: $(TARGET)
3838
run-brca2: $(TARGET)
3939
@if [ -f $(TARGET) ]; then \
4040
./$(TARGET) \
41+
input/alignment-params.config \
4142
input/Human-Mouse-BRCA2-cds.fasta \
4243
; \
4344
else \
@@ -47,7 +48,10 @@ run-brca2: $(TARGET)
4748

4849
run-blind: $(TARGET)
4950
@if [ -f $(TARGET) ]; then \
50-
./$(TARGET) input/Opsin1_colorblindness_gene.fasta; \
51+
./$(TARGET) \
52+
input/alignment-params.config \
53+
input/Opsin1_colorblindness_gene.fasta \
54+
; \
5155
else \
5256
echo "Error: Executable $(TARGET) not found. Please build it first."; \
5357
exit 1; \

0 commit comments

Comments
 (0)