changeset 26:f0917c340f13 draft

planemo upload for repository https://github.com/pjbriggs/Amplicon_analysis-galaxy commit 34034189622f4cf14edd12a4de43739c37b50730-dirty
author pjbriggs
date Thu, 30 Aug 2018 08:41:11 -0400
parents fd65832d1074
children b5e43dfe07ac
files amplicon_analysis_pipeline.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/amplicon_analysis_pipeline.py	Thu Aug 30 08:33:11 2018 -0400
+++ b/amplicon_analysis_pipeline.py	Thu Aug 30 08:41:11 2018 -0400
@@ -238,7 +238,7 @@
     fasta_number = find_executable("fasta_number.py")
     if not fasta_number:
         # Make a link to relabel_fasta.py
-        relabel_fasta_path = os.path.join(os.path.realpath(__file__),
+        relabel_fasta_path = os.path.join(os.path.dirname(__file__),
                                           "relabel_fasta.py")
         fasta_number_path = os.path.join(os.path.abspath("bin"),
                                          "fasta_number.py")