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.
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
feat: bowtie2 can now sort with samtools and picard #3518
base: master
Are you sure you want to change the base?
feat: bowtie2 can now sort with samtools and picard #3518
Changes from 13 commits
6804755
80998d3
c653f32
9d58e61
b83e343
e116b10
d48cf0f
be1b1ec
c784d94
734b1bb
eac0db4
d2646f4
9c9c918
c4f9cf3
badae1c
36b6145
d97f32a
ceba80f
ecdab94
a6b511a
056cd06
fb07443
2ed25a1
c093576
dff2d94
eb499d4
739c0eb
0d03448
a2e6504
3bdc418
b661b16
949cfde
a2dc334
8242918
a93881a
7ba5b46
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Based on the analysis of both wrapper.py and the test Snakefile, I can now provide the final response:
CRAM output handling needs improvement
The wrapper doesn't explicitly validate the presence of the reference genome for CRAM output. While the test Snakefile correctly includes
ref="genome.fasta"
in CRAM-related rules, the wrapper.py should:Specific issues:
-T
reference parameter in the samtools view command🔗 Analysis chain
Verify CRAM output handling
The reference genome is required for CRAM output. Ensure proper error handling when ref is missing.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 47
Script:
Length of output: 5582
Script:
Length of output: 4074