{% extends 'base.html' %} {% load static %} {% block title %} EXPath Tool 2.0{% endblock %} {% block content %}

Upload Files for {{ project.name }}

Please confirm the followings before you upload files:

  • The annotation and expression files are required. (Filename Extension: .txt, .tsv, .tab).
  • The column name only uses numbers, letters, and underscores(_).
  • The sequence ID should be the same in each file.
  • The maximum file size is 100 MB.
{% csrf_token %}


File format:














📥 Example Format Download



📥 Example Format Download
{% endblock %}