Entering edit mode
4 days ago
rana.elromh
•
0
I was running 15 samples for host decontamination using Kenddata C57 mice. I found that all the folders contain paired fastqc files for taxonomic profiling, except for two samples. No errors appeared, and I made sure that no typos were in the folder name and that the reading sequences for the forward and reverse reads were the same. Could anyone help me solve this issue?
Look inside the
*.logfiles to see if you can get additional clues (and post them here, if you can't figure out things). Check for lines that say error/warning, things to that effect.No error is indicated in the log file, but I noticed some files that are not found in the files with paired fastq and also the decontamination in the two files with no paired fastq are 0 kb.
Looking at the odd file names (indicative of temporary files) it is possible that your job is getting killed partway, though there should be some indication of that in log e.g. abrupt ending without any clear messages.
Hopefully someone will be along who knows about
kneaddatawith additional help. Please add information about the exact command line you are using.Please don't use images to post text content. You can copy and post the text and then format it as
codeusing the101010button in edit window.Are you using a job scheduler on a cluster or running this on the command line. If the job ends abruptly it is most likely running out of memory. Something you can watch/check for.
You also made a logs directory
mkdir -p "$OUTPUT_DIR/logs". Is there anything there?I checked the memory before executing this command. I made a bash script on Ubuntu to run it on 15 folders. But, this problem happened in folder number 6 and 8 only not the last two.