Skip to content
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

indexing for sailor #65

Merged
merged 1 commit into from
Feb 9, 2025
Merged

indexing for sailor #65

merged 1 commit into from
Feb 9, 2025

Conversation

ekofman
Copy link
Collaborator

@ekofman ekofman commented Feb 8, 2025

@byee4 I think there may have been a bug in most recent release for sailor generation, also this fixes the off by one for IGV viewing. Give it a check when you get a chance to confirm? Thanks!

@@ -584,7 +584,7 @@ def check_samtools():
print_all_cells_coverage_warning(all_cells_coverage, tabulation_bed)

bedgraphs_list = convert_conversions_argument(bedgraphs, barcode_tag, file_type='bedgraph')
sailor_list = convert_conversions_argument(bedgraphs, barcode_tag, file_type='sailor')
sailor_list = convert_conversions_argument(sailor, barcode_tag, file_type='sailor')

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure how this happened, but this was broken

@ekofman ekofman merged commit 1c9717b into main Feb 9, 2025
1 check passed
@ekofman ekofman deleted the fix_sailor_alignment branch February 9, 2025 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant