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
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
!st it complains about having isoform_fusion.ref.fa which i never got from cupcake but anyway i just converted the rep.fq to rep.fa and then ran it again but again got some errors:
/stornext/snfs5/next-gen/scratch/rupesh/Apps/envs/cupcake/bin/fusion_collate_info.py:171: SyntaxWarning: "is not" with a literal. Did you mean "!="?
'ReadCountScore': count_d[pbid]*(10**6)/total_fl_count if count_d[pbid] is not 'NA' else 'NA',
File "/stornext/snfs5/next-gen/scratch/rupesh/Apps/envs/cupcake/bin/fusion_collate_info.py", line 229, in <module>
collate_info(args.fusion_prefix, args.class_filename, args.gtf_filename,
File "/stornext/snfs5/next-gen/scratch/rupesh/Apps/envs/cupcake/bin/fusion_collate_info.py", line 95, in collate_info
count_d[r['pbid']] = int(r['count_fl'])
KeyError: 'count_fl'
Please help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to use fusion script and then sqanti3_qc and finally trying to classify the fusions similar to your tutorial (https://github.com/Magdoll/cDNA_Cupcake/wiki/Best-practice-for-fusion-transcript-finding). But at the end its not working.
Command
fusion_collate_info.py --genome $reffa isoform_fusion isoform_fusion_classification.txt $refgtf
Error
!st it complains about having isoform_fusion.ref.fa which i never got from cupcake but anyway i just converted the rep.fq to rep.fa and then ran it again but again got some errors:
Please help.
The text was updated successfully, but these errors were encountered: