# HG changeset patch # User greg # Date 1700683497 0 # Node ID f3485a9e51a36d5e259d869b9652211f14cf7d5d # Parent 6b0a13deae92881707674ad81f88e43e7a744f1f Uploaded diff -r 6b0a13deae92 -r f3485a9e51a3 cfsan_snp_pipeline_snp_matrix.xml --- a/cfsan_snp_pipeline_snp_matrix.xml Fri Oct 13 20:26:32 2023 +0000 +++ b/cfsan_snp_pipeline_snp_matrix.xml Wed Nov 22 20:04:57 2023 +0000 @@ -5,30 +5,23 @@ ./file && + +python '$__tool_directory__/snp_wind.py' ./ -p 'consensus.fasta' +#for $fa in sorted($input_fasta_collection, key=lambda f: f.element_identifier): + -n '$fa.element_identifier' -f '$fa' +#end for +> ./file && cfsan_snp_pipeline snp_matrix -o '$output_snp_matrix_fasta' ./file && cfsan_snp_pipeline distance -p '$output_snp_pairwise_matrix_tsv' -m '$output_snp_distance_matrix_tsv' '$output_snp_matrix_fasta' && -cfsan_snp_pipeline snp_reference --l '$input_merged_snp_sites' --o '$output_snp_reference_fasta' -#if str($reference_cond.reference_source) == 'cached' - '$reference_cond.reference.fields.path' -#else: - '$reference_cond.reference' -#end if +cfsan_snp_pipeline snp_reference -l '$input_merged_snp_sites' -o '$output_snp_reference_fasta' '$reference' ]]> - + @@ -40,7 +33,6 @@ - diff -r 6b0a13deae92 -r f3485a9e51a3 macros.xml --- a/macros.xml Fri Oct 13 20:26:32 2023 +0000 +++ b/macros.xml Wed Nov 22 20:04:57 2023 +0000 @@ -8,20 +8,6 @@ python - - - - - - - - - - - - - -