Skip to content

Commit

Permalink
Merge branch 'trs/eof-newlines'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Oct 31, 2024
2 parents e416110 + a6c33c5 commit deb1c34
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion nextclade/rules/construct_phylogeny.smk
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ rule refine:
--clock-filter-iqd {params.clock_filter_iqd} \
--stochastic-resolve
"""

2 changes: 1 addition & 1 deletion phylogenetic/defaults/dropped_strains.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
HM562901 # temara.MOR/24.03
HM562900 # Mvs/Toulon.FRA/08.07
HM562900 # Mvs/Toulon.FRA/08.07
1 change: 0 additions & 1 deletion phylogenetic/rules/construct_phylogeny.smk
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ rule refine:
--clock-filter-iqd {params.clock_filter_iqd} \
--stochastic-resolve
"""

2 changes: 1 addition & 1 deletion phylogenetic/rules/prepare_sequences.smk
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ rule align:
--fill-gaps \
--remove-reference
"""


2 changes: 1 addition & 1 deletion phylogenetic/rules/prepare_sequences_N450.smk
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ rule filter_N450:
--subsample-max-sequences {params.subsample_max_sequences} \
--min-date {params.min_date} \
--min-length {params.min_length}
"""
"""

0 comments on commit deb1c34

Please sign in to comment.