You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running ichorCNA(commit:5bfc03e) on bam file mapped to hg38 (BAM file mapped to GRCh38Decoy) . I used the attached config file for the snakemake pipeline. GC and mappability files I took the onces in inst/extdata/ folder. However, the output ichorCNA prediction has much less bins than it should. While running it with hg19 settings (BAM file mapped to hs37d5), then it did not show the same behavior.
You could see from the SAMPLE.correctedDepth.txt and SAMPLE_correct.pdf file that there are only 2 bins left on chr19.
The configfiles are modified from snakemake repository on the github, and use the config file for hg19 and updated related files to hg38 version provided. The config_hg38.yaml provided is giving errors and seemed to miss quite some parameters. Therefore I used this customized version migrated from config.yaml.
Maybe related information:
In the Snakefile the first two rows are
configfile: config.yaml
configfile: sample.yaml
I modified them to respective config file according to genome version (instead of appended to the original). I expect this lead to a behavior that's cleaner/ more predictive.
Last but not least, Thank you for developing the tool!
Best,
Li-Ting
The text was updated successfully, but these errors were encountered:
Hi,
I am running ichorCNA(commit:5bfc03e) on bam file mapped to hg38 (BAM file mapped to GRCh38Decoy) . I used the attached config file for the snakemake pipeline. GC and mappability files I took the onces in inst/extdata/ folder. However, the output ichorCNA prediction has much less bins than it should. While running it with hg19 settings (BAM file mapped to hs37d5), then it did not show the same behavior.
You could see from the SAMPLE.correctedDepth.txt and SAMPLE_correct.pdf file that there are only 2 bins left on chr19.
The configfiles are modified from snakemake repository on the github, and use the config file for hg19 and updated related files to hg38 version provided. The config_hg38.yaml provided is giving errors and seemed to miss quite some parameters. Therefore I used this customized version migrated from config.yaml.
HC_01_hg19.zip
HC_01_hg38.zip
config-ichorcna-hg19.yaml.txt
config-ichorcna-hg38.yaml.txt
Maybe related information:
In the Snakefile the first two rows are
I modified them to respective config file according to genome version (instead of appended to the original). I expect this lead to a behavior that's cleaner/ more predictive.
Last but not least, Thank you for developing the tool!
Best,
Li-Ting
The text was updated successfully, but these errors were encountered: