Skip to content

Commit

Permalink
no folder reference_parameters
Browse files Browse the repository at this point in the history
In the tutorial notebook under **How to create peptides** there is a reference to `reference_parameteres` a folder which does not exist in the repo. I guess you mean the folder `parameters` but I could be wrong.
  • Loading branch information
Zitzeronion authored Aug 6, 2024
1 parent 530ff35 commit 7f64db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/pyMBE_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
"* `1beadAA`, where the aminoacid is represented by one single bead.\n",
"* `2beadAA`, where the aminoacid is represented by two beads (backbone and side-chain). \n",
"\n",
"We provide reference parameters in the folder (`reference_parameters`) which can be loaded into pyMBE. The peptide sequence should be provided as a str composed either by the list of the one letter code or the list of the three letter code of the corresponding aminoacids. For example, the two possible ways to provide the peptide Cysteine$_3$ - Glutamic acid$_2$ - Histidine$_4$ - Valine are:\n",
"We provide reference parameters in the folder (`parameters`) which can be loaded into pyMBE. The peptide sequence should be provided as a str composed either by the list of the one letter code or the list of the three letter code of the corresponding aminoacids. For example, the two possible ways to provide the peptide Cysteine$_3$ - Glutamic acid$_2$ - Histidine$_4$ - Valine are:\n",
"\n",
"* one letter code: 'CCCEEHHHHV'\n",
"* three letter code: 'CYS-CYS-CYS-GLU-GLU-HIS-HIS-HIS-HIS-VAL'"
Expand Down

0 comments on commit 7f64db0

Please sign in to comment.