Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can't skip trimming #78

Closed
Phlya opened this issue Feb 4, 2020 · 2 comments
Closed

Can't skip trimming #78

Phlya opened this issue Feb 4, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@Phlya
Copy link

Phlya commented Feb 4, 2020

When I tried to skip trimming I got this error:

ERROR ~ No signature of method: java.util.ArrayList.ifEmpty() is applicable for argument types: (ArrayList) values: [[]]
Possible solutions: isEmpty(), isEmpty(), first(), first()

 -- Check script 'main.nf' at line: 1899 or see '.nextflow.log' file for more details
@drpatelh
Copy link
Member

drpatelh commented Feb 4, 2020

Hi @phyla. Yes, this is bug with the current release. It has been fixed on the dev branch of the pipeline which you can run using -r dev.

There was a similar issue with the chipseq pipeline:
nf-core/chipseq#118 (comment)

Unfortunately, if you use dev now then the only downside is that the workflow wont be fully reproducible because the pipeline hasnt been officially released and tagged with static Docker containers.

Ive never tried before but I wonder if it matters whether you perform trimming again 🤔 i.e. in theory you should just trim alot less. Maybe worth giving that a go and looking at the cutadapt logs in results/trim_galore/logs/ to see if that is actually the case.

@drpatelh drpatelh added the bug Something isn't working label Feb 4, 2020
@drpatelh
Copy link
Member

drpatelh commented Feb 4, 2020

Closing for now but let me know if you have any more issues 👍

@drpatelh drpatelh closed this as completed Feb 4, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants