Closed splaisan closed 5 years ago
Hi, I think the issue here is that your filenames should end with .fastq.gz and not .fq.gz. Let me know if this solves the issue!
It looks you are right, I also thought about this and after renaming the analysis started on one core. Now still running, I will monitor from home during the we to see how much it progresses. Best, Stephane
Dereplication, which is used for obtaining appropriate artifacts should run with multiple cores, but unfortunately there is no option for multi-threading blast classifier in QIIME2. An alternative might be using vsearch instead, that is reported to achieve similar performances but, as far as I know, it performs global alignment. However, since my aim was just to reproduce the 16S EPI2ME pipeline, I did not perform any further tests on parameters or classifiers.
Buongiorno Simone,
I ran again but on 10% of each set to go faster and it seems that something went wrong at the end as there are terminal outputs which look like complains. Could you please see what this could be?
run with MetONTIIIME-v1.4.0 attached my R-config and terminal outputs:
config_MinION_mobile_lab.R.txt run_percent.txt
Best, Stephane
Hi Stephane, I guess the problem is that you are running from directory /opt/biotools/MetONTIIME, but the two taxonomy artifacts are not in the working directory /data2/analyses/MetONTIIME. Since if you run only the last part of the pipeline as you are doing the configuration file is not loaded, you should either specify the full path to the PRJNA33175_Bacterial_sequences_sequence.qza and PRJNA33175_Bacterial_sequences_taxonomy.qza artifacts or copy them in the working directory. Moreover (but this is unrelated to the issue ) I saw that in your config file you have PIPELINE_DIR: /opt/biotools/MetONTIIME MINICONDA_DIR: /opt/biotools/miniconda3/ but the ':' does not reflect the R syntax.
Credo di essere un 'budello cieco' come diceva lo zio! Thanks Simone for the nice catches and sorry for these stupid mistakes!, I probably was too much into snakemake when I edited the config ;-) I now re-ran the command with full path's. Let's see what comes out! Stephane
I guess you were able to run the MetONTIIME.sh script starting from the fastq files, right? If so, I am going to close the issue. Just in case someone else needs it in the future, I am posting below the command used to run the pipeline starting from fastq files (BC\<numbers>fastq.gz files are supposed to be in the \<working dir>) before running this:
source activate MetONTIIME_env
nohup ./MetONTIIME.sh <working_dir> </path/to/metadata file> </path/to/sequences qiime2 artifact> </path/to/taxonomy qiime2 artifact> <threads> &
Simone
From MetONTIIME-v1.5 on, the command would be:
source activate MetONTIIME_env
nohup ./MetONTIIME.sh <working_dir> </path/to/metadata file> </path/to/sequences qiime2 artifact> </path/to/taxonomy qiime2 artifact> <threads> <Taxonomic classifier> &
with \<Taxonomic classifier> being Blast or Vsearch.
Hi Simone, I post on your git rather than on my thread
I tried to launch the analysis from my three fq.gz files as you suggested after I renamed them BC01.fq.gz BC02.fq.gz, and BC03.fq.gz but it fails at many levels.
Let me summarize what I tried here:
edited config_MinION_mobile_lab.R to reflect my env
all files/paths above exist except "/data2/analyses/MetONTIIME/sample-metadata.tsv"
renamed my three fastq.gz insilico PCR extracts (not fast5 but fastq right?) and put them in /data2/analyses/MetONTIIME/ = workdir
ran the script from the MetONTIIME install folder which contains:
my command is:
Do you see what I did wrong? Thanks
The long error log