Update CUB.py

This commit is contained in:
Godwin Ani 2024-06-03 15:56:43 -04:00 committed by GitHub
parent 5982330b34
commit 922b144de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
#Dependencies: Python3, numpy, BioPython #Dependencies: Python3, numpy, BioPython
#Inputs: Fasta file or folder of fasta files #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. #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 #Dependencies
import os import os