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

Fix output cheetah placeholders #4093

Open
1 of 13 tasks
bernt-matthias opened this issue Oct 20, 2021 · 0 comments
Open
1 of 13 tasks

Fix output cheetah placeholders #4093

bernt-matthias opened this issue Oct 20, 2021 · 0 comments

Comments

@bernt-matthias
Copy link
Contributor

bernt-matthias commented Oct 20, 2021

Many tools use output names with invalid cheetah placeholders. Valid is ^[a-zA-Z_]\w*$.

A valid placeholder

  • starts with a character or underscore
  • and is followed by a sequence of alpha numeric characters or underscores

The following tools violate this (by starting with numbers or including dots). This should be fixed (please put your name / link to the PR next to the tool if you are working on this):

  • tools/codeml/codeml.xml codeml: fix test parameters #4216
    • 2ngdn
    • 2ngds
    • 2ngt
    • 4fold
  • tools/khmer/extract-partitions.xml
    • groups-of-partitions
  • tools/medaka/medaka_variant.xml
    • out_round_1_phased.vcf
  • tools/mothur/chimera.slayer.xml
    • slayer.chimeras
  • tools/mothur/biom.info.xml
    • tax.summary
  • tools/mothur/chimera.uchime.xml
    • uchime.chimeras
  • tools/mothur/chimera.check.xml
    • chimeracheck.chimeras
  • tools/mothur/chimera.bellerophon.xml
    • bellerophon.chimeras
    • bellerophon.accnos
  • tools/mothur/chimera.pintail.xml
    • pintail.chimeras
  • tools/mothur/chimera.vsearch.xml
    • vsearch.chimeras
  • tools/mothur/chimera.ccode.xml
    • ccode.chimeras
    • ccode.accnos
  • tools/mothur/align.check.xml
    • align.check
  • tools/mummer4/dnadiff.xml
    • 1delta
    • 1coords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant