Skip to content

Commit

Permalink
Renamed to dimorphite_dl_pka
Browse files Browse the repository at this point in the history
  • Loading branch information
frolov-pchem committed Jan 19, 2022
1 parent 47d577e commit 986613c
Show file tree
Hide file tree
Showing 18 changed files with 13 additions and 60 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ smi2scrambledfasta_v1.0/
Andrey I. Frolov
Johan Ulander - contributed idea to do SMARTS pattern matching Smiles into scrambled FASTA

dimorphite_dl-1.2.4_for_rdkit_pI/
Andrey I. Frolov - changes for dimorphite_dl-1.2.4_for_rdkit_pI
dimorphite_dl_pka/
Andrey I. Frolov - changes for dimorphite_dl_pka
Contributors to the original dimorphite_dl-1.2.4 repo: Jacob Durrant, Jesse Kaminsky, Patrick Ropp, Jacob Spiegel, Sara Yablonski

2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ smi2scrambledfasta_v1.0/



dimorphite_dl-1.2.4_for_rdkit_pI/
dimorphite_dl_pka/

1.2.4_for_rdkit_pI
-----
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OVERVIEW
4) extn_coeff_fasta_v2.1 (depends on 2)
program to calculate extinction coefficients.

5) dimorphite_dl-1.2.4_for_rdkit_pI
5) dimorphite_dl_pka
slightly modified version of the Dimorphite_DL-1.2.4 code, avaialble on GitHub, to enable pKa predition of unknown nonatural amino-acids side-chains.
https://github.com/UnixJunkie/dimorphite_dl

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dimorphite_dl-1.2.4_for_rdkit_pI
dimorphite_dl_pka
===================

What is it?
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions peptide_tools_master/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HOW TO RUN
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../smi2scrambledfasta_v1.0
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../extn_coeff_fasta_v2.2
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../pI_fasta_v1.4
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../dimorphite_dl-1.2.4_for_rdkit_pI
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../dimorphite_dl_pka
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../rdkit_pI_v3.2

### Example peptide structure
Expand All @@ -42,7 +42,7 @@ DEPENDENCIES
acdperceptabatch # "perceptabat" executable should be callable

if --use_dimorphite enabled:
dimorphite_dl-1.2.4_for_rdkit_pI
dimorphite_dl_pka


PLATFORM
Expand Down
2 changes: 1 addition & 1 deletion peptide_tools_master/SOURCEME.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PEPTIDE_TOOLS_PATH=`echo $PWD`
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../smi2scrambledfasta_v1.0
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../extn_coeff_fasta_v2.2
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../pI_fasta_v1.4
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../dimorphite_dl-1.2.4_for_rdkit_pI
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../dimorphite_dl_pka
export PYTHONPATH=${PYTHONPATH}:${PEPTIDE_TOOLS_PATH}/../rdkit_pI_v3.2

### Example peptide structure
Expand Down
2 changes: 1 addition & 1 deletion rdkit_pI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ DEPENDENCIES
acdperceptabatch # "perceptabat" executable should be callable

if --use_dimorphite enabled:
dimorphite_dl-1.2.4_for_rdkit_pI
dimorphite_dl_pka


PLATFORM
Expand Down
45 changes: 0 additions & 45 deletions rdkit_pI/TEST/TMP_CLAB_OUTPUT.txt

This file was deleted.

2 changes: 0 additions & 2 deletions rdkit_pI/TEST/TMP_SMI_FOR_PKA.smi

This file was deleted.

4 changes: 2 additions & 2 deletions rdkit_pI/TEST/run_pI.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# example usage. currently set to run from teh "rdkit_pI" folder.
# Make sure to have RDkit avaialble.
# Make sure to set teh proper path to dimorphite_dl-1.2.4_for_rdkit_pI (see below) - if intent to use it.
# Make sure to set teh proper path to dimorphite_dl_pka (see below) - if intent to use it.
# Or make sure to have ACD Perceptabat avaialble - if intent to use it.

module load rdkit
#module load acdperceptabatch
export PYTHONPATH=$PYTHONPATH:${pwd}/../dimorphite_dl-1.2.4_for_rdkit_pI
export PYTHONPATH=$PYTHONPATH:${pwd}/../dimorphite_dl_pka

i=$1
o=$2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ peptide_tools_master_v1.0/
and all tools below


dimorphite_dl-1.2.4_for_rdkit_pI/
dimorphite_dl_pka/

Python3
check this for the original repo:
Expand Down Expand Up @@ -38,7 +38,7 @@ rdkit_pI_v3.2/
acdperceptabatch # "perceptabat" executable should be callable

if --use_dimorphite enabled:
dimorphite_dl-1.2.4_for_rdkit_pI
dimorphite_dl_pka

smi2scrambledfasta_v1.0/

Expand Down

0 comments on commit 986613c

Please sign in to comment.