Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 278 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 278 Bytes

ensembl-annotation

Running perltidy

Before commiting to this repository please run the following has been run to ensure the Perl source files are formatted correctly.

cd /path/to/ensembl-annotation/
find . -name '*.p[l|m]' -exec perltidy -pro=perltidyrc  -b {} \;