question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Investigate BAMStats convert problem

See original GitHub issue

Running dockstore tool convert entry2json --entry quay.io/collaboratory/dockstore-tool-bamstats:1.25-6_1.0 > Dockstore.json as directed here https://staging.dockstore.org/containers/quay.io/collaboratory/dockstore-tool-bamstats:1.25-6_1.0?tab=launch does not work as expected. In the resulting Dockstore.json, each input key is prefixed with ‘BAMStats’, e.g. “BAMStats/bam_input”: {…}. This causes an error when using this file as an input because an input field called just “bam_input” is expected. The prefixes have to be removed in order for it to run.

┆Issue is synchronized with this Jira Story ┆Fix Versions: Dockstore 1.9 ┆Issue Number: DOCK-980 ┆Sprint: Seabright Sprint 29 Dugong ┆Issue Type: Story

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
agduncan94commented, Sep 19, 2019

@denis-yuen moving this to 1.7.x

0reactions
agduncan94commented, Feb 28, 2020

Confirmed that this is working now on staging (API 1.8.1)

Read more comments on GitHub >

github_iconTop Results From Across the Web

samtools treats many errors as EOF, silently hiding problems
Further investigation found that 'samread()' returns negative values for both errors and EOFS, and that many loops within samtools treat all ...
Read more >
Introduction to SAM and BAM files - EPI2ME Labs
This one, view , is used for converting SAM/BAM files between formats, as well as accessing certain records within the file, e.g. those...
Read more >
BamStats
BamStats is a package that contains tools to generate stats from a BAM file, merge those stats for multiple samples, and validate the...
Read more >
4. Alignment of reads to a reference genome - Paleogenomics
BWA first needs to construct the FM-index for the reference genome, with the command BWA index . FM-indexing in Burrows-Wheeler transform is used...
Read more >
How to plot coverage and depth statistics of a bam file - Biostars
Here is a step by step guide to the problem/question. Step #1) First identify the depth at each locus from a bam file....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found