-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chain.jl #28
Open
ana-bblima
wants to merge
44
commits into
m3g:main
Choose a base branch
from
ana-bblima:chains
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Chain.jl #28
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
ea40dc9
fiz uma mudança
ana-bblima b9b3c65
desfiz a mudança
ana-bblima 6536de6
include Chain.jl and export Chain, eachchain
ana-bblima e59ed9d
first implementation of Chain iterator
ana-bblima 0214299
adding comments in code (examples)
ana-bblima 3c41290
new_examples
ana-bblima 3647b4e
testitem used to test the code
ana-bblima 3c61bcf
final version
ana-bblima 63b4813
protein_test.pdb
ana-bblima f57d9f8
fix new pdb path
ana-bblima 639d600
removed "" in the path of the the pdb
ana-bblima cbc6dfb
expport chains in Main.PDBTools
ana-bblima 2696c71
removing $ fro comments
ana-bblima 308c50f
final_version
ana-bblima 7cd321a
Merge branch 'main' into chains
ana-bblima 8ac108b
remove extra space on docs
ana-bblima 147ffa7
testing mass command in Residue.jl
ana-bblima 55e43ce
correct mass value in the tests and function documentation
ana-bblima 93168e3
function documentation and more tests
ana-bblima f61fc4b
documentation of chain and eachchain
ana-bblima 1223f15
function documentation for eachchain and more tests
ana-bblima 2700615
removing inappropriate dependencys
ana-bblima 53f2b4a
mass value in test fixed
ana-bblima ec79352
test item fixed
ana-bblima 64b770d
Merge branch 'main' into chains
ana-bblima 0a8d908
another throw argument error for test_item
ana-bblima e6227e0
remove LiveServer wrong dependency
ana-bblima 0fd9424
improve error messages of getindex
ana-bblima 0f8e812
Merge branch 'm3g:main' into chains
ana-bblima 25253db
fix errors
ana-bblima 38f8ae2
testing the @show messages in the code
ana-bblima 0aae70a
created a new model for the pdb
ana-bblima 98c6eb0
rename CHAINSPDB create a second model
ana-bblima 49c957f
changed the path to chains.pdb
ana-bblima 8798474
removing different segment name
ana-bblima 41a35ec
funtion last implemented and new documentation
ana-bblima cabb40a
new examples and better descriptions
ana-bblima e561946
fixing documentation
ana-bblima 4d21f36
documentation of function eachchain
ana-bblima e634112
modification in function documentations
ana-bblima e4e25f1
removing space in documentation
ana-bblima e083c5c
beter function documentation for eachchain
ana-bblima f21ad4a
modifying atom properties example
ana-bblima 0032df5
better documentation for eachresidue
ana-bblima File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isto não tínhamos mudado para ˋtypeof(chain)ˋ na função, de forma que aparece ˋVector{Chain}ˋ no ˋshowˋ?