AlexsLemonade / OpenScPCA-nf

A workflow for running OpenScPCA analysis modules
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Always output simulated data to `test/` prefix #67

Closed jashapiro closed 3 months ago

jashapiro commented 3 months ago

Closes #66

The issue in #66 was that I was using a variable rather than hard coding the test/ prefix for simulated data output. This should fix that. I had considered adding another parameter, but that did not seem worth it.

I also ran a shell linter on the bash script as a test, and this includes a number of suggestions from that, with no expected changes to behavior (mostly just quoting things)