# HG changeset patch # User pjbriggs # Date 1535632391 14400 # Node ID fd65832d1074d7007af31b82e4f950a4e31dd095 # Parent fe354f5dd0ee3efcb0e5f6aea704a7dfdecbabc6 planemo upload for repository https://github.com/pjbriggs/Amplicon_analysis-galaxy commit 34034189622f4cf14edd12a4de43739c37b50730-dirty diff -r fe354f5dd0ee -r fd65832d1074 amplicon_analysis_pipeline.py --- 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"