smith-chem-wisc / Spritz

Software for RNA-Seq analysis to create sample-specific proteoform databases from RNA-Seq data
https://smith-chem-wisc.github.io/Spritz/
MIT License
7 stars 11 forks source link

Display FASTQ files in DataGridView of GUI after downloading an SRA #119

Closed acesnik closed 4 years ago

acesnik commented 6 years ago

For SRAs, after downloading the FASTQs and populating the List<string[]> list of fastq files, display those fastq files in the FASTQs box in the GUI.

This is challenging because it might involve splitting the task in two, so we can get feedback after the task finishes and update the data grid view. Especially since our GUI isn't technically talking to our other code anymore.

acesnik commented 5 years ago

@lonelu

acesnik commented 4 years ago

SRA download progress is reflected in Spritz output, so this is no longer a target feature.