-
The manual has the following command to plot
IND='HG02481'; python plot_karyogram.py \
--bed_a ${IND}_A.bed \
--bed_b ${IND}_B.bed \
--ind ${IND} \
--out ${IND}.png
What's the format of the…
-
### Problem Description
There a code for calculating the Riemann Matrix for hyperelliptic (y^2 = f(x) ) and superelliptic (y^m= f(x) )
here in arb/flint
https://github.com/pascalmolin/hcperiods/tr…
-
Hello,
I noticed the following error when opening a new ACB from the EU Cloud:
```json
{
"label": "Anypoint Code Builder - Platform Extension",
"level": "error",
"message": "Something …
-
In our code, there are lots of operations like `mat1 += mat2*mat3` for the objects MatrixSpace.
For example
```
using Nemo
const precision_digits = 256
const precision_bits = round(Int64, prec…
-
Huge precision is needed to compute **arb_hypgeom_beta_lower(a, b, x, 1)** for medium a and b. For large a and b computation is not possible.
To compute arb_hypgeom_beta_lower(10^5, 10^5, 4999/1000…
-
Hello,
I would like to kindly ask to implement a feature in the core which would allow to switch stereo mode between ABC and ACB. This is because most of the demos for Pentagon seem to be made with…
-
### Description
The letter value of a letter is its position in the alphabet starting from 0 (i.e. 'a' -> 0, 'b' -> 1, 'c' -> 2, etc.).
The numerical value of some string of lowercase English le…
-
-
- [playground](https://www.typescriptlang.org/play?ssl=28&ssc=10&pln=22&pc=1#code/PQKgUABBAsBMBsAGCBaCBBANpgwgewFsAjASwDsBDAFxLzIGdJUUXWmiBPCQW7DAFbUGkdQDPKgW0UIACgAC9AK4BzPACc8Aa2koOASggBiAgFMAJiWkEd…
-
qqbar binary operations guess and check for a rational solution when the inputs have high degree. This could be generalized to higher degree guesses (2? 4?) when the inputs have high enough degree, as…