From a3a49f39d281c894721c96ae2226a173ad5a1608 Mon Sep 17 00:00:00 2001 From: Auden Cote-L'Heureux <52716489+AudenCote@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:41:05 -0500 Subject: [PATCH] Updating header in CUB.py --- PTL1/Genomes/Scripts/CUB.py | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/PTL1/Genomes/Scripts/CUB.py b/PTL1/Genomes/Scripts/CUB.py index 62763b7..9b745f0 100644 --- a/PTL1/Genomes/Scripts/CUB.py +++ b/PTL1/Genomes/Scripts/CUB.py @@ -1,13 +1,11 @@ -#!/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 5b to calculate composition statistics for Part 1 output files. +# It should not be run separately. # Dependencies: # Python3, numpy, BioPython