forked from adamjtaylor/htan-artist
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
476215a
commit 338bf4b
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
# nf-artist | ||
nf-artist is a Nextflow pipeline to generate interactive multiplexed image explorations and thumbnails. | ||
|
||
- Add CI testing in Github action using included test data in `data/` and samplesheet `data/test_samplesheet.csv` | ||
- Move logic on if minerva story or miniature thumbnail are run out of samplesheet and into `params` | ||
|
||
## Minerva | ||
- [ ] Ensure H&E images are rendered with a fixed legend | ||
- [ ] Allow for custom descriptions to be provided in the samplesheet and added into the Minerva story | ||
- ✅ ~~Ensure H&E images are rendered with a fixed legend~~ | ||
- Allow for custom descriptions to be provided in the samplesheet and added into the Minerva story | ||
- Update to new version of Minerva with channel selection | ||
|
||
## Miniature | ||
|
||
- Split `make_miniature` into two processes, one to run the miniature script for multiplexed images and one (that can have lower resource requirements) that makes the brightfield thumbnail for H&E images with TiffSlide |