Krona icon indicating copy to clipboard operation
Krona copied to clipboard

Missing scripts in 2.8.1

Open alanorth opened this issue 2 years ago • 2 comments

After untarring KronaTools-2.8.1.tar and running ./install.pl --prefix . I have the following in bin:

$ ls -l bin/
total 0
lrwxrwxrwx. 1 aorth aorth 49 Mar 14 12:08 ktClassifyBLAST -> /export/apps/krona/2.8.1/scripts/ClassifyBLAST.pl*
lrwxrwxrwx. 1 aorth aorth 48 Mar 14 12:08 ktClassifyHits -> /export/apps/krona/2.8.1/scripts/ClassifyHits.pl
lrwxrwxrwx. 1 aorth aorth 55 Mar 14 12:08 ktGetContigMagnitudes -> /export/apps/krona/2.8.1/scripts/GetContigMagnitudes.pl*
lrwxrwxrwx. 1 aorth aorth 42 Mar 14 12:08 ktGetLCA -> /export/apps/krona/2.8.1/scripts/GetLCA.pl*
lrwxrwxrwx. 1 aorth aorth 46 Mar 14 12:08 ktGetLibPath -> /export/apps/krona/2.8.1/scripts/GetLibPath.pl*
lrwxrwxrwx. 1 aorth aorth 51 Mar 14 12:08 ktGetTaxIDFromAcc -> /export/apps/krona/2.8.1/scripts/GetTaxIDFromAcc.pl*
lrwxrwxrwx. 1 aorth aorth 46 Mar 14 12:08 ktGetTaxInfo -> /export/apps/krona/2.8.1/scripts/GetTaxInfo.pl*
lrwxrwxrwx. 1 aorth aorth 47 Mar 14 12:08 ktImportBLAST -> /export/apps/krona/2.8.1/scripts/ImportBLAST.pl*
lrwxrwxrwx. 1 aorth aorth 51 Mar 14 12:08 ktImportDiskUsage -> /export/apps/krona/2.8.1/scripts/ImportDiskUsage.pl*
lrwxrwxrwx. 1 aorth aorth 44 Mar 14 12:08 ktImportEC -> /export/apps/krona/2.8.1/scripts/ImportEC.pl*
lrwxrwxrwx. 1 aorth aorth 45 Mar 14 12:08 ktImportFCP -> /export/apps/krona/2.8.1/scripts/ImportFCP.pl*
lrwxrwxrwx. 1 aorth aorth 48 Mar 14 12:08 ktImportGalaxy -> /export/apps/krona/2.8.1/scripts/ImportGalaxy.pl*
lrwxrwxrwx. 1 aorth aorth 46 Mar 14 12:08 ktImportHits -> /export/apps/krona/2.8.1/scripts/ImportHits.pl
lrwxrwxrwx. 1 aorth aorth 47 Mar 14 12:08 ktImportKrona -> /export/apps/krona/2.8.1/scripts/ImportKrona.pl*
lrwxrwxrwx. 1 aorth aorth 55 Mar 14 12:08 ktImportMETAREP-BLAST -> /export/apps/krona/2.8.1/scripts/ImportMETAREP-BLAST.pl*
lrwxrwxrwx. 1 aorth aorth 52 Mar 14 12:08 ktImportMETAREP-EC -> /export/apps/krona/2.8.1/scripts/ImportMETAREP-EC.pl*
lrwxrwxrwx. 1 aorth aorth 48 Mar 14 12:08 ktImportMGRAST -> /export/apps/krona/2.8.1/scripts/ImportMGRAST.pl*
lrwxrwxrwx. 1 aorth aorth 49 Mar 14 12:08 ktImportPhymmBL -> /export/apps/krona/2.8.1/scripts/ImportPhymmBL.pl*
lrwxrwxrwx. 1 aorth aorth 45 Mar 14 12:08 ktImportRDP -> /export/apps/krona/2.8.1/scripts/ImportRDP.pl*
lrwxrwxrwx. 1 aorth aorth 55 Mar 14 12:08 ktImportRDPComparison -> /export/apps/krona/2.8.1/scripts/ImportRDPComparison.pl*
lrwxrwxrwx. 1 aorth aorth 50 Mar 14 12:08 ktImportTaxonomy -> /export/apps/krona/2.8.1/scripts/ImportTaxonomy.pl*
lrwxrwxrwx. 1 aorth aorth 46 Mar 14 12:08 ktImportText -> /export/apps/krona/2.8.1/scripts/ImportText.pl*
lrwxrwxrwx. 1 aorth aorth 45 Mar 14 12:08 ktImportXML -> /export/apps/krona/2.8.1/scripts/ImportXML.pl*

All symbolic links are working except:

  • ktClassifyHits -> /export/apps/krona/2.8.1/scripts/ClassifyHits.pl
  • ktImportHits -> /export/apps/krona/2.8.1/scripts/ImportHits.pl

I'm not sure if those are old and missing intentionally?

alanorth avatar Mar 14 '22 09:03 alanorth

likewise, I noticed this as well

eszekeres avatar May 26 '22 18:05 eszekeres

The problem is that they have not been added to the tar.sh script that bundles things up for the KronaTools tarball.

douglasgscofield avatar Sep 21 '23 20:09 douglasgscofield