Skip to content

Commit

Permalink
bump package number
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 11, 2021
1 parent cc72013 commit 7605639
Show file tree
Hide file tree
Showing 18 changed files with 177 additions and 169 deletions.
6 changes: 3 additions & 3 deletions package/build/lib/pout2prot/Analyzer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from ProteinGrouping import create_protein_groups
from ProteinSubGrouping import create_protein_subgroups
from OccamsRazorPreprocessor import occam_filter
from .ProteinGrouping import create_protein_groups
from .ProteinSubGrouping import create_protein_subgroups
from .OccamsRazorPreprocessor import occam_filter


def protein_grouping_analysis(occam_flag, protein_peptide_dict, peptide_protein_dict):
Expand Down
8 changes: 4 additions & 4 deletions package/build/lib/pout2prot/main.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from Parser import parser
from Analyzer import protein_grouping_analysis
from OutputWriter import write_to_file
from .Parser import parser
from .Analyzer import protein_grouping_analysis
from .OutputWriter import write_to_file

import argparse

# handling of command line (or config file) arguments
def parse_args():
parser = argparse.ArgumentParser(description=__doc__)
parser.add_argument("input", help="A single pout file, or folder containing all input pout files that should be processed.")
parser.add_argument("input", help="A single pout file, folder containing all input pout files, or folder with sub folders (sample categories) containing pout files.")
parser.add_argument("groups_output_file", help="File to which the found protein groups should be written to.")
parser.add_argument("subgroups_output_file", help="File to which the found protein subgroups should be written to.")
parser.add_argument("--occam", action="store_true", help="Use Occam's razor during the computation of the grouping process.", default=False)
Expand Down
Binary file removed package/dist/pout2prot-1.2.0.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added package/dist/pout2prot-1.2.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package/pout2prot.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: pout2prot
Version: 1.2.0
Version: 1.2.1
Summary: A script to perform protein grouping on pout-files (generated by Percolator).
Home-page: UNKNOWN
Author: Pieter Verschaffelt
Expand Down
6 changes: 3 additions & 3 deletions package/pout2prot/Analyzer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from ProteinGrouping import create_protein_groups
from ProteinSubGrouping import create_protein_subgroups
from OccamsRazorPreprocessor import occam_filter
from .ProteinGrouping import create_protein_groups
from .ProteinSubGrouping import create_protein_subgroups
from .OccamsRazorPreprocessor import occam_filter


def protein_grouping_analysis(occam_flag, protein_peptide_dict, peptide_protein_dict):
Expand Down
6 changes: 0 additions & 6 deletions package/pout2prot/__target__/Analyzer.js

This file was deleted.

1 change: 0 additions & 1 deletion package/pout2prot/__target__/Analyzer.project

This file was deleted.

7 changes: 0 additions & 7 deletions package/pout2prot/__target__/OccamsRazorPreprocessor.js

This file was deleted.

8 changes: 0 additions & 8 deletions package/pout2prot/__target__/ProteinGrouping.js

This file was deleted.

8 changes: 0 additions & 8 deletions package/pout2prot/__target__/ProteinSubGrouping.js

This file was deleted.

Loading

0 comments on commit 7605639

Please sign in to comment.