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
Got this error when trying to build pomoxis. Seems to be an issue when fetching the minimap2 source. Please advise.
(medaka) $:~/medaka_walkthrough$ cd pomoxis && make install && cd ..
Making minimap2
if [ ! -e binbuild/minimap2-2.14.tar.bz2 ]; then \
cd binbuild; \
wget https://github.com/lh3/minimap2/releases/download/v2.14/minimap2-2.14.tar.bz2; \
tar -xjf minimap2-2.14.tar.bz2; \
fi
Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
ERROR: could not open HSTS store at '/home/cfmicro/.wget-hsts'. HSTS will be disabled.
--2020-05-07 23:20:18-- https://github.com/lh3/minimap2/releases/download/v2.14/minimap2-2.14.tar.bz2
Resolving github.com (github.com)... 140.82.118.4
Connecting to github.com (github.com)|140.82.118.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/97612481/3fe2cd00-e158-11e8-88aa-9868ed39fa50?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200507%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200507T221859Z&X-Amz-Expires=300&X-Amz-Signature=15257d90fcbf5b7469a8e4837136444f6dc85ec7142aeaccf48ff732e4daf109&X-Amz-SignedHeaders=host&actor_id=0&repo_id=97612481&response-content-disposition=attachment%3B+filename%3Dminimap2-2.14.tar.bz2&response-content-type=application%2Foctet-stream [following]
--2020-05-07 23:20:18-- https://github-production-release-asset-2e65be.s3.amazonaws.com/97612481/3fe2cd00-e158-11e8-88aa-9868ed39fa50?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200507%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200507T221859Z&X-Amz-Expires=300&X-Amz-Signature=15257d90fcbf5b7469a8e4837136444f6dc85ec7142aeaccf48ff732e4daf109&X-Amz-SignedHeaders=host&actor_id=0&repo_id=97612481&response-content-disposition=attachment%3B+filename%3Dminimap2-2.14.tar.bz2&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.98.203
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.98.203|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2020-05-07 23:20:19 ERROR 403: Forbidden.
tar (child): minimap2-2.14.tar.bz2: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Makefile:24: recipe for target 'bincache/minimap2' failed
make: *** [bincache/minimap2] Error 2
The text was updated successfully, but these errors were encountered:
Got this error when trying to build pomoxis. Seems to be an issue when fetching the minimap2 source. Please advise.
The text was updated successfully, but these errors were encountered: