orthofinder: remove mv line - #12899
Conversation
|
This is functional, because it means that the output changes. I don't think that |
I think the line I added here: It can fail on AWS (it happened on nf-core/genomeqc) because S3's |
|
I think its better with your changes, if we don't have to move the output files at all. |
|
Hmm, but the file operation should only be on the local machine, before anything is copied to s3, rather than afterwards. |
|
Oh, I didn't realise that. That makes sense, not sure why it was failing then |
|
Currently the |
Honestly I'm not familiar with how AWS megatests work (or S3, for the matter). But I think what I said above is what's happening here? https://cloud.seqera.io/orgs/nf-core/workspaces/AWSmegatests/watch/4JIMRp0ObLAkso/logs Seems to me the I was also told that |
Hmm I can have a look. But maybe @chriswyatt1 has an answer? |
Changes
Removed
mvline from orthofinder. This line is not necessary, and pipelines using this module might break during the AWS megatests.Comments
Only nf-core/genomeqc uses this module.
PR checklist
topic: versions- See version_topicslabelnf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile condanf-core subworkflows test <SUBWORKFLOW> --profile dockernf-core subworkflows test <SUBWORKFLOW> --profile singularitynf-core subworkflows test <SUBWORKFLOW> --profile conda