Investigate BAMStats convert problem
See original GitHub issueRunning 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:
- Created 4 years ago
- Comments:11 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@denis-yuen moving this to 1.7.x
Confirmed that this is working now on staging (API 1.8.1)