Skip to content

Handling highly fragmented assemblies#37

Open
fka21 wants to merge 1 commit intoMaggi-Chen:masterfrom
fka21:adding_fragmented_genome_handling
Open

Handling highly fragmented assemblies#37
fka21 wants to merge 1 commit intoMaggi-Chen:masterfrom
fka21:adding_fragmented_genome_handling

Conversation

@fka21
Copy link
Copy Markdown

@fka21 fka21 commented May 23, 2025

Following up on issue: #16 I had a closer look at what could be causing this. As I wrote in my latest comment of the issue, it seems that the cat command cannot handle a lot of contigs simultaneously. My assemblies also had 38.000 contigs and I had the same error. I replaced all cat commands with a find approach, which can handle multiple arguments. In my system this resolved the issue.

Also, I got errors because I had bash incompatible characters in some of my assemblies, f.ex. "|". These are stripped now with a regex approach.

…agmented assemblies, also added a line which cleans assembly headers from bash incompatible characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant