CONSENT icon indicating copy to clipboard operation
CONSENT copied to clipboard

Scalable long read self-correction and assembly polishing with multiple sequence alignment

Results 22 CONSENT issues
Sort by recently updated
recently updated
newest added

I am getting the following error message. The input is attached (.txt suffix instead of .fna so that Github lets me attach the file). ```niklas@niklas-Zenbook:~/code/CONSENT$ export PATH=$PWD/minimap2:$PATH niklas@niklas-Zenbook:~/code/CONSENT$ ./CONSENT-correct --in...

Hi: I have followed your installation process. Environment includes python3.8, zlib1.2.12, cmake3.19.1, and g++10.2.0. Then I encountered the following problems during execution of ./install. Have you ever encountered them during...

Hello Pierre, I am running CONSENT-polish on a contig of ~10Mbp. I installed CONSENT v2.2.2 with conda. The commend was: `CONSENT-polish --contigs $contig.fa --reads $read.fastq --out polished.fa ` The alignment...

I download latest zip file and unzipped. When I run `install.sh`, error as below show: ``` ./install.sh: line 5: ./install.sh: No such file or directory make: *** No targets specified...

Hi, Thanks for what appears to be awesome software. I am trying to run Consent-correct on a Pacbio CCS.fastq file. I have installed Consent and its dependencies, and I have...

I tried using the conda installation of CONSENT but it was failing to polish the example reads: ``` CONSENT-polish --contigs example/rawAssembly.fasta --reads example/reads.fasta --out example/polishedAssembly.fasta [Tue 18 Jan 14:15:53 GMT...

Hi,when I use this fastq(https://github.com/lirr-lichen/1_testdata.git samle97.570.fastq ), with commond:CONSENT-correct --in samle97.570.fastq --out CONSENT.fasta --tmpdir ./ --nproc 12 --type ONT I meet this: CONSENT-correct: line 199: 297133 Segmentation fault (core dumped)...

Hello Pierre, I am running CONSENT-correct on a 20x PacBio dataset for a 1Gb genome. The version was cloned from your git repository on the 18th Feb 2021 (i.e. the...

Hi, Has CONSENT been tested on HiFi long read data? Thanks, Giulia

Hi, I am running CONSENT to correct some Nanopore reads and I encountered some errors. First, I tried running directly in the command line in Linux with 4 cores and...