I am running neo (v1.0.1), and get the following warning: Linx neo-epitope file(tumor-id.linx.neoepitope.tsv) not found.
The neo-epitope file generated from Linx (v1.23.6) is named tumor-id.linx.neo_epitope.tsv, and is CSV format not TSV format.
After following processing, the neo could run without warning:
csvtk csv2tab /path/to/linx/tumor-id.linx.neo_epitope.tsv > /path/to/linx/tumor-id.linx.neoepitope.tsv
I am running neo (v1.0.1), and get the following warning: Linx neo-epitope file(tumor-id.linx.neoepitope.tsv) not found.
The neo-epitope file generated from Linx (v1.23.6) is named tumor-id.linx.neo_epitope.tsv, and is CSV format not TSV format.
After following processing, the neo could run without warning: csvtk csv2tab /path/to/linx/tumor-id.linx.neo_epitope.tsv > /path/to/linx/tumor-id.linx.neoepitope.tsv