Nextflow DSL2 pipeline to generate a Genome Note, including assembly statistics, quality metrics, and Hi-C contact maps. This workflow is part of the Tree of Life production suite.
The current version of the bed_filter.sh does not filter out truncated rows, so I want to add that functionality, with an additional pipe: | awk 'NF==11'
Description of the bug
The current version of the
bed_filter.sh
does not filter out truncated rows, so I want to add that functionality, with an additional pipe:| awk 'NF==11'