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

Failed to produce kaiju_combined_reports.txt #460

Closed
LilyAnderssonLee opened this issue Mar 20, 2024 · 4 comments · Fixed by #464
Closed

Failed to produce kaiju_combined_reports.txt #460

LilyAnderssonLee opened this issue Mar 20, 2024 · 4 comments · Fixed by #464
Assignees
Labels
bug Something isn't working

Comments

@LilyAnderssonLee
Copy link
Contributor

Description of the bug

The process STANDARDISATION_PROFILES:KAIJU_KAIJU2TABLE_COMBINED was ignored due to the empty input files passed from the function combineProfilesWithDatabase

  • ch_input_for_kaiju2tablecombine.profile
  • ch_input_for_kaiju2tablecombine.db
ch_input_for_kaiju2tablecombine = combineProfilesWithDatabase(ch_profiles_for_kaiju, ch_input_databases.kaiju)

KAIJU_KAIJU2TABLE_COMBINED ( ch_input_for_kaiju2tablecombine.profile, ch_input_for_kaiju2tablecombine.db, params.kaiju_taxon_rank)

ch_profiles_for_kaiju channel:

[['tool':'kaiju', 'db_name':'db5', 'db_params':''], /home/lili.li/taxprofiler_kaiju/work/4c/cf5f35eb935c39f5a059b35a7d1a87/kaiju]

ch_input_databases.kaiju channel:

[['id':'db5'], [/home/lili.li/taxprofiler_kaiju/work/36/5b9bdc42eeff80a83592e27072b2c1/2611_se_db5.kaiju.tsv, /home/lili.li/taxprofiler_kaiju/work/f4/458637db0c1a2a7a0b3535006cdd9b/2613_se_db5.kaiju.tsv, /home/lili.li/taxprofiler_kaiju/work/b4/4a80a452449621a7a05504f251bd64/ERR3201952_se_db5.kaiju.tsv, /home/lili.li/taxprofiler_kaiju/work/c2/a8857244f71dc5db7ddce84adf32c4/2612_se_db5.kaiju.tsv]]

Command used and terminal output

nextflow run nf-core/taxprofiler r 1.1.5 -profile singularity,test --outdir results

Relevant files

No response

System information

No response

@LilyAnderssonLee LilyAnderssonLee added the bug Something isn't working label Mar 20, 2024
@LilyAnderssonLee
Copy link
Contributor Author

@Midnighter, you might have a better understanding of this function. Could you please take a look at these issues?

@Midnighter
Copy link
Collaborator

Do you have logs from the Kaiju step itself? Empty files are usually produced when nothing was detected.

@LilyAnderssonLee
Copy link
Contributor Author

Do you mean log files from the process KAIJU_KAIJU? They are actually empty. Or are you referring to log files from a different process?

I don't think this issue was caused by the empty files, as I am not receiving the combined report in my clinical samples either.

@Midnighter Midnighter mentioned this issue Mar 27, 2024
3 tasks
@Midnighter Midnighter linked a pull request Mar 27, 2024 that will close this issue
3 tasks
@Midnighter Midnighter self-assigned this Mar 27, 2024
@LilyAnderssonLee
Copy link
Contributor Author

Fixed in #464.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants