Rokshan2016

Results 7 issues of Rokshan2016

Hi, Is there any method to get the depth of the nodes in a graph?

status=triaged
package=graph
P3

Hi, I had successfully build Mango. But I am having the following error while running ./mango-submit 👍 [rokshan.jahan@ip-10-48-3-63 bin]$ ./mango-submit Using SPARK_SUBMIT=/usr/bin/spark-submit Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/parquet/hadoop/metadata/CompressionCodecName at org.bdgenomics.utils.cli.ParquetArgs$class.$init$(ParquetArgs.scala:40)...

Hi @brendanburns , I am trying this API V1ReplicaSet scaledRs = Kubectl.scale(V1ReplicaSet.class).namespace("patient") .name("healthcare-access").replicas(4).execute(); String status = scaledRs.getStatus().toString(); Error "timestamp": 1652718741715, "status": 500, "error": "Internal Server Error", "message": "io.kubernetes.client.openapi.ApiException: ", What...

lifecycle/rotten

@rkboyce Hi Can I use authorization token For FHIR Server in this library ?

Hi, I am trying to use avocado for this operations - Variant Calling+Variant Filtering+ Variant Annotation. My data is in adam/sam/bam format. I did this operations a.fastq data -->bwa alignment-->...

Hi , I got 199 parquet files after using avocado as variant caller. Is there a option that I can get the output as single parquet file?

Hi, I want to use Avocado for variant calling.. which Spark version should I install? Spark 2.2 or Spark 2.1 ? Thanks