-
Notifications
You must be signed in to change notification settings - Fork 110
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
Is there any database we need to download? #554
Comments
Yes, there are a range of databases you may need to supply depending what options you want to run. Some may also be auto downloaded for you in some cases. I recommend closely reviewing the parameter documentation: https://nf-co.re/mag/2.5.1/parameters Compared to the options you set to see if you need to supply a database in advance. Note some of the tools require a specific version of databases too. In the future I would like to improve documentation on this to make it clearer, as it is a bit hard to find at the moment. |
Thanks a lot. We are downloading the database. There is another issue, please see below error message. It seems there is a time limit for some steps. Could you please advise how to increase the time limit as our workstation is not strong enough. RROR ~ Error executing process > 'NFCORE_MAG:MAG:BINNING_PREPARATION:BOWTIE2_ASSEMBLY_ALIGN (MEGAHIT-3-022umF-3-022umF)' Caused by: Command executed: INDEX= if [ MEGAHIT-3-022umF-3-022umF = "MEGAHIT-3-022umF-3-022umF" ] ; then cat <<-END_VERSIONS > versions.yml Command exit status:Command output: Work dir: Tip: view the complete command output by changing to the process work dir and entering the command -- Check '.nextflow.log' file for details |
Yes sure, in this case you just need to configure the pipeline using a config file to increase the default wall times. Instructions to do so you can see here: https://nf-co.re/docs/usage/configuration#tuning-workflow-resources (and possibly the section above the one I've linked) |
I tried to create a config file but it seems the pipeline didn't take it( configFiles : ). Coud you please advise? (env_nf) diazrur@KW60867:~/Documents/Aramco_metagenomes$ nextflow run nf-core/mag --input metadata.csv --outdir output -profile docker --skip_spades True --skip_spadeshybrid True --skip_concoct True --ancient_dna False --skip_metaeuk True --refine_bins_dastool True --run_gunc True --gtdbtk_pplacer_cpus 40 -c custom.conf -resume
|\ | |__ __ /
|
That appears to be a broken error report? |
Could you please post the |
logs.zip |
|
Hi I used below command to resume a run. I created the "custom.txt " to increase time, memory and cpus. However, the pipeline didn't take custom config. Please find attached config file and screenshot that the pipeline didn't take it. Could you please help? Thanks nextflow run nf-core/mag --input "/home/diazrur/Documents/MAG_test/M-23-6561_3-022umB_QIA-UDI041-QIA-UDI041_L002_R{1,2}.fastq.gz" --outdir output -profile docker --skip_krona TRUE --cat_db /home/diazrur/Documents/metagenomics_DB/CAT_prepare_20210107.tar.gz --gtdb_db /home/diazrur/Documents//metagenomics_DB/gtdbtk_r214_data.tar.gz --binqc_tool checkm --skip_spades True --skip_spadeshybrid True --skip_concoct True --ancient_dna False --skip_metaeuk True --refine_bins_dastool True --run_gunc True --gtdbtk_pplacer_cpus 40 -c custom.txt -resume |
Can you please post the custom config? |
I already uploaded but I will upload here again. Thanks a lot |
Sorry I missed that, it was hidden above the photo...! Did the pipeline fail when you ran it with the config? Could you supply the Just because the configFiles is empty in the summary doesn't necessarily mean it didn't get picked up... |
@feixiang1209 Was your problem solved ? |
Will assume yes for now. Please re-open if not. |
Description of feature
I have tried to run with one sample. It seems Taxonomy classification (GTDB-Tk) didn't work. Could you please advise whether we need to download any database?
Thanks a lot
The text was updated successfully, but these errors were encountered: