Skip to content

Endless read from file #218

@HaoqingDu

Description

@HaoqingDu

I installed mitoz v3.6 using conda. The test run was ok. I wanted to generate mitogenome from a SE data. Below is my command,

mitoz all --outprefix PhoSp1_trimmed --clade Arthropoda --genetic_code 5 --species_name "Photinus sp1" --fq1 PhoSp1_trimmed.fastq.gz --fastq_read_length 151 --assembler mitoassemble --kmers 51 --requiring_taxa Arthropoda

In the assemble part, read_from_file seems to never stop unless I kill it. Below is the related log info,

2024-08-08 11:37:24,164 - mitoz.utility.utility - INFO - 
/home/hdu/miniconda3/envs/mitoz_env/lib/python3.8/site-packages/mitoz/assemble/script/mitoAssemble/mitoAssemble all  -K 51 -o PhoSp1_trimmed.mitoAssemble.K51 -s PhoSp1_trimmed.mitoAssemble.K51.mitoAssemble.lib -p 8

mitoAssemble is based on SoapTrans v1.03 and modified to fit mitogenome assembly by BGI-ENVers

pregraph -s PhoSp1_trimmed.mitoAssemble.K51.mitoAssemble.lib -K 51 -p 8 -o PhoSp1_trimmed.mitoAssemble.K51 
In PhoSp1_trimmed.mitoAssemble.K51.mitoAssemble.lib, 1 libs, max seq len 151, max name len 256

8 thread created
read from file:
 /home/hdu/Documents/firefly_genomes/results/mitoz/clean_data/PhoSp1_trimmed.clean_R1.fq.gz
--- 100000000th reads
--- 200000000th reads
--- 300000000th reads
--- 400000000th reads
...

I don't know how to solve it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions