Closed mmokrejs closed 2 years ago
hmm I see, the file at https://github.com/bcgsc/LINKS/archive/ is prepared by github and is not committed by me.
The directory structure of the LINKS projects aims to track older tarballs here:
https://github.com/bcgsc/LINKS/tree/master/releases/binaries
I believe github scrapes all under https://github.com/bcgsc/LINKS/ to create https://github.com/bcgsc/LINKS/archive/v1.8.6.tar.gz
In the release section, I would prefer that users download the package "https://github.com/bcgsc/LINKS/releases/download/v1.8.6/links_v1-8-6.tar.gz" instead of the source
Hi René,
I got back to this issue with 1.8.7
release ... also the perl tools scripts are missing from the current release:
$ find LINKS-1.8.7 -name \*.pl
LINKS-1.8.7/releases/links_v1.8.5/LINKS.pl
LINKS-1.8.7/releases/links_v1.8.5/tools/makeMPETOutput2EQUALfiles.pl
LINKS-1.8.7/releases/links_v1.8.5/tools/testBloom.pl
LINKS-1.8.7/releases/links_v1.8.5/tools/writeBloom.pl
LINKS-1.8.7/releases/links_v1.8.6/LINKS.pl
LINKS-1.8.7/releases/links_v1.8.6/tools/makeMPETOutput2EQUALfiles.pl
LINKS-1.8.7/releases/links_v1.8.6/tools/testBloom.pl
LINKS-1.8.7/releases/links_v1.8.6/tools/consolidateGraphs.pl
LINKS-1.8.7/releases/links_v1.8.6/tools/writeBloom.pl
LINKS-1.8.7/releases/links_v1.8.4/LINKS.pl
LINKS-1.8.7/releases/links_v1.8.4/tools/makeMPETOutput2EQUALfiles.pl
LINKS-1.8.7/releases/links_v1.8.4/tools/testBloom.pl
LINKS-1.8.7/releases/links_v1.8.4/tools/writeBloom.pl
LINKS-1.8.7/scaffoldsToAGP2.pl
$
Seems only LINKS-1.8.7/scaffoldsToAGP2.pl
and LINKS-1.8.7/bin/LINKS
are available for 1.8.7
. I used https://github.com/bcgsc/LINKS/archive/refs/tags/v1.8.7.tar.gz as the source.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your interest in LINKS!
Hi, the installation procedure mentioned in https://github.com/bcgsc/LINKS/blob/master/README.md does not match contents of the https://github.com/bcgsc/LINKS/archive/v1.8.6.tar.gz file. The file contains:
As you can see, the bloomfilter is hidden in the libs.tar.gz file. The file itself contains even
.git
contents which is not really needed by the end-users.Alsy, why LINKS 1.8.5 and 1.8.4 are included in the 1.6.8 tarball at all?
There is no symlink used for this pair:
Anyway, woudl it be possible to move the
lib/bloomfilter
into a separate package with a separate version number and drop it from the LINKS tarball altogether? Would it be possible to make some conditional import ofBloomFilter
the step 4 in README.md shown below?4. CHANGE the path to BloomFilter.pm in LINKS/writeBloom.pl/testBloom.pl
Thank you for your efforts.