Skip to content

Commit

Permalink
Merge pull request #164 from I2PC/ef_subtomo_subtraction
Browse files Browse the repository at this point in the history
protocol_subtomo_subtraction: improved implementation with MPI and md convert
  • Loading branch information
albertmena authored Oct 31, 2023
2 parents a37854e + a5534cd commit 3d393c0
Show file tree
Hide file tree
Showing 3 changed files with 717 additions and 111 deletions.
27 changes: 27 additions & 0 deletions xmipptomo/convert/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# **************************************************************************
# *
# * Authors: Estrella Fernandez Gimenez ([email protected])
# *
# * Unidad de Bioinformatica of Centro Nacional de Biotecnologia , CSIC
# *
# * This program is free software; you can redistribute it and/or modify
# * it under the terms of the GNU General Public License as published by
# * the Free Software Foundation; either version 2 of the License, or
# * (at your option) any later version.
# *
# * This program is distributed in the hope that it will be useful,
# * but WITHOUT ANY WARRANTY; without even the implied warranty of
# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# * GNU General Public License for more details.
# *
# * You should have received a copy of the GNU General Public License
# * along with this program; if not, write to the Free Software
# * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
# * 02111-1307 USA
# *
# * All comments concerning this program package may be sent to the
# * e-mail address '[email protected]'
# *
# **************************************************************************

from .convert import *
Loading

0 comments on commit 3d393c0

Please sign in to comment.