Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loose fusions rule error #25

Open
f0t1h opened this issue Jan 15, 2021 · 1 comment
Open

loose fusions rule error #25

f0t1h opened this issue Jan 15, 2021 · 1 comment

Comments

@f0t1h
Copy link

f0t1h commented Jan 15, 2021

I am getting the following error when running fusion snakemake.

rule loose_fusions:                                                                                                                       
    input: fusiontmp/exactparsematrix_sim21_22_Homo-sapiens-GRCh38-cdna-all_GRCh38-97.txt                                                 
    output: fusiontmp/loose_gene_fusion_sim21_22_Homo-sapiens-GRCh38-cdna-all_GRCh38-97.txt                                               
    jobid: 12                                                                                                                             
    wildcards: reads=sim21_22, transcripts=Homo-sapiens-GRCh38-cdna-all, graph=GRCh38-97                                                  
                                                                                                                                          
AeronScripts/pairmatrix_get_genes.py < fusiontmp/exactparsematrix_sim21_22_Homo-sapiens-GRCh38-cdna-all_GRCh38-97.txt > fusiontmp/loose_getxt
Traceback (most recent call last):
  File "AeronScripts/pairmatrix_get_genes.py", line 13, in <module>
    lgene = generegex.search(parts[0]).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
@MikaQiao
Copy link

I ran into the same error, does anyone have a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants