From 922b144de8c8b5088e4258eae34d626ac51a9f18 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Mon, 3 Jun 2024 15:56:43 -0400 Subject: [PATCH] Update CUB.py --- Utilities/for_fastas/CUB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/for_fastas/CUB.py b/Utilities/for_fastas/CUB.py index 6ff96e2..3de1877 100644 --- a/Utilities/for_fastas/CUB.py +++ b/Utilities/for_fastas/CUB.py @@ -4,7 +4,7 @@ #Dependencies: Python3, numpy, BioPython #Inputs: Fasta file or folder of fasta files #Outputs: A fasta file filtered for properly formatted sequences and several spreadsheets summarizing GC, ENc, RSCU, etc. -#Example: python3 CUB_v2.1.py -i seqs.fasta +#Example: python3 CUB.py -i seqs.fasta #Dependencies import os