Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
This repository was 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

@benboyer

Description

@benboyer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions