Closed kohei-108 closed 6 years ago
Can you please paste the output of shovill.log
?
What was the exact command you ran?
What version? shovill --version
.
Also, did you set --tmpdir
on Shovill ?
I suspect you have run out of space on /tmp
on your HPC node.
I sent shivill.log to the previous message.
$ shovill --version
shovill 1.0-pre1
I ran the following scripts.
for i in {1..18}
do
shovill --assembler spades --ram 500 --cpus 32 --outdir /home/t15089ki/2018-05-04-6station-metagenome-fasta/shovill_results/shovill_results_${i} --R1 /home/t15089ki/2018-05-04-6station-metagenome-fasta/fastq/trimmed-fastq/trimmed_${i}_R1.fq --R2 /home/t15089ki/2018-05-04-6station-metagenome-fasta/fastq/trimmed-fastq/trimmed_${i}_R2.fq
done
You only sent me the Spades part of the log. I need the whole log file to be able to diagnose properly. This will tell me specific versions of all the tools you are using etc.
Are you assembling a metagenome? Shovill only works on bacterial isolates. "Illumina whole genome sequencing data of bacteria and other small microbes" I will make this clearer in the documentation.
Does your computer have 500 GB of RAM available?
I send shovill.log.
I'm assembling metagenomic data.
My computer has more than 500GB of RAM available, and the same error occurred when specifying RAM as 250 GB.
Sorry, but Shovill can NOT be used with metagenomic data. It only works with a single pure bacterium sample. I do things like estimate the genome size, and use that to make important decisions. You don't have a single genome.
You should use minia 3.x
or megahit
or spades.py --meta
Thanks.
Running Shovill in Linux server, the following error occurred.
Server has enough space. $ df -h gpfsA 814T 251T 564T 31% /mnt/gpfsA
$ df -i gpfsA 3360606208 242354921 3118251287 8% /mnt/gpfsA
shovill.log