You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scala> val references = sc.loadSequenceDictionary("references/Homo_sapiens/GATK/GRCh38/
Sequence/WholeGenomeFasta/Homo_sapiens_assembly38.dict")
...
scala> val features = sc.loadFeatures("references/Homo_sapiens/GATK/GRCh38/Annotation/
intervals/wgs_calling_regions.hg38.interval_list", optSequenceDictionary = Some(references))
...
org.apache.spark.SparkException: Job aborted due to stage failure: Task 2 in stage 0.0 failed 1
times, most recent failure: Lost task 2.0 in stage 0.0 (TID 2) (10.10.4.241 executor driver):
java.lang.Exception: Expected fields of the form 'key:value' in field sapiens but got:
[Ljava.lang.String;@4542b1b0. Line:
@SQ SN:chrUn_JTFH01000886v1_decoy LN:1064 M5:5ad23055bdc140edb211af99bf7d76e3
AS:38 UR:/seq/references/Homo_sapiens_assembly38/v0/Homo_sapiens_assembly38.fasta
SP:Homo sapiens
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: