Skip to content
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 in postalign_xcor.bds', line 102 #135

Open
beckedorff opened this issue Aug 27, 2018 · 5 comments
Open

Error in postalign_xcor.bds', line 102 #135

beckedorff opened this issue Aug 27, 2018 · 5 comments

Comments

@beckedorff
Copy link

Hi,
I send a job with the command:

bds /nethome/fxf201/bin/encode_atac_update/atac_dnase_pipelines/atac.bds -species hg19 no_par -out_dir sh11_cy_ctrl -enable_idr -multimapping 4 -smooth_win 73 -auto_detect_adapter -nth 15
-fastq1_1 /scratch/projects/exempt/tr/felipe/ATAC_seq/new_atac_felipe/fastq_files/sh11_cy_ctrl_r1_R1.fastq-trimmed-pair1.fastq.gz
-fastq1_2 /scratch/projects/exempt/tr/felipe/ATAC_seq/new_atac_felipe/fastq_files/sh11_cy_ctrl_r1_R1.fastq-trimmed-pair2.fastq.gz
-fastq2_1 /scratch/projects/exempt/tr/felipe/ATAC_seq/new_atac_felipe/fastq_files/sh11_cy_ctrl_r2_R1.fastq-trimmed-pair1.fastq.gz
-fastq2_2 /scratch/projects/exempt/tr/felipe/ATAC_seq/new_atac_felipe/fastq_files/sh11_cy_ctrl_r2_R1.fastq-trimmed-pair2.fastq.gz

and the pipeline worked until the xcor step. Here is the log file:

Thanks,

Felipe
atac_ctrl_sh11.log

@leepc12
Copy link
Collaborator

leepc12 commented Aug 27, 2018

Please update your pipeline and reinstall dependencies. This is a known issue and has already been fixed.

$ git pull
$ bash uninstall_dependencies.sh
$ bash install_dependencies.sh

After re-installation, please check if you have run_spp.R on your $PATH

$ source activate bds_atac
$ which conda
$ which bedtools
$ which run_spp.R

@Scubatuba99
Copy link

I am having a similar issue, and when I update the pipeline, I then get the problem listed in #110 and then when I update bds as mentioned as the fix I get this error again. So i'm stuck.

@beckedorff
Copy link
Author

I had this issue after update my software, that's why the suggestion above did not solve my problem because appears just after the update and everything was in the correct localization.

I had re-install separated in the conda environment (bds_atac) numpy and r-spp ==1.13 that's how I fix the problem.

@leepc12
Copy link
Collaborator

leepc12 commented Sep 7, 2018

For those who are suffering from this issue, please reinstall dependencies. This error occurrs when one of the dependencies (run_spp.R) is not correctly installed.

$ bash uninstall_dependencies.sh
$ bash install_dependencies.sh

You should see a SUCCESS message at the end of the dep installation. Then it's okay to proceed.

@visze
Copy link

visze commented Aug 27, 2019

I have the same issue. I think in the conda files (requirements.txt) the phantompeakqualtools are missing. r-spp alone does not provide the script run_spp.R

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants