Hi,
I am running this command in spark ;
/cannoli-submit bwa hdfs://ip-10-48-3-5.ips.local:8020/user/rokshan.jahan/SRR1517848.adam hdfs://ip-10-48-3-5.ips.local:8020/user/rokshan.jahan/Homos_sep12.adam SRR1517848 -index hdfs://ip-10-48-3-5.ips.local:8020/user/rokshan.jahan/data/Homo_sapiens_assembly18.fasta -sequence_dictionary hdfs://ip-10-48-3-5.ips.local:8020/user/rokshan.jahan/hg38.dict
I am getting this error:
Command body threw exception:
java.lang.IllegalArgumentException: Can not create a Path from an empty string
17/09/21 18:34:30 INFO cli.Bwa: Overall Duration: 10.24 secs
Exception in thread "main" java.lang.IllegalArgumentException: Can not create a Path from an empty string
Any suggestion will be helpful!
Thanks!