Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate tsv fasta #640

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Deprecate tsv fasta #640

merged 3 commits into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. feat!: remove tsv/fasta/sam input format (#562)

    It is now impossible to specify an input file different from ndjsonInputFilename. An error will be thrown if this variable is not set.
    
    resolves #562
    
    BREAKING CHANGE: `metadataInputFile` key in preprocessing config file has been removed. Instead, ndjson files should be used and specified with the `ndjsonInputFilename` option
    Taepper committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bd9fec8 View commit details
    Browse the repository at this point in the history
  2. refactor: minor fixes

    Taepper committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    be19cb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383b924 View commit details
    Browse the repository at this point in the history