goleft icon indicating copy to clipboard operation
goleft copied to clipboard

goleft is a collection of bioinformatics tools distributed under MIT license in a single static binary

Results 16 goleft issues
Sort by recently updated
recently updated
newest added

Hi, would you expect this to work for long reads ? The scaling looks great in your png example, with most values around 1. I see most values are low...

Any chance of covstats supporting cram format? Unsurprisingly, when I tried I got an error: `$ goleft covstats input.cram` ```coverage insert_mean insert_sd insert_5th insert_95th template_mean template_sd pct_unmapped pct_bad_reads pct_duplicate pct_proper_pair...

Hi @brentp I have been trying to run Indexcov on a directory of bams using this command goleft indexcov --directory /spaces/emma/goleft/Results /dataJ/build38/datasets/baylor/combined_bams/*.bam and I am getting the following errors..this is...

goleft_linux64 depth --maxmeandepth 100 --mincov 0 --q 20 --stats --reference $reference --processes 20 --bed Agrotis_ipsilon.GCA_004193855.1_ASM419385v1_genomic.CDS.bed --prefix $prefix $bam 2020/09/30 19:03:32 open P14913_125_S47_L003.q20.CDS.PNFC01000001.1-121292-121422.tmp.callable.bed: no such file or directory make these before...

Please correct the typo in README (gitub without 'h' in https://gitub.com/golang/go).

Dear Brent; I build a customized genome sequence by adding a new sequence "VectorA" (~ 10kb) to hg19, and I would like to have coverage of the VectorA via your...

Hi Brent, I would like to propose a new option for `goleft indexsplit` (and would have implemented it myself if my Go was any good): `--exclude` to be able to...

Hi @brentp. Any chance to add support for CSI indexes for indexcov? Generating lots of assemblies, and many have larger scaffolds, which require the CSI rather than BAI...

I noticed this in I'm observing differential error checking depending on whether or not the input file is a CRAM or a BAM. The files in question have multiple sample...

Hi Brent , here are two suggestions for indexcov - using a file containing the path to the bams (to avoid something like `xargs` ) - if we could include...