Closed sebastianavalon closed 1 month ago
Hi, did you remember to mount, i.e. to make accessible to Docker, both /home/avalo
and /mnt/c/Users/avalo
directories?
You can do that by editing line 173 of metontiime2.conf file from:
containerOptions = '-v /home/:/home'
to
containerOptions = '-v /home/avalo:/home/avalo -v /mnt/c/Users/avalo:/mnt/c/Users/avalo'
Best,
SM
Hi, I hope this solved the issue. In case it didn't, feel free to reopen it. Best, SM
Yes, problem solved. However, paths starting with /home/ did not work, but full mnt/c/... did. Thank you. If I have further problems I will create a new issue, or I will continue here, as you prefer.
It could be that /home/avalo
is a path inside WSL, but it is physically located on the disk at /mnt/c
etc...?
In any case, glad it worked.
SM
"It could be that /home/avalo is a path inside WSL, but it is physically located on the disk at /mnt/c etc...?"
Ok. I've almost reached the end. I am using only single barcodes, small files ~30mb. The biggest problem is the database, because from the "true" position downloading the database didn't work, I saw in previous issues that other people had problems with it, so I downloaded SILVA manually. Now everything is processed almost to the end. Now the problem is with the last step 'diversityAnalyses (1)' -> it can't find from 'table-collapsed-absfreq-level6.qza' the table that I really care about. And in fact in the results there is only the table 'feature-table-relfreq-level1' and OTUs assigned only to bacteria, and where are the rest of the taxonomic levels? I ran the same barcode through Epi2me and Kraken generated several dozen lines to the genus level. I don't know if I downloaded the wrong SILVA? Or is the problem somewhere else?
Best, Sebastian
Hi, in the collapseTables process there is this line:
num_levels=\$(echo \$(cat ${params.dbTaxonomyTsv} | head -n2 | tail -n1 | cut -f2 | grep -n -o \";\" | wc -l) + 1 | bc)
where the number of semicolumn-separated (;) levels in the database are counted. It could be that in your dbTaxonomyTsv file levels are not separated by this character?
Best,
SM
Hi. I have a problem with the path to the fastq.gz files apparently not existing. Of course it is created and fastq.gz has 'barcode' in its name. I run Metontiime from WSL (ubuntu). I did not make any key changes in the .conf and .nf files, I only gave the paths to the folder with the *fastq.gz (workdir) and resultsdir files to check if the beginning of processing starts. And here the problem appears, because nextflow does not find the given paths with files (or 1 file). Experience with pipelines is new to me and I am just starting my adventure with this matter.