You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing temporary files to /var/folders/p4/8wsv664j0438m1y1rwptd4bh0000gn/T/tmpoq9o699t/
Making transcript fasta using annotated gtf and genome sequence
Aligning reads to reference transcripts
Counting supporting reads for annotated transcripts
Setting up unassigned reads for flair-collapse novel isoform detection
Annotated ends extracted from GTF
Read data extracted
Annotated ends extracted from GTF
Annotated ends extracted from GTF
Annotated ends extracted from GTF
Annotated ends extracted from GTF
Read data extracted
Read data extracted
Read data extracted
Read data extracted
Single-exon genes grouped, collapsing
Single-exon genes grouped, collapsing
Single-exon genes grouped, collapsing
Single-exon genes grouped, collapsing
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/Users/michael/miniforge3/envs/FLAIR/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "/Users/michael/miniforge3/envs/FLAIR/lib/python3.8/multiprocessing/pool.py", line 48, in mapstar
return list(map(*args))
File "/Users/michael/miniforge3/envs/FLAIR/lib/python3.8/site-packages/flair/collapse_isoforms_precise.py", line 236, in run_iterative_add_se
se_ordered = all_se_by_chrom[chrom].keys()
TypeError: 'NoneType' object is not subscriptable
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/michael/miniforge3/envs/FLAIR/lib/python3.8/site-packages/flair/collapse_isoforms_precise.py", line 682, in <module>
res = p.map(run_iterative_add_se, chrom_names)
File "/Users/michael/miniforge3/envs/FLAIR/lib/python3.8/multiprocessing/pool.py", line 364, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/Users/michael/miniforge3/envs/FLAIR/lib/python3.8/multiprocessing/pool.py", line 771, in get
raise self._value
TypeError: 'NoneType' object is not subscriptable
What else do we need to know?
Here is the head of my concatenated bed file.
Copy and paste the exact command you tried to run
How did you install Flair?
conda create -n FLAIR -c conda-forge -c bioconda flair
What happened?
What else do we need to know?
Here is the head of my concatenated bed file.
Go ahead, every bit helps.
The text was updated successfully, but these errors were encountered: