-
Notifications
You must be signed in to change notification settings - Fork 0
predict-liftover-stability.R step not working #3
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
Comments
Hi, sorry let me provide you with an updated model that should clear this. |
Try with this:
I just tested this command so should be good to go!
|
You might need to sync up your version of the predict-liftover-stability.R script with mine. |
That solved it, thanks! Now it's failing because I excluded ROCR from the image... I suppose I'll give up and let that back in. |
13 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an almost complete pipeline in the nwiltsie-bootstrap branch, but something is going wrong with
predict-liftover-stability.R
:@nkwang24, can you help me debug?
Details
I have an NFTest case set up using the inputs from the original script:
pipeline-StableLift/test/nftest.config
Lines 12 to 29 in cc2cc06
pipeline-StableLift/test/nftest.yaml
Lines 1 to 4 in cc2cc06
That successfully ran and produced the following directory tree:
The offending process log is in
/hot/software/pipeline/pipeline-StableLift/Nextflow/development/unreleased/nwiltsie-bootstrap/Example-test/pipeline-StableLift-0.1.0/ExampleID/log-pipeline-StableLift-0.1.0-20240710T205201Z/process-log/extract_features/predict_variant_stability/log.command.log
Here is the command it ran:
I did make changes to that script compared to your original script - see 8f7530d and 9bfd132. For simplicity I was trying to separate all the computation from the plotting, and
StableLift.sh
did not pass the--discordance-file
, so I stripped all of that code.I also can't confirm that the prior steps are doing the "right" things - they run to completion but I don't have the know-how to verify the outputs. Here is a table matching filenames between your
/hot/project/method/AlgorithmEvaluation/BNCH-000142-GRCh37v38/sSNV/stableLift/validate_TCGA-SARC_WGS_Mutect2
directory and the NFTest directory/hot/software/pipeline/pipeline-StableLift/Nextflow/development/unreleased/nwiltsie-bootstrap/Example-test/pipeline-StableLift-0.1.0/ExampleID
:TCGA-SARC_WGS_Mutect2_LiftOver-GRCh38.vcf.gz
./bcftools-branch-nwiltsie-bootstrap/intermediate/raw_liftover/LiftOver-ExampleID-hg19-to-hg38.vcf.gz
TCGA-SARC_WGS_Mutect2_LiftOver-GRCh38.vcf.gz.tbi
./bcftools-branch-nwiltsie-bootstrap/intermediate/raw_liftover/LiftOver-ExampleID-hg19-to-hg38.vcf.gz.tbi
TCGA-SARC_WGS_Mutect2_LiftOver-GRCh38_Funcotator.vcf.gz
./GATK-4.2.4.1/intermediate/run_funcotator/Funcotator-ExampleID-hg38.vcf.gz
TCGA-SARC_WGS_Mutect2_LiftOver-GRCh38_Funcotator.vcf.gz.tbi
TCGA-SARC_WGS_Mutect2_LiftOver-GRCh38_RepeatMasker.vcf.gz
./bcftools-branch-nwiltsie-bootstrap/intermediate/apply_annotations:run_repeatmasker/RepeatMasker-ExampleID.vcf.gz
TCGA-SARC_WGS_Mutect2_LiftOver-GRCh38_Trinucleotide.bed
./bedtools-2.31.0/intermediate/apply_annotations:run_trinucleotide_context/Trinucleotide-ExampleID.bed
./bedtools-2.31.0/intermediate/apply_annotations:run_trinucleotide_context/Trinucleotide-ExampleID-full.tsv
TCGA-SARC_WGS_Mutect2_LiftOver-GRCh38_Trinucleotide.tsv.gz
./samtools-branch-nwiltsie-bootstrap/intermediate/apply_annotations:run_compress_and_index/output.tsv.gz
TCGA-SARC_WGS_Mutect2_StableLift-GRCh38_stability-scores.tsv.gz.tbi
./samtools-branch-nwiltsie-bootstrap/intermediate/apply_annotations:run_compress_and_index/output.tsv.gz.tbi
TCGA-SARC_WGS_Mutect2_LiftOver-GRCh38_annotated.vcf.gz
./bcftools-branch-nwiltsie-bootstrap/intermediate/apply_annotations:run_trinucleotide_annotate/Trinucleotide-ExampleID.vcf.gz
TCGA-SARC_WGS_Mutect2_LiftOver-GRCh38_annotated.Rds
./stablelift-branch-nwiltsie-bootstrap/intermediate/extract_features:run_extract_vcf_features/stablelift-ExampleID.Rds
TCGA-SARC_WGS_Mutect2_StableLift-GRCh38_stability-prediction.Rds
The text was updated successfully, but these errors were encountered: