cmnbroad on cn_igv_cram_ref
WIP. Update API from get to fetch. Code review - part 1. (compare)
cmnbroad on cn_cram_md5
Require sequence dictionary MD5… (compare)
cmnbroad on cn_igv_cram_ref
Support CRAM reference regions. (compare)
cmnbroad on cn_cram_md5
MD5 WIP. (compare)
gradle.build
)... can somebody refresh my memory? I would like to try some feature that was added ~30 days ago but there's no official release of it yet. IIRC it was some JFrog CI instance from the Broad (that I now cannot easily find nor is referenced on the htsjdk repo README.md)?
.jar
from Mavencentral?
AILURE: Build failed with an exception.
Where:
Build file '/home/prabha/Documents/samtools-htsjdk-5240c40/build.gradle' line: 13
What went wrong:
An exception occurred applying plugin request [id: 'com.palantir.git-version', version: '0.11.0']
Failed to apply plugin [id 'com.palantir.git-version']
Cannot find '.git' directory
Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 19s
how can I fix it
prabha@prabha-OptiPlex-9020:~/Documents/samtools-htsjdk-5240c40$ ./gradlew shadowjar --stacktrace
FAILURE: Build failed with an exception.
Where:
Build file '/home/prabha/Documents/samtools-htsjdk-5240c40/build.gradle' line: 13
What went wrong:
An exception occurred applying plugin request [id: 'com.palantir.git-version', version: '0.11.0']
Failed to apply plugin [id 'com.palantir.git-version']
Cannot find '.git' directory
~/Documents/samtools-htsjdk-5240c40
. In order to build htsjdk from source with gradle, you need to first clone the https://github.com/samtools/htsjdk
repository using git
, and then run the build from there. Unfortunately you can’t build it from just the source without first cloning the repo.
java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7
. How to know what Java version should I have or what gradle version should I choose to make the compilation works?java.nio.file.spi.FileSystemProvider
and related classes might be sufficient for at least HTSJDK. Does this sound right, are there other things I would need to do?
java.nio.Path
, but many (most ?) Picard tools still instantiate the java.io.File
class directly using the user-provided input, which won't work with cloud uris. Also, there is a GATK PR that was started to do some of this (it doesn't necessarily take what I would say is the right approach, but you can get some clues there). broadinstitute/gatk#6698 Hope that helps.
java.nio.path
. I had been under the impression that GATK could use cloud paths for all tools, is it correct to say that only some can use cloud paths? Is there a list of tools that can (or cannot)?
CountReads
but if someone knows of something more prescriptive it would be great.