Skip to content

Commit 31d9dc8

Browse files
committed
filtering of contaminants based on crap fasta
1 parent 810ebf3 commit 31d9dc8

File tree

4 files changed

+984
-11
lines changed

4 files changed

+984
-11
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include README.rst
33
include AUTHORS.rst
44
include CONTRIBUTING.rst
55
include HISTORY.rst
6+
include src/tcdo_pg_tools/250707.crap.fasta
67

78
recursive-include tests *
89
recursive-exclude * __pycache__

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tcdo_pg_tools"
7-
version = "0.0.7-beta"
7+
version = "0.0.8-beta"
88
description = "Commandline tools to support proteogenomics analyses at MSK TCDO and beyond"
99
readme = "README.rst"
1010
authors = [

0 commit comments

Comments
 (0)