Skip to content

Commit

Permalink
Merge pull request I2PC#198 from I2PC/master-stable
Browse files Browse the repository at this point in the history
reverting master changes not in v1.0, now master should be the stable…
  • Loading branch information
cossorzano committed Jan 11, 2016
2 parents 0b5115f + a18f69e commit 707f2a6
Show file tree
Hide file tree
Showing 85 changed files with 647 additions and 5,209 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ gmon.out
# Configuration for servers
/pyworkflow/web/pages/resources/js/templates_libs/config.js
/config.log
/Debug/
/Debug
/bin/
8 changes: 1 addition & 7 deletions config/templates/protocols.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Protocols SPA = [
{"tag": "protocol", "value": "XmippProtPreprocessMicrographs", "text": "default"},
{"tag": "protocol_group", "text": "CTF estimation", "openItem": "False", "children": [
{"tag": "protocol", "value": "ProtCTFFind", "text": "default"},
{"tag": "protocol", "value": "ProtGctf", "text": "default"},
{"tag": "protocol", "value": "XmippProtCTFMicrographs", "text": "default"},
{"tag": "section", "text": "more", "openItem": "False", "children": [
{"tag": "protocol", "value": "ProtCTFAssign", "text": "default"},
Expand Down Expand Up @@ -137,18 +136,13 @@ Protocols SPA = [
{"tag": "protocol", "value": "ProtResMap", "text": "default"},
{"tag": "protocol", "value": "XmippProtResolution3D", "text": "default"},
{"tag": "protocol", "value": "XmippProtValidateNonTilt", "text": "default"},
<<<<<<< HEAD
{"tag": "protocol", "value": "XmippProtValidateOverfitting", "text": "default"},
=======
{"tag": "protocol", "value": "XmippProtCompareReprojections", "text": "default"},
>>>>>>> master
{"tag": "section", "text": "more", "openItem": "False", "children": [
{"tag": "protocol", "value": "XmippProtConvertToPseudoAtoms", "text": "default"},
{"tag": "protocol", "value": "XmippProtAlignmentNMA", "text": "default"},
{"tag": "protocol", "value": "XmippProtDimredNMA", "text": "default"},
{"tag": "protocol", "value": "AtsasProtConvertPdbToSAXS", "text": "default"},
{"tag": "protocol", "value": "XmippProtVolumeStrain", "text": "default"},
{"tag": "protocol", "value": "XmippProtNormalizeStrain", "text": "default"}
{"tag": "protocol", "value": "XmippProtVolumeStrain", "text": "default"}
]}
]},
{"tag": "protocol_group", "text": "Reconstruct", "openItem": "False", "children": [
Expand Down
2 changes: 0 additions & 2 deletions config/templates/scipion.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ FREALIGN_HOME = %(EM_ROOT)s/frealign
GEMPICKER_HOME = %(EM_ROOT)s/gEMpicker_v1.1
GEMPICKER = gEMpicker_nocuda_Ubuntu_14.04.x64
GEMPICKER_CUDA = None # gEMpicker_cuda_55.x64
GCTF_HOME = %(EM_ROOT)s/gctf
GCTF = Gctf-v0.38_sm_30_cu5.5_x86_64
MATLAB_BINDIR = None
MATLAB_LIBDIR = None
MOTIONCORR_HOME = %(EM_ROOT)s/motioncorr
Expand Down
3 changes: 0 additions & 3 deletions install/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,5 @@
tar='gEMpicker_v1.1.tgz',
default=False)

env.addPackage('Gctf_v0.38',
tar='Gctf_v0.38.tgz',
default=False)

env.execute()
3 changes: 0 additions & 3 deletions pyworkflow/em/metadata/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ def readFromMd(self, md, objId):
for label in md.getActiveLabels():
self._labelDict[label] = md.getValue(label, objId)

def addToMd(self, md):
self.writeToMd(md, md.addObject())

def writeToMd(self, md, objId):
""" Set back row values to a metadata row. """
for label, value in self._labelDict.iteritems():
Expand Down
37 changes: 0 additions & 37 deletions pyworkflow/em/packages/gctf/__init__.py

This file was deleted.

55 changes: 0 additions & 55 deletions pyworkflow/em/packages/gctf/bibtex.py

This file was deleted.

78 changes: 0 additions & 78 deletions pyworkflow/em/packages/gctf/convert.py

This file was deleted.

58 changes: 0 additions & 58 deletions pyworkflow/em/packages/gctf/dataimport.py

This file was deleted.

Loading

0 comments on commit 707f2a6

Please sign in to comment.