whole genome seq for Gazelle - assemble mitochondria
1
0
Entering edit mode
9 weeks ago
m90 ▴ 30

Hello there,

I ran the Mitoz tool to extract all raw data about of mitochondria from DNA read about 90 GB and assemble it, but I got an error message that I couldn't understand. Here's the code that I used:

mitoz all \
  --outprefix Idmi \
  --thread_number 16 \
  --clade Chordata \
  --genetic_code 2 \
  --species_name "Gazella arabica" \
  --fq1 V350132114_L04_4_1.fq.gz \
  --fq2 V350132114_L04_4_2.fq.gz \
  --fastq_read_length 100 \
  --data_size_for_mt_assembly 0,0 \
  --assembler megahit \
  --kmers_megahit 59 79 99 \
  --memory 150 \
  --requiring_taxa Chordata

and here are the error messages:

024-07-02 13:22:04,493 - mitoz.utility.utility - ERROR - 
Error occured when running command:
megahit  --out-dir ./megahit_out  --num-cpu-threads 16 --k-list 59,79,99 --memory 1500000000000.0 -1 /home/ubuntu/Idmi_reference/clean_data/Idmi.clean_R1.fq.gz -2 /home/ubuntu/Idmi_reference/clean_data/Idmi.clean_R2.fq.gz

2024-07-02 13:22:04,494 - mitoz.utility.utility - WARNING - 
Can not find assembly_file: /home/ubuntu/Idmi_reference/mt_assembly/megahit/megahit_out/final.contigs.fa
mammals mitochondrial-genome • 352 views
ADD COMMENT
0
Entering edit mode

Can not find assembly_file: /home/ubuntu/Idmi_reference/mt_assembly/megahit/megahit_out/final.contigs.fa

Message seems to be clear. It is not able to find this file.

ADD REPLY
0
Entering edit mode

What assembly file ? It always create his own files that it needs in running

ADD REPLY
1
Entering edit mode

Then the error must be upstream. Look through the complete mitoz log file to see what may be going wrong. Part you posted here does not seem to have usable information.

ADD REPLY
0
Entering edit mode
9 weeks ago

It looks to me that megahit could not create an output file due to an internal crash, but the tool mitoz did not pass on an error.

Maybe the RAM you assigned is too small - is this 150 GB RAM ? --memory 150.

You can monitor RAM constantly for this process on the server using a tool like htop and see if the RAM usage is increasing towards 150GB and it suddenly crashes/exits. If this is the case, try increasing RAM for the tool if possible.

ADD COMMENT
0
Entering edit mode

I will try but for 90 GB data , how much ram i should put ? I running on server about 750 Gb ram

ADD REPLY

Login before adding your answer.

Traffic: 1109 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6