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

MAKE_GENE_BED making 0kb .bed files #170

Closed
hcliedtke opened this issue Mar 4, 2022 · 3 comments
Closed

MAKE_GENE_BED making 0kb .bed files #170

hcliedtke opened this issue Mar 4, 2022 · 3 comments
Labels
question Further information is requested
Milestone

Comments

@hcliedtke
Copy link

Hi, I am using this really nice pipeline on my dataset. I am using an in-house reference genome and currently with the conda profile (I know that singularity or docker would be better, but for the time being this is the only option I have).

The pipeline fails at MERGED_LIB_PLOTPROFILE and I think I have traced it back to the fact that the .bed file supplied to the computeMatrix function is empty (0 kb).

I have looked at the report and execution report and I believe the problem is with MAKE_GENE_BED, which executes the script gtf2bed foo.gtf > foo.bed. It seems to be that this should be gtf2bed < foo.gtf > foo.bed. Could this be?

Thanks for your help. I am relatively new to nextflow pipelines, so apologies if I am not expressing my issue in the best way.

@drpatelh drpatelh added the question Further information is requested label Nov 15, 2022
@drpatelh drpatelh added this to the 2.0 milestone Nov 15, 2022
@drpatelh
Copy link
Member

Hi @hcliedtke ! Thanks for reporting and apologies for the delay in responding! We are about to release a much updated version of the pipeline that has been completely refactored to be written in Nextflow DSL2. When this is released, it would be great if you can let us know if the problem still persists. I will close this issue for now.

For faster, real-time help for these sorts of things please join the #atacseq channel on the nf-core Slack workspace. You can join via the link below:
https://nf-co.re/join

@hcliedtke
Copy link
Author

Fantastic. I will try the new pipeline as soon as it's out!

@hcliedtke
Copy link
Author

Hi @drpatelh, I believe this is still and issue with the latest DSL2 release.

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

No branches or pull requests

2 participants