Christoph Mayer

Results 9 issues of Christoph Mayer

I have file names that contain spaces. I try to avoid them, but its not always my choice. Now if I split the lines in the result files using a...

I assign node labels to all nodes, including inner nodes: I traverse the tree with for n in t.traverse(): n.name = something This assigns a name also to the root,...

This example code fails: http://etetoolkit.org/docs/latest/_downloads/face_grid.py It contains this line: f.margin_border.width = 1 which causes an error. It works with f.border.width = 1 Does this lead to the same behaviour as...

Some genetic codes such as the Vertebrate Mitochondrial Code allow potentially different start codons / start amino acids. Is it possible to take this into account in diamond, e.g. by...

I am doing a blastx search using default parameters except --gapopen N, since I think the default parameter should be lowered for my application. This gives me the error message:...

### Type of Issue (Enhancement, Error, Bug, Question) Bug ---------------------------------------- #### Operating System MacOs 10.14.6 #### PySimpleGUI Port (tkinter, Qt, Wx, Web) tkinter ---------------------------------------- ## Versions Version information can be...

Running PF in rcluster mode can result in different orders of the clustering steps. I have started PF on one machine. Eventually it turned out that RAM was insufficient. In...

The manual says: "protein2genome This model allows alignment of a protein sequence to genomic DNA. This is similar to the protein2dna model, with the addition of modelling of introns and...

Especially in vertebrate genome projects it is common that the same gene name is used in different species, but Orthograph does not seem to be able to handle this. If...