Hi! I’m working on a university assignment and I’m first practicing in Galaxy using an NCBI dataset (SRR17898727). I downloaded it using the tool “faster download and extract reads in FASTQ”.
Now I want to apply Falco to analyze the data quality (my data is in FASTQ format, single-end data, RNA). However, I get an error when running Falco. This is what appears in the error details:
Execution resulted in the following messages:
Fatal error: Exit code 139 ()
Tool generated the following standard error:
/data/jwd08/main/000/100/133/100133565/tool_script.sh: line 23: 17 Segmentation fault (core dumped) falco --threads ${GALAXY_SLOTS:-2} --quiet -f ‘fastq’ ‘SRR17898727’ -skip-summary
I’m not sure how to fix it. Thank you!