-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BCF not yet supported #44
Comments
Ah, sorry, the example I gave on gitter is incorrect. As of the current version of Cannoli,
|
okay thanks again! |
I believe the tribble exception may be misleading. The $ freebayes -f does-not-exist.fa
Please specify a BAM file or files.
$ echo $?
1 |
There is no |
What is the error? |
Let's start from the beginning, What was the command you input? |
i had used this command |
I'm not sure if a reference on hdfs will work. Could you try using the test reference and see what happens? |
Right, the |
okey. i was trying to access reference genome from locally on cluster , not from hdfs. here
i got this reference genome from adam resources and now i could see this error the job doesn't completes getting this output when i was abort the job. |
Can you try without the "single" flag? |
ya sure |
@a1xt06 getting this output when i was trying without the "single" flag
also the error is still same as we discussed earlier |
@shibuvp Freebayes is complaining that it cannot open your reference file. The error above looks to be due to missing or invalid RecordGroups in the original input BAM file. Perhaps it would be worthwhile to try running $ freebayes -f hg19.fa salim3.bam > salim3.vcf Then if that succeeds, try running the same via Cannoli. |
ok @heuermh i w'll try |
and the issue is , i'm trying to use adam file rather than bam , is it possible in freebyes? |
Sorry for not following up sooner. Freebayes itself can only run on BAM/SAM files. Please reopen this issue if we can help further. |
i'm getting following error while running freebayes using cannoli
my command -------
ADAM_MAIN=org.bdgenomics.cannoli.Cannoli adam-submit --jars /opt/cannoli/target/cannoli_2.10-0.1-SNAPSHOT.jar -- freebayes -freebayes_reference hdfs://master.hdp:8020/Data/HumanBase/hg19/hg19.fa hdfs://master.hdp:8020/opt/small5.adam hdfs://master.hdp:8020/opt/sample.genotypes.adam
the error ------ Exception in thread "main" java.lang.AssertionError: assertion failed: BCF not yet supported
The text was updated successfully, but these errors were encountered: