-
## Summary
Hi! Great project and very interesting [paper](https://arxiv.org/pdf/1910.07954.pdf). I've encountered two issues:
1. `setup.py` doesn't include all of the dependencies
2. The GPU-on…
-
I am implementing this pipeline in a pipeline I am building. I am using golden gate instead of gibson to generate the circular product, so my 'splints' are much smaller than the example splints. This …
-
Your work has significantly contributed to the field, and I am currently engaging with the RepoEval dataset to further my understanding based on your research.
While exploring the codebase associat…
-
**NOTE:** With the deprecation of the `python-Levenshtein` speedup for the `suggest` functionality (see #211 & #218), identifying other methods to increase performance is a priority. This multi-proces…
-
With all the recent development I think it's time to do a few code cleanups
- ~~rename "SlowSuite" into "LspSuite" to better reflect their purpose: test interaction between editor and server via LS…
-
Hi everyone,
I was wondering if you were planning to implement Word Error Rate (WER). Even though WER is mostly used to test speech systems, It wouldn't be a bad idea to have a reproducible WER on …
-
This needs more investigation, but it seems Toradocu is hanging on `java.sql.PreparedStatement` from OpenJDK 8.
The last line printed is
```
[main] WARN org.toradocu.translator.SentenceParser - U…
-
Current checkout does not work, because dependency was ` download_url` was removed from pytorchaudio
-
I'm just using 3 input fastq files with 10k reads each, as just a test.
My workflow:
```r
config_file = FLAMES::create_config(outdir, type = "sc_3end", do_barcode_demultiplex = TRUE)
sce = …
-
Please change the recursive call to find the min by removing the check for same characters and make that condition as a separate one (as it is producing wrong output).
code:
```
if(str1[len1] =…