Solve CSV field error #45
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi MSG team,
First, thank you for developing/maintaining this pipeline.
We have generated F2 hybrids from a cross between two species. Unfortunately we got scarce data and I am using this pipeline to rebuild genotypes. The genome of these species is ~380 Mb in size with 8 chromosomes (80 Mb max). The current assembly has most of the scaffolds assembled into complete chromosomes and additional tiny scaffolds.
When running the pipeline, I got an error when extracting the reference alleles after filtering for common reads. The error was
_csv.Error: field larger than field limit (131072)which is generated when a field exceeds 128 KB of text. While the exact origin of this error is unknown, this could be due to high number of variants on a long chromosome. The proposed solution sets the limit to the maximum possible value.Let me know if you need more information.