-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update interproscan.sh #111
base: master
Are you sure you want to change the base?
Update interproscan.sh #111
Conversation
Note to self:
was in the interproscan stack trace. The biocontainers container doesn't support these flags. $ ps -o pid,vsize,rss,command
ps: bad -o argument 'vsize', supported arguments: user,group,comm,args,pid,ppid,pgid,etime,nice,rgroup,ruser,time,tty,vsz,sid,stat,rss However ps in the Seqera containers wave container does. Need to update the docker image too. |
I tried with the latest code and I'm getting an error that suggests the pipeline is looking for conda environments, although I'm not using the conda profile. run command:
repo version
Nextflow log
|
Seqera containers uses micromamba internally to build images. It appears we're getting multiple hits that wasn't the case with biocontainers.
I'll see how best to solve this. |
See if this solves it. |
|
Update interproscan
Misc