changeset 25:fd65832d1074 draft

planemo upload for repository https://github.com/pjbriggs/Amplicon_analysis-galaxy commit 34034189622f4cf14edd12a4de43739c37b50730-dirty
author pjbriggs
date Thu, 30 Aug 2018 08:33:11 -0400
parents fe354f5dd0ee
children f0917c340f13
files amplicon_analysis_pipeline.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/amplicon_analysis_pipeline.py	Thu Aug 30 08:13:55 2018 -0400
+++ b/amplicon_analysis_pipeline.py	Thu Aug 30 08:33:11 2018 -0400
@@ -243,6 +243,8 @@
         fasta_number_path = os.path.join(os.path.abspath("bin"),
                                          "fasta_number.py")
         os.symlink(relabel_fasta_path,fasta_number_path)
+        print "-- linked %s to %s" % (relabel_fasta_path,
+                                      fasta_number_path)
 
     # Construct the pipeline command
     print "Amplicon analysis: constructing pipeline command"