Open MilesLuca opened 3 months ago
Hi Luca,
You are using a quite old version of RAiSD, although I don't think this might be the problem. The latest version of RAiSD, which was recently extended to RAiSD-AI is here: https://github.com/alachins/RAiSD-AI
I used the dataset you indicated with: wget https://raw.githubusercontent.com/pephco/RAiSD/master/datasets/d1sweep.ms
and run RAiSD-AI with your command: ./RAiSD-AI -n test_run -I d1sweep.ms -L 100000 -f
and it works fine. The assertion you see means that somehow a fasta format was detected. I tried to download the dataset from the github page directly, and I got the html file, which generated the assertion with RAiSD-AI.
Best regards, Nikos
On Tue, Aug 27, 2024 at 4:48 PM MilesLuca @.***> wrote:
Hi there,
I've tried running the test script to check correct installation but I'm getting the error below. Any advice? Compilation seems to have worked without errors, so not sure what happened. I'm using the d1sweep.ms test file found here https://github.com/pephco/RAiSD/tree/master/datasets, since the suggested test data could not be downloaded as connection timed out.
RAiSD -n test_run -I d1sweep.ms -L 100000 -f
ooooooooo. .o. o8o .oooooo..o oooooooooo.
888
Y88. .888."' d8P'
Y8888'
Y8b 888 .d88' .8"888. oooo Y88bo. 888 888 888ooo88P' .8'888.
888"Y8888o. 888 888 888
88b. .88ooo8888. 888"Y88b 888 888 888
88b. .8' `888. 888 oo .d8P 888 d88' o888o o888o o88o o8888o o888o 8""88888P' o888bood8P'RAiSD, Raised Accuracy in Sweep Detection This is version 2.9 (released in August 2020) Copyright (C) 2017, and GNU GPL'd, by Nikolaos Alachiotis and Pavlos Pavlidis Contact n.alachiotis/pavlidisp at gmail.com
Command: RAiSD -n test_run -I d1sweep.ms -L 100000 -f
MESSAGE: Converting input file d1sweep.ms to vcf (d1sweep.ms.vcf)RAiSD: sources/RAiSD_Fasta2Vcf.c:958: RSDDataset_convertFasta2VCF: Assertion `tstring[0]=='\n'' failed.
— Reply to this email directly, view it on GitHub https://github.com/alachins/raisd/issues/55, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALKWCVQ2I74UFBA3ZCDTSDZTSGT3AVCNFSM6AAAAABNGJ5NJKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DSNRQHA2TOMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Nikolaos Alachiotis
Hi there,
I've tried running the test script to check correct installation but I'm getting the error below. Any advice? Compilation seems to have worked without errors, so not sure what happened. I'm using the d1sweep.ms test file found here, since the suggested test data could not be downloaded as connection timed out.
Also adding compilation log in case useful: