Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

all python script should have a name that follow the same naming convention #61

Open
benboyer opened this issue Dec 8, 2016 · 0 comments

Comments

@benboyer
Copy link

benboyer commented Dec 8, 2016

the PEP 8 advise :

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):

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 (?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant