We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f28eed commit ea33feaCopy full SHA for ea33fea
makefile
@@ -38,6 +38,7 @@ run-sample: $(TARGET)
38
run-brca2: $(TARGET)
39
@if [ -f $(TARGET) ]; then \
40
./$(TARGET) \
41
+ input/alignment-params.config \
42
input/Human-Mouse-BRCA2-cds.fasta \
43
; \
44
else \
@@ -47,7 +48,10 @@ run-brca2: $(TARGET)
47
48
49
run-blind: $(TARGET)
50
- ./$(TARGET) input/Opsin1_colorblindness_gene.fasta; \
51
+ ./$(TARGET) \
52
53
+ input/Opsin1_colorblindness_gene.fasta \
54
+ ; \
55
56
echo "Error: Executable $(TARGET) not found. Please build it first."; \
57
exit 1; \
0 commit comments