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

Add bio.tools ref to nextclade #5859

Merged
merged 2 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tools/nextclade/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
</when>
</conditional>
</xml>
<xml name="xrefs">
<xrefs>
<xref type="bio.tools">nextclade</xref>
</xrefs>
</xml>
<!--
help
-->
Expand Down
1 change: 1 addition & 0 deletions tools/nextclade/nextalign.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<import>macros.xml</import>
<token name="@VERSION_SUFFIX@">0</token>
</macros>
<expand macro="xrefs"/>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">nextalign</requirement>
</requirements>
Expand Down
9 changes: 5 additions & 4 deletions tools/nextclade/nextclade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
this tool and exclude any requiring a future nextclade version 3. -->
<token name="@COMPATIBILITY_SPEC@"><![CDATA[(^1\..+$|^2\.[0-4](\..+)*$)]]></token>
</macros>
<expand macro="xrefs"/>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">nextclade</requirement>
<requirement type="package" version="9.0">coreutils</requirement>
Expand Down Expand Up @@ -164,7 +165,7 @@
<param name="organism" value="sars-cov-2"/>
<output name="report_tsv">
<assert_contents>
<has_n_columns n="67"/>
<has_n_columns n="71"/>
<has_text text="20A"/>
</assert_contents>
</output>
Expand All @@ -178,7 +179,7 @@
<param name="organism" value="sars-cov-2"/>
<output name="report_tsv">
<assert_contents>
<has_n_columns n="67"/>
<has_n_columns n="71"/>
<has_text text="20A"/>
</assert_contents>
<metadata name="column_names" value="seqName,clade,Nextclade_pango,qc.overallScore,qc.overallStatus,totalSubstitutions,totalDeletions,totalInsertions,totalFrameShifts,totalAminoacidSubstitutions,totalAminoacidDeletions,totalAminoacidInsertions,totalMissing,totalNonACGTNs,totalPcrPrimerChanges,substitutions,deletions,insertions,privateNucMutations.reversionSubstitutions,privateNucMutations.labeledSubstitutions,privateNucMutations.unlabeledSubstitutions,privateNucMutations.totalReversionSubstitutions,privateNucMutations.totalLabeledSubstitutions,privateNucMutations.totalUnlabeledSubstitutions,privateNucMutations.totalPrivateSubstitutions,frameShifts,aaSubstitutions,aaDeletions,aaInsertions,missing,nonACGTNs,pcrPrimerChanges,alignmentScore,alignmentStart,alignmentEnd,coverage,qc.missingData.missingDataThreshold,qc.missingData.score,qc.missingData.status,qc.missingData.totalMissing,qc.mixedSites.mixedSitesThreshold,qc.mixedSites.score,qc.mixedSites.status,qc.mixedSites.totalMixedSites,qc.privateMutations.cutoff,qc.privateMutations.excess,qc.privateMutations.score,qc.privateMutations.status,qc.privateMutations.total,qc.snpClusters.clusteredSNPs,qc.snpClusters.score,qc.snpClusters.status,qc.snpClusters.totalSNPs,qc.frameShifts.frameShifts,qc.frameShifts.totalFrameShifts,qc.frameShifts.frameShiftsIgnored,qc.frameShifts.totalFrameShiftsIgnored,qc.frameShifts.score,qc.frameShifts.status,qc.stopCodons.stopCodons,qc.stopCodons.totalStopCodons,qc.stopCodons.score,qc.stopCodons.status,isReverseComplement,failedGenes,warnings,errors"/>
Expand Down Expand Up @@ -207,7 +208,7 @@
</conditional>
<output name="report_tsv">
<assert_contents>
<has_n_columns n="67"/>
<has_n_columns n="71"/>
<has_text text="mediocre"/>
</assert_contents>
</output>
Expand All @@ -225,7 +226,7 @@
</conditional>
<output name="report_tsv">
<assert_contents>
<has_n_columns n="67"/>
<has_n_columns n="71"/>
<has_text text="mediocre"/>
</assert_contents>
</output>
Expand Down