-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add palom as local module #50
Open
gesavoigt
wants to merge
1
commit into
nf-core:dev
Choose a base branch
from
gesavoigt:palom_multicycle
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
|
Update: An MIT license has been added to labsyspharm/palom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).Note: test & debug runs included default segmentation option ashlar, not palom
Description of module specifications
For mcmicro, palom can be used to register pre-stitched images instead of ashlar.
The module as implemented here calls the script
align_multiple_cycles.py
. The script is currently not integrated in the original palom repository, but a PR is opened by @kbestak. After it has been accepted, the next steps would be to update the pip package, create a new docker, and create an nf-core module (with the function being called through the package).Note also that no license has been provided in the palom GitHub repo. An MIT license it expected to be added, an issue has been opened.
Description of changes
nextflow.config
:registration_method
to choose between ashlar (default) and palompalom_align_channel
to specify channel to use for image registration with palomnextflow_schema.json
:nextflow.config
conf/modules.config
:params.registration_method
, ashlar or palom can be executedparam.palom_align_channel
is an optional parameter to specify the imaging channel used for alignmentworkflows/mcmicro.nf
:ch_registration
for compatibility with both ashlar and palomch_registration
combines all files with the same meta id to be registered into one imagemodules/local/palom/alignmultiplecycles/
: