A bioinformatics best-practice analysis pipeline for the analysis of shallow whole genome sequencing (sWGS) data for the identification of copy number alterations (CNAs).
MIT License
6
stars
0
forks
source link
Limited compatibility for some processes with non-hg38/hg19 Genomes #30
This issue reports limitations in the SAMURAI pipeline's compatibility with genome builds other than hg38 and hg19. While the pipeline is functional for these two builds, specific steps encounter issues when processing different genomes.
ASCAT.sc: This step currently does not work with the GRCh38 genome build due to hardcoded dependencies. Need to implement an error message or warning informing users of this limitation.
GISTIC analysis: GISTIC analysis relies on internal files that are specifically designed for hg38 and hg19. Need to implement an error message or warning informing users of this limitation.
Description of the bug
This issue reports limitations in the SAMURAI pipeline's compatibility with genome builds other than hg38 and hg19. While the pipeline is functional for these two builds, specific steps encounter issues when processing different genomes.
Command used and terminal output
No response
Relevant files
No response
System information
No response