You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Hi everyone,
I'm currently using an Ivar-Freyja pipeline that processes a set of 414 COVID-19 samples, and I am able to get output TSV files that give positions on the single nucleotide variants. I noticed how the TSV files have positions with alternate base like -T or +C, but when I downloaded these as CSV files, their cells would only give errors saying "#NAME?". If someone could tell me why are there +/- bases, as well as how I can fix the #NAME? issue, that would be great!
The code and files should be attached too; I couldn't get the TSV file uploaded since Github doesn't support that format, but I pasted a screenshot of the file with some of the positions listed
Expected behavior
There are supposed to be only letter characters in the ALT columns; these characters are nucleotide bases (A,T,C,G). Instead, the TSV files have sections with characters like -T, and the CSV files have #NAME? in those spots
Describe the bug
Hi everyone,
I'm currently using an Ivar-Freyja pipeline that processes a set of 414 COVID-19 samples, and I am able to get output TSV files that give positions on the single nucleotide variants. I noticed how the TSV files have positions with alternate base like -T or +C, but when I downloaded these as CSV files, their cells would only give errors saying "#NAME?". If someone could tell me why are there +/- bases, as well as how I can fix the #NAME? issue, that would be great!
The code and files should be attached too; I couldn't get the TSV file uploaded since Github doesn't support that format, but I pasted a screenshot of the file with some of the positions listed
Expected behavior
There are supposed to be only letter characters in the ALT columns; these characters are nucleotide bases (A,T,C,G). Instead, the TSV files have sections with characters like -T, and the CSV files have #NAME? in those spots
Screenshots
CDM6_S3_variants.csv
![image](https://user-images.githubusercontent.com/115170707/200071789-51451f1e-f0b9-4a38-8cd0-4c6380b6ff50.png)
![image](https://user-images.githubusercontent.com/115170707/200071757-77a5edb2-bcba-4869-8944-39f03e8389d6.png)
![image](https://user-images.githubusercontent.com/115170707/200071871-88f9de57-fde2-4fc2-8998-e9c055e517ec.png)
The text was updated successfully, but these errors were encountered: