-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb37c2b
commit 889ff01
Showing
26 changed files
with
532 additions
and
32,574 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
## NPDtools 2.5.0, 28 November 2019 | ||
* NEW: Added NPS method in Dereplicator/VarQuest (see --nps) | ||
* NEW: Added support for Python3 | ||
* NEW: Added --debug, --reuse, and --version options | ||
* CHANGE: Improved documentation and test data for MetaMiner | ||
* CHANGE: Auto-detection of sequence file type in MetaMiner | ||
* FIX: Fixed parsing of MGF files with uncommon fields (once more) | ||
|
||
## NPDtools 2.4.0, 29 March 2019 | ||
* NEW: Added SpecNets propagation in MetaMiner (see --spec-network) | ||
* NEW: Added blind search mode in MetaMiner (see --blind) | ||
* CHANGE: Improvements in performance of Dereplicator+ | ||
|
||
## NPDtools 2.3.0, 9 January 2019 | ||
* NEW: Added manual | ||
* CHANGE: MetaRiPPquest renamed to MetaMiner | ||
* CHANGE: Improvements in performance and functionality of MetaMiner | ||
|
||
## NPDtools 2.2.0, 21 June 2018 | ||
* NEW: Added Dereplicator+ | ||
* FIX: Fixed parsing of MGF files with uncommon fields | ||
|
||
## NPDtools 2.1.0, 9 February 2018 | ||
* NEW: Added MetaRiPPquest | ||
* FIX: Multiple bugfixes (mostly in Dereplicator) | ||
|
||
## NPDtools 2.0.0, 21 September 2017 | ||
* Initial public release. Includes Dereplicator and VarQuest |
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
NPDtools | ||
Natural Product Discovery tools | ||
Version: see VERSION.txt | ||
License: see LICENSE.txt | ||
|
||
Developed in Saint Petersburg State University, St. Petersburg, Russia | ||
Developed in University of California San Diego, La Jolla, CA, USA | ||
Developed in Carnegie Mellon University, Pittsburgh, PA, USA | ||
|
||
The package contains: | ||
* DEREPLICATOR: in silico identification of peptidic natural products through database search of mass spectra | ||
* VarQuest: modification-tolerant identification of novel variants of peptidic antibiotics and other natural products | ||
* MetaMiner: a peptidogenomics approach for the discovery of ribosomally synthesized and post-translationally modified peptides | ||
* Dereplicator+: indentification of metabolites through database search of mass spectra | ||
* NPS: scoring and evaluating the statistical significance of peptidic natural product–spectrum matches (a part of Dereplicator and VarQuest) | ||
|
||
|
||
Usage examples: | ||
./bin/dereplicator.py \ | ||
--db-path share/npdtools/test_data/sample_database/ \ | ||
-o dereplicator_test_output_dir \ | ||
share/npdtools/test_data/dereplicator/ | ||
|
||
./bin/varquest.py \ | ||
--db-path share/npdtools/test_data/sample_database/ \ | ||
-o varquest_test_output_dir \ | ||
share/npdtools/test_data/varquest/ | ||
|
||
./bin/metaminer.py \ | ||
-o metaminer_test_output_dir \ | ||
share/npdtools/test_data/metaminer/ \ | ||
-s share/npdtools/test_data/metaminer/ | ||
|
||
./bin/dereplicator+.py \ | ||
--db-path share/npdtools/test_data/sample_database/ \ | ||
-o dereplicator+_test_output_dir \ | ||
share/npdtools/test_data/dereplicator+/ | ||
|
||
For the full list of available options please run | ||
./bin/dereplicator.py --help | ||
./bin/varquest.py --help | ||
./bin/metaminer.py --help | ||
./bin/dereplicator+.py --help | ||
|
||
|
||
Output: | ||
significant_matches.tsv list of the most reliable metabolite-spectrum matches | ||
significant_unique_matches.tsv list of the most reliable unique metabolite identifications | ||
summary.tsv short summary report | ||
|
||
|
||
System requirements: | ||
- Linux or macOS | ||
- Python 2.6-2.7 or Python 3.3+ | ||
|
||
|
||
Contacts and additional information: | ||
[email protected] | ||
http://cab.spbu.ru/software/dereplicator | ||
http://cab.spbu.ru/software/varquest | ||
http://cab.spbu.ru/software/metaminer | ||
http://cab.spbu.ru/software/dereplicator-plus | ||
http://cab.spbu.ru/software/nps | ||
|
||
|
||
References: see LICENSE.txt |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.5.0 |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.