You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am working with a large metagenomes dataset. As such, I need to use the cluster to parallelize the script to work on my > 800,000-row file. However, to use phyloseq here, I need to parallelize a script, and unfortunately, I am getting an error that makes no sense, and I cannot seem to find any advice online.
Any advice on why I am getting this error when phyloseq is loaded?
Njobs <- 1:4 # Define number of jobs (here 4)
ids <- batchMap(fun=myFct, x=Njobs)
done <- submitJobs(ids, reg=reg, resources=list(partition="short", walltime=60, ntasks=10, ncpus=1, memory=1024))
waitForJobs()
#When I run this script, I get the following error > showLog() Error in convertId(reg, id) : argument "id" is missing, with no default > findErrors() Empty data.table (0 rows and 1 cols): job.id > getErrorMessages() Empty data.table (0 rows and 4 cols): job.id,terminated,error,message
Thanks a million
The text was updated successfully, but these errors were encountered:
pulidofabs
changed the title
Parallelize phyloseq subset
For loop & parallelizing script
Jan 19, 2023
pulidofabs
changed the title
For loop & parallelizing script
parallelizing script for R cluster
Jan 19, 2023
pulidofabs
changed the title
parallelizing script for R cluster
parallelizing script for R cluster-Function cannot find "tax_glom"
Jan 19, 2023
pulidofabs
changed the title
parallelizing script for R cluster-Function cannot find "tax_glom"
parallelizing script for R cluster-Error- Function cannot find "tax_glom"
Jan 19, 2023
Hello, I am working with a large metagenomes dataset. As such, I need to use the cluster to parallelize the script to work on my > 800,000-row file. However, to use phyloseq here, I need to parallelize a script, and unfortunately, I am getting an error that makes no sense, and I cannot seem to find any advice online.
Any advice on why I am getting this error when phyloseq is loaded?
#Submit slurm job using batchtools
Njobs <- 1:4 # Define number of jobs (here 4) ids <- batchMap(fun=myFct, x=Njobs) done <- submitJobs(ids, reg=reg, resources=list(partition="short", walltime=60, ntasks=10, ncpus=1, memory=1024)) waitForJobs()
#When I run this script, I get the following error
> showLog()
Error in convertId(reg, id) : argument "id" is missing, with no default
> findErrors()
Empty data.table (0 rows and 1 cols): job.id
> getErrorMessages()
Empty data.table (0 rows and 4 cols): job.id,terminated,error,message
Thanks a million
The text was updated successfully, but these errors were encountered: