Open ranijames opened 3 years ago
Add import numpy as np
at the top of kmer.py
Hi All, I tried this code , this worked but gave an error PS C:\Users\Azeem Javed\Desktop\python_ammar.py\BMI and visulization> & "C:/Users/Azeem Javed/AppData/Local/Programs/Python/Python310/python.exe" "c:/Users/Azeem Javed/Desktop/python_ammar.py/BMI and visulization/kmer.py" c:\Users\Azeem Javed\Desktop\python_ammar.py\BMI and visulization\kmer.py:51: RuntimeWarning: invalid value encountered in true_divide kmer_feature = kmer_feature / number_of_kmers Actually i want to make kmers from a genome of bacteria (have seq file in FASTA format), Is it a right code to do so
Hi All, I am trying to extract features from a given fasta file (DNA or RNA), using kmer.py script as per the description in the README. While running the code in a juypter notebook it is throwing the following error.
I am running the script in python 3.2.7, and I have numpy installed. This is how I tried running the script,
Any suggestions/help is much appreciated!