We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ sudo docker build -t robsyme/nf-repeatmasking . Sending build context to Docker daemon 12.29kB Step 1/1 : FROM robsyme/nf-repeatmasking-onbuild
---> Using cache ---> Using cache ---> Running in e5ce8b8923ee Missing RepeatMasker EMBL database! at util/buildRMLibFromEMBL.pl line 83. The command '/bin/sh -c cd /usr/local/RepeatMasker && util/buildRMLibFromEMBL.pl Libraries/RMRBSeqs.embl > Libraries/RepeatMasker.lib && makeblastdb -dbtype nucl -in Libraries/RepeatMasker.lib > /dev/null 2>&1 && makeblastdb -dbtype prot -in Libraries/RepeatPeps.lib > /dev/null 2>&1' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ sudo docker build -t robsyme/nf-repeatmasking .
Sending build context to Docker daemon 12.29kB
Step 1/1 : FROM robsyme/nf-repeatmasking-onbuild
Executing 3 build triggers
---> Using cache
---> Using cache
---> Running in e5ce8b8923ee
Missing RepeatMasker EMBL database! at util/buildRMLibFromEMBL.pl line 83.
The command '/bin/sh -c cd /usr/local/RepeatMasker && util/buildRMLibFromEMBL.pl Libraries/RMRBSeqs.embl > Libraries/RepeatMasker.lib && makeblastdb -dbtype nucl -in Libraries/RepeatMasker.lib > /dev/null 2>&1 && makeblastdb -dbtype prot -in Libraries/RepeatPeps.lib > /dev/null 2>&1' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered: