Mercurial > repos > pjbriggs > amplicon_analysis_pipeline
comparison amplicon_analysis_pipeline.py @ 13:c87b166cbfe1 draft
planemo upload for repository https://github.com/pjbriggs/Amplicon_analysis-galaxy commit 777167fc30406b792d0cf924753069526f8b3e5e-dirty
author | pjbriggs |
---|---|
date | Mon, 18 Jun 2018 10:05:58 -0400 |
parents | fb2af52d67d1 |
children | 07b04a63abf1 |
comparison
equal
deleted
inserted
replaced
12:fb2af52d67d1 | 13:c87b166cbfe1 |
---|---|
189 if fasta_splitter is None: | 189 if fasta_splitter is None: |
190 fasta_splitter = os.readlink( | 190 fasta_splitter = os.readlink( |
191 find_executable("fasta-splitter")) | 191 find_executable("fasta-splitter")) |
192 if fasta_splitter: | 192 if fasta_splitter: |
193 os.symlink(vsearch,os.path.join("bin","fasta-splitter.pl")) | 193 os.symlink(vsearch,os.path.join("bin","fasta-splitter.pl")) |
194 print "-- made symlink to %s" % fasta_splitter | |
194 else: | 195 else: |
195 sys.stderr.write("Missing 'fasta-splitter[.pl]'\n") | 196 sys.stderr.write("Missing 'fasta-splitter[.pl]'\n") |
196 | 197 |
197 # Construct the pipeline command | 198 # Construct the pipeline command |
198 print "Amplicon analysis: constructing pipeline command" | 199 print "Amplicon analysis: constructing pipeline command" |