ramongallego
ramongallego
--- By filing an issue to this repo, I promise that - [x] I have fully read the issue guide at https://yihui.org/issue/. - [x] I have provided the necessary information...
Hi there, I was wondering if there is a way of limiting the search for adapters to the first n characters (or the last n characters) of each sequence. I...
Seems like we run into an issue if you are not using secondary indices, as you need them to generate ID_COMBO in line 268 awk: illegal field $(), name "COLNUM2"...
When using .gz or any other compressed fastq files as input, the script successfully find the zipped files and decompresses the first one, but then fails to use it. The...
Hi there, kraken2-build download searches for the fasta file of the particular db one wants to download. From April'24, NCBI only provides the fasta file for a few dbs, (Nt...
Hi there, I am using Rebaler for the first time, trying it on a Google Colab script. the script installs minimap2, racon, biopython and Rebaler. The installation fails but I...
The option `gnuplotTested=true` is no longer valid on latest versions of canu, as noted by @ilnamkang
I use the info-file quite often, either with awk one liners or importing the file in R. I have been using them with Illumina data, with great success. Now I...
Hello, I am trying to install deblur in a server running Ubuntu server 5.15.0-131. After running `conda create -n deblurenv python=3.8 numpy ` and activating the venv ` conda activate...