alosdiallo / DNA_Rchitect

A Shiny App for visualizing genomic data
http://shiny.immgen.org/DNARchitect/
MIT License
18 stars 9 forks source link

Accept any text in header #3

Closed alosdiallo closed 5 years ago

alosdiallo commented 5 years ago

Right now the code looks for specific text. What we should do is require info to be in specific columns and allow for any header.

KHBHH commented 5 years ago

Done. Right now, the app accepts data with header/without/any text.

The checkheader asks if the data contains header or not. If the user does not answer it correctly an error will occur later when the submit button is pressed to view the plots. Therefore, the user should know before uploading the data if it has headers or not.

This is what we discussed to happen, right?

alosdiallo commented 5 years ago

fixed