I’m new to Galaxy, but I am trying to use SortMeRNA v 2.1b.6 to filter rRNA out of paired metagenome datasets. I am using default parameters, all available reference databases, paired-out, and I am including unaligned/rejected reads in the output. Unfortunately the output files for both aligned and unaligned reads are completely empty. This is the standard error output I get:
/usr/local/bin/merge-paired-reads.sh: line 54: perl: command not found
/usr/local/bin/merge-paired-reads.sh: line 56: perl: command not found
/usr/local/bin/merge-paired-reads.sh: line 58: paste: command not found
The input reads file or reference file is empty, or the reads file is not in FASTA or FASTQ format, no analysis could be made.
/usr/local/bin/unmerge-paired-reads.sh: line 49: perl: command not found
/usr/local/bin/unmerge-paired-reads.sh: line 51: perl: command not found
/usr/local/bin/unmerge-paired-reads.sh: line 49: perl: command not found
/usr/local/bin/unmerge-paired-reads.sh: line 51: perl: command not found
I think these missing commands cause the file data to be lost and the output to be empty. Has anyone had this problem before, and if so, what did you do? I’ve tried other versions of SortMeRNA and have run into the same problem. Running my data as single reads through SortMeRNA works but the workflow I am trying to replicate does not do this.