You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.
list of scripts that needs name changes (and proposed replacement):
the PEP 8 advise :
list of scripts that needs name changes (and proposed replacement):
buildDNAalongAxis.py
build_dna_on_axis.py
computeParametersOfDNA.py
compute_dna_parameters.py
extend_DNA.py
extend_dna.py
mini_MC_DNA.py
mini_mc_dna.py
rotateDNAaroundAxis.py
rotate_dna_on_axis.py
Fpib.py
fpib.py (?)
applyscrew.py
apply_screw.py
extractAndFilter.py
extract_and_filter.py (?)
extractHelicoidalParameters.py
extract_helical_parameters.py
filterHelicoidalParameters.py
filter_helical_parameters.py
mini_MC.py
mini_mc.py
sampling_MC_metrop_prot_heligeom.py
sampling_mc_metrop_prot_heligeom.py (?)
The text was updated successfully, but these errors were encountered: