Skip to content

Commit 03b17bb

Browse files
committed
First commit
0 parents  commit 03b17bb

File tree

402 files changed

+80043
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

402 files changed

+80043
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
external/** filter=lfs diff=lfs merge=lfs -text
2+
*.webp filter=lfs diff=lfs merge=lfs -text
3+
*.png filter=lfs diff=lfs merge=lfs -text

.gitignore

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
*pyp_original/
2+
*.sif
3+
*.vscode
4+
src/pyp/*.vscode
5+
*.code-workspace
6+
*.nfs*
7+
*.pyc
8+
*.*.pyc
9+
*.nfs*
10+
*__pycache__
11+
*_regtest_outputs
12+
*cache
13+
singularity-example
14+
docs/_build/
15+
external/CSP/src/.currentRefine3D.dff
16+
external/CSP/src/CMakeCache.txt
17+
.CalculateFSC.dff
18+
.currentCtffind.dff
19+
.currentResample.dff
20+
.currentResize.dff
21+
external/CSP/src/csp_05_03_2021
22+
config/config.toml
23+
/.idea/
24+
external/CSP/csp_fboost
25+
external/CSP/csp
26+
external/CSP/csp_nofboost
27+
.pyp_history

LICENSE

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright (c) 2023, Bartesaghi Lab
2+
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice, this
7+
list of conditions and the following disclaimer.
8+
9+
2. Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
12+
13+
3. Neither the name of the copyright holder nor the names of its
14+
contributors may be used to endorse or promote products derived from
15+
this software without specific prior written permission.
16+
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
21+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
23+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
24+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
init:
2+
git config core.hooksPath .githooks

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
============
2+
Introduction
3+
============
4+
5+
PYP is a comprehensive package for Single-Particle Analysis (SPA) and Cryo-Electron Tomography (TOMO) image processing.
6+
7+
The software is developed and maintained by the `Bartesaghi Lab <http://cryoem.cs.duke.edu>`_ at `Duke University <http://www.duke.edu>`_.
8+
9+
Documentation
10+
=============
11+
12+
The `documentation <https://nextpyp.app/files/pyp/latest/docs/reference/cli.html>`_ contains installation instructions and tutorials for Single-Particle and Tomography.

bin/3davg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../src/launcher/bin/launcher

bin/byp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../src/launcher/bin/launcher

bin/csp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../src/pyp_csp.sh

bin/fyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../src/launcher/bin/launcher

bin/gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../src/pyp_gain.sh

0 commit comments

Comments
 (0)