Brad Langhorst

Results 34 issues of Brad Langhorst

depends on test data in : https://github.com/nf-core/test-datasets/pull/299

Thanks for writing this helpful software! I think it should just extract chr1 reads or fail (reporting an invalid -L argument) Using -L chr1:1-248956422 does work

``` samtools view ... | bam trimBam -.ubam -.ubam --clip -R ``` produces this error: ``` bam: invalid option -- '.' ERROR: Unrecognized option left ``` works ok with ```...

The documentation covers the requirement for random ordered input, however It would be nice to add a check to be sure that a bam file is not coordinate sorted before...

rust-htslib: ``` cat 0.00s user 0.01s system 1% cpu 0.568 total sudo cargo run --release -- > tandem_reads.bam 0.43s user 0.04s system 82% cpu 0.570 total ``` noodles: ``` cat...

bam
bgzf

@dpryan79 This needs more testing, but I wanted to test the waters - is this of use to others?

re #14 I'm running now with this code. It seems to be working (see image) ![image](https://f.cloud.github.com/assets/61636/2114294/0a0c58ae-903b-11e3-8de9-a6ecca1ad805.png)

In some cases (maybe because this is not a very busy site) requests are issued too quickly and I get this exception: ``` Traceback (most recent call last): File "./google2piwik.py",...

Not a big deal for small bams, but when importing 100G bam files index generation can really slow a workflow.

feature-request
area/performance

I just tried out minimap on a bunch of pacbio reads like this: ``` shell #!/bin/sh PATH="/mnt/home/langhorst/src/miniasm:/mnt/home/langhorst/src/minimap:$PATH" if ! [ -f deer_1123.mmi ]; then minimap -d deer_1123.mmi deer_1123.fasta fi minimap...