Just wanted to point out a bioinformatic challenge with downstream data processing. Your tool seems to leave the "symbol5" or "symbol3" field blank on occasion:
In this case, the head gene name "AC112229.3" is not provided, which leaves the line with 16 columns instead of 17. This can break bioinformatics workflows downstream. Some sort of placeholder would prevent this (e.g. ".", or "N/A" ).
Hello,
Just wanted to point out a bioinformatic challenge with downstream data processing. Your tool seems to leave the "symbol5" or "symbol3" field blank on occasion:
In this case, the head gene name "AC112229.3" is not provided, which leaves the line with 16 columns instead of 17. This can break bioinformatics workflows downstream. Some sort of placeholder would prevent this (e.g. ".", or "N/A" ).