Hello again,
Using pip uninstall I removed the python 1.78 following which I downloaded biopython 1.77 from the source page and installed it using python setup.py install method. The installation returned no error.
Upon execution of jcast, it returned the following error:
pandas.core.computation.ops.UndefinedVariableError: name 'transcript_biotype' is not defined
Is this an error related to biopython version or is there something wrong in my command line as given below:
python -m jcast /home/jcast/diff_col/ /home/genome/gencode.v35.annotation.gtf /home/genome/GRCh38.primary_assembly.genome.fa -o /home/jcast/output/diff_col/
thanks!
Originally posted by @mranjan1 in #7 (comment)
Hello again,
Using pip uninstall I removed the python 1.78 following which I downloaded biopython 1.77 from the source page and installed it using python setup.py install method. The installation returned no error.
Upon execution of jcast, it returned the following error:
pandas.core.computation.ops.UndefinedVariableError: name 'transcript_biotype' is not defined
Is this an error related to biopython version or is there something wrong in my command line as given below:
python -m jcast /home/jcast/diff_col/ /home/genome/gencode.v35.annotation.gtf /home/genome/GRCh38.primary_assembly.genome.fa -o /home/jcast/output/diff_col/thanks!
Originally posted by @mranjan1 in #7 (comment)