Updating headers in CUB.py

This commit is contained in:
Auden Cote-L'Heureux 2024-01-26 11:07:11 -05:00 committed by GitHub
parent 6a2e815378
commit 48c3b08b53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,12 @@
#!/usr/bin/env python3
# coding=utf-8
'''Aim of this script is to generate lots of codon usage statistics to aid in
identifying useful characteristics for de novo ORF calling'''
# Last updated Sept 2023
# Author: Xyrus Maurer-Alcalá
# Contact: maurerax@gmail.com or xyrus.maurer-alcala@izb.unibe.ch
# Last Modified: 2020-09-17
# usage: python CUB.py
# The aim of this script is to generate lots of codon usage statistics to aid in
# identifying useful characteristics for de novo ORF calling. It is intended to be
# stored in the 'Scripts' folder for the PhyloToL Part 1 pipeline scripts, and is
# called by Script 7b to calculate composition statistics for Part 1 output files.
# It should not be run separately.
# Dependencies:
# Python3, numpy, BioPython