Skip to content

Commit

Permalink
Ensure all text files (except ingest/vendored) have end-of-file newlines
Browse files Browse the repository at this point in the history
A long-standing Unix convention that when broken can lead to confusing
and incorrect behaviour from many commands when they read such files.

The offending files in ingest/vendored will be fixed when we next update
it from upstream.  Updating it now would necessitate a slew of unrelated
changes to this repo.
  • Loading branch information
tsibley committed Oct 30, 2024
1 parent e416110 commit a6c33c5
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 a6c33c5

Please sign in to comment.