Created
September 28, 2015 12:39
-
-
Save serverhorror/762c6d0d542e1fd73364 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Makefile b/Makefile | |
| index 0c59ef0..dd9570f 100644 | |
| --- a/Makefile | |
| +++ b/Makefile | |
| @@ -25,20 +25,6 @@ homer2 homer getMappableRegions makeTagDirectory getPeakTags makeUCSCfile getDif | |
| $(COMPILER) analyzeHiC.o SeqTag.o Motif2.o Clustering.o Hashtable.o statistics.o $(LIBRARIES) $(DEBUG) -o analyzeHiC | |
| $(COMPILER) getGenomeCorrelation.o SeqTag.o Motif2.o Clustering.o Hashtable.o statistics.o $(LIBRARIES) $(DEBUG) -o getGenomeTilingPeaks | |
| $(COMPILER) homer2.o Motif2.o Hashtable.o statistics.o $(LIBRARIES) $(DEBUG) -o homer2 | |
| - cp findPeaks ../bin/ | |
| - cp mergePeaks ../bin/ | |
| - cp genomeOntology ../bin/ | |
| - cp getPeakTags ../bin/ | |
| - cp makeUCSCfile ../bin/ | |
| - cp getDifferentialPeaks ../bin/ | |
| - cp assignGenomeAnnotation ../bin/ | |
| - cp homerTools ../bin/ | |
| - cp analyzeHiC ../bin/ | |
| - cp homer ../bin/ | |
| - cp makeTagDirectory ../bin/ | |
| - cp homer2 ../bin/ | |
| - cp getMappableRegions ../bin/ | |
| - cp getGenomeTilingPeaks ../bin/getGenomeTilingPeaks | |
| homerTools.o : homerTools.cpp homerTools.h | |
| $(COMPILER) homerTools.cpp -c $(DEBUG) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment