This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Does anyone know how to use Human Splicing Finder?

Does anyone know how to use HSF 3?

I acquired several credits for VCF analysis. But after uploading my VCF, the status kept in "waiting" for a day on the web interface.

I also tried to use their API. I could successfully connect to their server. But I failed at uploading step with following message:

<br />
<b>Warning</b>:  Missing boundary in multipart/form-data POST data in <b>Unknown</b> on line <b>0</b><br />
{"message":"Unauthenticated."}

I've sent a request for their assistance, but they haven't replied yet.

Anyone know how to deal with it?

prediction splicing finder hsf human

1 answer

Due to offline of VCF tools, it caused suspended processing. Now it is available. BTW, their reference in uploading step is misguiding. -d parameter does not upload files to their server. Use -F "vcf_file"=@/path/to/*.vcf. To input correct token, {} should be removed.

Log in to answer this question.