Skip to content

number of threads needs to be specified by user, otherwise software crashes #5

Description

@rchikhi

When running Tandemmapper on its test data:

./tandemmapper.py --nano test_data/simulated_reads.fasta -o tandemRes test_data/simulated_del.fasta

Error is:

  File "TandemTools/scripts/make_alignments.py", line 201, in <listcomp>
    for assembly in assemblies if not exists(assembly.bed_fname) or no_reuse],
TypeError: unsupported operand type(s) for //: 'NoneType' and 'int'

A simple fix is for the user to add -t 1 to the command line, and then it doesn't crash.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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