-
Notifications
You must be signed in to change notification settings - Fork 28
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
ERROR: the value for setting EXP-TARGETS-BED must be specified logs-sbatch/slurm-18641451.out: qc-target-reads-gatk.sh ERROR: BED DOES NOT EXIST #9
Comments
Are you sure you are adding the BED file to the correct project directory? Also, please check the entire log file. Just the error line is usually not enough. |
I get exactly the same error, however I did not add any bed file because I'm working with WGS. line 95 at: throws an exit 1 if there is no bed file, meaning bed is not optional.
What is the easiest way to jump back into a specific stage or the workflow without running alignment again? |
Since it's the same workflow for WES and WGS, you can add a full-genome BED file (the whole genome is targeted). There is a You can run the pipeline again and it will skip the steps that successfully finished. |
Yes that's what I figured. Thanks! |
Thanks Igor, all samples ran fine after after i deleted and reuploaded the bed file provided by GTC... Are any of the files that are generated through WES route also good to use for copy number in gistic? if not, what would be a way to obtain these .seg files? Thanks for your time Igor. -pedro |
There is a |
Thanks Igor, I manually populated the fields in the pairs.csv file like this: then I dbl checked that the bed file is currently in the settings.txt as well as in the directory itself and i get this error: how come the pipeline is not running? Thank you |
There is probably a problem with file formatting (when you saved the file). As I mentioned previously, if you see any errors, please check the full log file. The error line alone is not sufficient. |
thanks for your feedback...this is the error message from logs-sbatch although ive deleted and readded the settings for hg19, deleted and added the bed file to the settings path. I am still getting the same errors. apologies for the trouble and thanks for your feedback. ========== ROUTE: wes-pairs-cnv ==========
CMD: bash /gpfs/data/hackerlab/2022-08-24/sns/segments/cnvs-wes-freec.sh /gpfs/data/hackerlab/2022-08-24 ptm8 /gpfs/data/hackerlab/2022-08-24/BAM-GATK-RA-RC/ptm8.dd.ra.rc.bam ptm_5_213291 /gpfs/data/hackerlab/2022-08-24/BAM-GATK-RA-RC/ptm_5_213291.dd.ra.rc.bam ========== SEGMENT: cnvs-wes-freec ========== get-set-setting.sh ERROR: the value for setting GENOME-DIR must be specified cnvs-wes-freec.sh ERROR: GENOME DIR DOES NOT EXIST Fri Sep 2 12:00:02 EDT 2022 |
I don't understand. You say you are getting the same error, but posting a new error. |
Good Morning, This is from printing errors from slurm...i get no bed file error and no genome directory found. These are the errors from printing logs-sbatch: get-set-setting.sh ERROR: the value for setting GENOME-DIR must be specified |
I understand where the errors are from. I meant that this is not an error you reported earlier. You introduced a new one. When you edited To fix, run:
|
hello igor, this is what the settings.txt looks like this is the error i am getting:
CMD: /gpfs/data/igorlab/software/FREEC/FREEC-11.6/src/freec -conf /gpfs/data/hackerlab/2022-08-24/logs-cnvs-wes-freec/ptm8-ptm_7_215865/config.txt Control-FREEC v11.6 : a method for automatic detection of copy number alterations, subclones and for accurate estimation of contamination and main ploidy using deep-sequencing data the CNV-FREEC folder is empty thank you |
I don't understand. There is no error. |
Good morming Igor,
I have 7 samples 5 normal and two tumor.
The bed file has already bee added and is the same one as I used last time.
-rwx------ 1 torunp01 hackerlab 11302942 Jul 7 12:12 TruSeq_Exome_TargetedRegions_v1.2.bed
Yet I am getting this error:
ogs-sbatch/slurm-18641451.out: get-set-setting.sh ERROR: the value for setting EXP-TARGETS-BED must be specified
logs-sbatch/slurm-18641451.out: qc-target-reads-gatk.sh ERROR: BED DOES NOT EXIST
logs-sbatch/slurm-18641451.out: get-set-setting.sh ERROR: the value for setting EXP-TARGETS-BED must be specified
logs-sbatch/slurm-18641451.out: bam-ra-rc-gatk.sh ERROR: BED DOES NOT EXIST
logs-sbatch/slurm-18641451.out: wes.sh ERROR: SEGMENT bam-ra-rc-gatk DID NOT FINISH
logs-sbatch/slurm-18641452.out: get-set-setting.sh ERROR: the value for setting EXP-TARGETS-BED must be specified
Is there another file I must add?
Thank you
Pedro
The text was updated successfully, but these errors were encountered: