-
Notifications
You must be signed in to change notification settings - Fork 150
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 ConsensusPeakSet process #134
Comments
Hi @PabloLatorre . It looks like you have a clash with the Unfortunately, Im not sure there is a way to force Line 130 in 21be314
|
Hi @drpatelh, thanks for your quick reply. I don't have ~/.Rprofile. I tried using docker and the pipeline was completed successfully. I might need to run the pipeline in a cluster in the future with singularity. Let's see if there is no clash with R there. Thanks, Pablo |
Great! No worries. Please feel free to send a message if you have any further problems. Also, it may be worth joining the #chipseq channel on the nf-core Slack workspace: |
Hi, I also have the same error. I am running on a cluster, with Conda (as cluster only work with Conda).
This is the error I receive:
|
To add, I have already tried |
Hi @rufusmorgan ! It could be a bug in the |
Thank you for the fast reply @drpatelh, unfortunately I am not massively familiar with R. I dont think I would be able to debug the script. Sorry! |
I'm facing the same issue, was this solved? versions and parameters
Full error
This is my
And this is the full command issued
|
Hi I am also having this issue running on singluarity any help? It seems to only be a problem when I include the min_reps_consensus parameter. Core Nextflow options Input/output options Reference genome options Peak calling options Institutional config options Max job request options Error executing process > 'NFCORE_CHIPSEQ:CHIPSEQ:MACS2_CONSENSUS (CDX2)' Caused by: Command executed: sort -T '.' -k1,1 -k2,2n D3.5_NMP_R17_CDX2_peaks.narrowPeak D3.5_NMP_R18_CDX2_peaks.narrowPeak D3.5_NMP_R19_CDX2_peaks.narrowPeak D3_NMP_R17_CDX2_peaks.narrowPeak D3_NMP_R18_CDX2_peaks.narrowPeak D3_NMP_R19_CDX2_peaks.narrowPeak D4_SC_R17_CDX2_peaks.narrowPeak D4_SC_R18_CDX2_peaks.narrowPeak D4_SC_R19_CDX2_peaks.narrowPeak macs2_merged_expand.py awk -v FS=' ' -v OFS=' ' 'FNR > 1 { print $1, $2, $3, $4, "0", "+" }' CDX2.consensus_peaks.boolean.txt > CDX2.consensus_peaks.bed echo -e "GeneID Chr Start End Strand" > CDX2.consensus_peaks.saf plot_peak_intersect.r -i CDX2.consensus_peaks.boolean.intersect.txt -o CDX2.consensus_peaks.boolean.intersect.plot.pdf echo "CDX2.consensus_peaks.bed CDX2/CDX2.consensus_peaks.bed" > CDX2.consensus_peaks.antibody.txt cat <<-END_VERSIONS > versions.yml Command exit status: Command output: Command error: Work dir: |
Were you ever able to solve this issue? I am getting the exact same error when using the min_reps_consensus parameter |
Hi there,
I am running the pipeline on some yeast ChIP-seq data and it is giving an error in the ConsensusPeakSet. I am running it in local and with singularity:
nextflow run nf-core/chipseq --input design.csv --genome 'R64-1-1' -profile singularity -r 1.1.0 --save_reference --max_memory '30.GB' --max_cpus 5 -resume
The pipeline gives the following error:
Any idea about why is this behaviour happening?
Thanks,
Pablo
The text was updated successfully, but these errors were encountered: