Skip to content

Sequence generation issue via CLI tool #1

@penuts7644

Description

@penuts7644

Hi, I have an issue when running the olga-generate_sequences command via terminal. Im using the following exact command: olga-generate_sequences -d ',' --VDJ_model_folder olga_input -o cdr3_seqs.csv -n 50.

My input anchor csv files are comma separated and all the model files including V and J gene anchor files are located in the olga_input directory.

The program seems to run (it shows the starting sequence generation text in the terminal). Though it never generates a sequence and thus the output file remains empty (even after over 30 minutes of run time).

When pressing ctrl-c I get the following:

^CTraceback (most recent call last):
  File "/Users/woutvanhelvoirt/Documents/Virtualenvs/python2.7.15_1/bin/olga-generate_sequences", line 11, in <module>
    sys.exit(main())
  File "/Users/woutvanhelvoirt/Documents/Virtualenvs/python2.7.15_1/lib/python2.7/site-packages/olga/generate_sequences.py", line 286, in main
    ntseq, aaseq, V_in, J_in = seq_gen.gen_rnd_prod_CDR3(conserved_J_residues)
  File "/Users/woutvanhelvoirt/Documents/Virtualenvs/python2.7.15_1/lib/python2.7/site-packages/olga/sequence_generation.py", line 211, in gen_rnd_prod_CDR3
    recomb_events = self.choose_random_recomb_events()
  File "/Users/woutvanhelvoirt/Documents/Virtualenvs/python2.7.15_1/lib/python2.7/site-packages/olga/sequence_generation.py", line 277, in choose_random_recomb_events
    recomb_events['delDl'] = delDldelDr_choice/self.num_delDr_poss
KeyboardInterrupt

Im using Python version 2.7.15

Cheers, Wout

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions