-
Notifications
You must be signed in to change notification settings - Fork 1
Readme clarifications, minor bug fixes #37
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
base: main
Are you sure you want to change the base?
Conversation
ebattistella
commented
Oct 3, 2025
- Clarification order of length_ranges for dispersion.
- InsilicoSV version will now be written in the output VCF.
- documentation on min_intersv_dist
- clarification of contained overlap
- clarification of blacklist regions
- fix stats code that was failing when running insilicosv from inside the folder of the config file.
- fix edge case of SV placement with blacklist regions when looking to available regions after random assignment failed.
Clarification order of length_ranges for dispersion fix stats code
* documenation on min_intersv_dist
* clarification of conatined overlap
* source=InsilicoSV_v{version will now be written in the output VCF header
* clarification of blacklist regions
| * If blacklist_regions is provided in BED format, an optional fourth column (type) can be used to categorize | ||
| regions and filter them per variant set. | ||
| * If blacklist_regions is provided in VCF format, the REGION_TYPE INFO field can be used instead. | ||
| If this field is missing, the default region type will be DEFAULT. Only the CHROM, POS, and END fields are considered from each record. |
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.
is DEFAULT different from "all"?
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.
If two blacklist files are provided and one has a region_type field, then DEFAULT regions will only be the regions from the file without a region_type field.
…g to report non novel adjacencies
END = START + LENGTH - 1 TARGET is before the insertion