Curated IS630/Tc1/mariner transposable element collections — Stage 1
| # | Team | Score | Seqs | Fam | Commit |
|---|
The easiest way to submit is with the submit.py script:
pip install -r ci/requirements.txt
python submit.py # auto-detects entries/{your-username}/
python submit.py entries/my-team # or specify explicitly
python submit.py --no-pr # validate locally only
The script validates your entry locally (with a detailed score report), creates a PR, waits for CI, and reports pass/fail with feedback.
entries/{your-github-username}/ with three files:
protein.sto, dna.sto, and provenance.tsv.
Optional: PDB structure files.main.entries/{your-github-username}/,
the PR is automatically approved and merged.Your entry directory must match your GitHub username (lowercase). PRs that touch files outside your own entry require manual review. To update, open a new PR. To withdraw, delete your entry directory via PR.
See the format spec and scoring policy for details.