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

output "sailor" BED files are still one-off? #64

Closed
byee4 opened this issue Feb 7, 2025 · 3 comments
Closed

output "sailor" BED files are still one-off? #64

byee4 opened this issue Feb 7, 2025 · 3 comments

Comments

@byee4
Copy link
Member

byee4 commented Feb 7, 2025

MARINE/src/utils.py

Lines 1425 to 1426 in 86e5089

final_site_level_information_df['start'] = final_site_level_information_df['position']
final_site_level_information_df['end'] = final_site_level_information_df['position'] + 1

@ekofman can you verify that the the dataframe being converted here (final_site_level_information_df['position']) is 1-based?

@ekofman
Copy link
Collaborator

ekofman commented Feb 7, 2025 via email

@ekofman
Copy link
Collaborator

ekofman commented Feb 8, 2025

addressed here @byee4 #65

@byee4
Copy link
Member Author

byee4 commented Feb 8, 2025

Thanks!

@byee4 byee4 closed this as completed Feb 8, 2025
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

No branches or pull requests

2 participants