-
Notifications
You must be signed in to change notification settings - Fork 608
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
log file from Kallisto #440
Comments
Hi @ale07alvarez, I just had a look at how the Kallisto module works for you. The search pattern shows that it looks for any file that contains the string So, MultiQC works with Kallisto logs, not output files. To get MultiQC to work with Kallisto, you need to capture the Kallisto log output (eg. I hope this helps! Phil |
ps. Let me know how you get on! Feel free to re-open this issue if you're still running into trouble. Phil |
I also had this problem, but |
Hello @ewels I have got the log files ready in the same directory however multiqc still did not recognize the files. Am I missing something? Thanks!
Files in the dir:
|
Please make a new issue next time - spotting new messages on old closed issues is tough. Please see the docs for the files that Kallisto uses: https://multiqc.info/docs/#kallisto
Capturing standard out and standard error to files is standard bash, it's nothing fancy or specific to either Kallisto or MultiQC. You should be able to find plenty of help online about it. For example: https://linuxize.com/post/bash-redirect-stderr-stdout/ Let me know if anything is unclear 🙂 Phil |
@ewels My bad, you may close this, this issue is now resolved for me! |
Hi, I have three output files from Kallisto:
abundance.h5
abundance.txt
run_info.json
MultiQC is supposed to be able to read a log file from Kallisto but when I run:
multiqc .
in the directory containing these three files I get the following:The text was updated successfully, but these errors were encountered: