OSDN Git Service

Bug fixed: for CTFCorrection5 v2.0.2p0028
authorkinoshita-eos <kinoshita@yasunaga-lab.bio.kyutech.ac.jp>
Mon, 22 Sep 2014 01:30:13 +0000 (10:30 +0900)
committerkinoshita-eos <kinoshita@yasunaga-lab.bio.kyutech.ac.jp>
Mon, 22 Sep 2014 01:30:13 +0000 (10:30 +0900)
modified:   CTFCorrection/CTFCorrection3/Makefile.config
modified:   CTFCorrection/CTFCorrection5/Makefile
modified:   TIPS/LoopCommand/Makefile.config

CTFCorrection/CTFCorrection3/Makefile.config
CTFCorrection/CTFCorrection5/Makefile
TIPS/LoopCommand/Makefile.config

index f29963e..e3fcfdb 100644 (file)
@@ -51,10 +51,10 @@ TIF2CTF2::
 #      make CTFS;
        
 ImageAverage::
-       touch CTF_LIST;
-       rm CTF_LIST;
-       ls -1 *.ctf >> CTF_LIST;
-       mrcImageAverage -i CTF_LIST -o $(INPUT).avg;
+       touch CTF.list;
+       rm CTF.list;
+       ls -1 *.ctf >> CTF.list;
+       mrcImageAverage -i CTF.list -o $(INPUT).avg;
        mrc2tiff -i $(INPUT).avg -o $(INPUT)_avg.tiff;
 
 ##### Commands(Input to Output) #####
index 001358c..2c159fe 100644 (file)
@@ -51,12 +51,27 @@ JOP_NUM=-j 3
 
 
 ##### Commands #####
+all3::
+       make InitialCTFDataFromMRC;
+       make ProcessForInput;
+       make ProcessForInput2;
+       make TIF2CTF2;
+       make ImageAverage
+
+all3S::
+       make InitialSiemensStar;
+       make ProcessForInput;
+       make ProcessForInput2;
+       make TIF2CTF2;
+       make ImageAverage
+
 all5::
        make InitialCTFDataFromMRC;
        make ProcessForInput;
        make ProcessForInput2;
        make TIF2CTF2;
        make MULTICTF;
+       make CTF2TIFF;
 
 all5S::
        make InitialSiemensStar;
@@ -64,6 +79,7 @@ all5S::
        make ProcessForInput2;
        make TIF2CTF2;
        make MULTICTF;
+       make CTF2TIFF;
 
 ##### Commands(Input to Output) #####
 
index 2f79960..7d8241c 100644 (file)
@@ -61,6 +61,7 @@ LoopCommandEachFile::
 
 InputList::
        touch $(INPUT_EXT).$(LIST_EXT)
+       rm $(INPUT_EXT).$(LIST_EXT)
        ls -1 *.$(INPUT_EXT) >> $(INPUT_EXT).$(LIST_EXT)
 
 LoopCommandHelp::