MontgomeryLab / tinyRNA

tinyRNA provides an all-in-one solution for precision analysis of sRNA-seq data. At the core of tinyRNA is a highly flexible counting utility, tiny-count, that allows for hierarchical assignment of reads to features based on positional information, extent of feature overlap, 5’ nucleotide, length, and strandedness.
GNU General Public License v3.0
1 stars 1 forks source link

Version 1.3 release preparation #284

Closed AlexTate closed 1 year ago

AlexTate commented 1 year ago

Documentation:

Workflow:

Run Config:

tiny-plot:

Bug fixes:

AlexTate commented 1 year ago

More updates:

AlexTate commented 1 year ago

More updates:

taimontgomery commented 1 year ago

A couple minor issues:

  1. paths.yml, line 26: no value for run_directory raises exception.
  2. run_config.yml, line 20: can we leave user blank?
AlexTate commented 1 year ago
  1. paths.yml, line 26: no value for run_directory raises exception.

Thanks for catching that, I made those changes too hastily and neglected to test because it seemed so straightforward. I've addressed this bug, wrote some test cases for it, and addressed a couple of other edge cases. Users can provide empty values, empty strings, and integers in user, run_name, and run_directory now.

  1. run_config.yml, line 20: can we leave user blank?

Addressed in b8d51be