# HG changeset patch # User q2d2 # Date 1730318415 0 # Node ID 8a0db69428c7f816b759881dcd4e6bd289f65f91 # Parent f9e68fa06585ec63abe56765f39800ac578e045d planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2_core__tools commit 5f71b597c9495eae67a447744fded834f56ca1f7 diff -r f9e68fa06585 -r 8a0db69428c7 qiime2_core__tools__import.xml --- a/qiime2_core__tools__import.xml Mon Jun 03 23:32:49 2024 +0000 +++ b/qiime2_core__tools__import.xml Wed Oct 30 20:00:15 2024 +0000 @@ -6,14 +6,17 @@ --> - + Import data into a QIIME 2 artifact + + qiime2 + - quay.io/qiime2/amplicon:2024.5 + quay.io/qiime2/amplicon:2024.10 q2galaxy run tools import '$inputs' @@ -64,6 +67,16 @@ + + + + + + + + + + @@ -78,12 +91,9 @@ - - - @@ -99,12 +109,15 @@ + - + + + @@ -118,6 +131,15 @@ + + + + + + + + + @@ -127,7 +149,6 @@ - @@ -139,6 +160,8 @@ + + @@ -149,6 +172,7 @@ + @@ -306,6 +330,136 @@ + + + + + + +
+ + +
+
+
+
+ + + + + + +
+ + +
+
+
+
+ + + + + + +
+ + +
+
+
+
+ + + + + + +
+ + +
+
+
+
+ + + + + + +
+ + +
+
+
+
+ + + + + + +
+ + +
+
+
+
+ + + + + + +
+ + +
+
+
+
+ + + + + + +
+ + +
+
+
+
+ + + + + + +
+ + +
+
+
+
+ + + + + + +
+ + +
+
+
+
@@ -619,44 +773,6 @@ - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - .+\.annotations - - - - - -
-
-
-
@@ -771,82 +887,6 @@ - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - .+\.annotations - - - - - -
-
-
-
- - - - - - -
- - - - - - - - - - - - - - - - - - - - - - .+\.annotations - - - - - -
-
-
-
@@ -1152,6 +1192,26 @@ + + + + + + + +
+ + +
+
+ +
+ + +
+
+
+
@@ -1212,20 +1272,20 @@ - + - + - -
- + +
+ - + @@ -1239,10 +1299,10 @@ - - .*\..*\.seed_orthologs + + .+\.(fasta|fa)$ - + @@ -1326,6 +1386,82 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .+\.annotations + + + + + +
+
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .*\..*\.seed_orthologs + + + + + +
+
+
+
@@ -1553,6 +1689,195 @@ + + + + + + +
+ + .*\.hmm + + +
+
+
+
+ + + + + + +
+ + .*\.hmm + + +
+
+
+
+ + + + + + +
+ + .*\.hmm + + +
+
+
+
+ + + + + + +
+ + .*\.hmm\.h3m + + +
+
+ + .*\.hmm\.h3i + + +
+
+ + .*\.hmm\.h3f + + +
+
+ + .*\.hmm\.h3p + + +
+
+
+
+ + + + + + +
+ + .*\.hmm\.h3m + + +
+
+ + .*\.hmm\.h3i + + +
+
+ + .*\.hmm\.h3f + + +
+
+ + .*\.hmm\.h3p + + +
+
+
+
+ + + + + + +
+ + .*\.hmm\.h3m + + +
+
+ + .*\.hmm\.h3i + + +
+
+ + .*\.hmm\.h3f + + +
+
+ + .*\.hmm\.h3p + + +
+
+
+
+ + + + + + +
+ + .*\.hmm + + +
+
+
+
+ + + + + + +
+ + .*\.hmm + + +
+
+
+
+ + + + + + +
+ + .*\.hmm + + +
+
+
+
@@ -1747,44 +2072,6 @@ - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - .*\..*\.seed_orthologs - - - - - -
-
-
-
@@ -2318,6 +2605,82 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .+\.annotations + + + + + +
+
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .*\..*\.seed_orthologs + + + + + +
+
+
+
@@ -2858,6 +3221,19 @@ + + + + + + +
+ + +
+
+
+
@@ -2924,10 +3300,36 @@ -------- These formats have documentation available. -FastqGzFormat -************* +HeaderlessTSVTaxonomyFormat +*************************** +Format for a 2+ column TSV file without a header. + +This format supports comment lines starting with #, and blank lines. + + +PressedProfileHmmsDirectoryFmt +****************************** -A gzipped fastq file. +The <hmmfile>.h3m file contains the profile HMMs +and their annotation in a binary format. The <hmmfile>.h3i file is an +SSI index for the <hmmfile>.h3m file. The <hmmfile>.h3f file contains +precomputed data structures for the fast heuristic filter +(the MSV filter). The <hmmfile>.h3p file contains precomputed data +structures for the rest of each profile. + +TSVTaxonomyFormat +***************** +Format for a 2+ column TSV file with an expected minimal header. + +The only header recognized by this format is: + + Feature ID<tab>Taxon + +Optionally followed by other arbitrary columns. + +This format supports blank lines. The expected header must be the first +non-blank line. In addition to the header, there must be at least one line +of data. SampleIdIndexedSingleEndPerSampleDirFmt @@ -2974,13 +3376,6 @@ - Each sequence must be DNA and cannot be empty. -HeaderlessTSVTaxonomyFormat -*************************** -Format for a 2+ column TSV file without a header. - -This format supports comment lines starting with #, and blank lines. - - SequenceCharacteristicsFormat ***************************** @@ -2995,107 +3390,106 @@ "FeatureData[SequenceCharacteristics % Properties("length")]" adds validation for a numerical column called "length". -TSVTaxonomyFormat -***************** -Format for a 2+ column TSV file with an expected minimal header. - -The only header recognized by this format is: +FastqGzFormat +************* - Feature ID<tab>Taxon - -Optionally followed by other arbitrary columns. - -This format supports blank lines. The expected header must be the first -non-blank line. In addition to the header, there must be at least one line -of data. +A gzipped fastq file. Additional formats without documentation: ***************************************** - - DataLoafPackageDirFmt - - EggnogRefDirFmt - - NCBITaxonomyDirFmt - - SILVATaxonomyFormat - - MixedCaseAlignedRNAFASTAFormat - - MAGSequencesDirFmt + - DifferentialFormat - Kraken2OutputDirectoryFormat - - BAMDirFmt - - EggnogProteinSequencesDirFmt - - ImmutableMetadataFormat - - EMPPairedEndCasavaDirFmt - - LSMatFormat - - SingleLanePerSampleSingleEndFastqDirFmt - - AlignedProteinFASTAFormat - - PairedDNASequencesDirectoryFormat - - BooleanSeriesFormat - - MultiplexedPairedEndBarcodeInSequenceDirFmt - - DecontamScoreFormat - - OrthologAnnotationDirFmt - - GenesDirectoryFormat - MultiBAMDirFmt - - BIOMV210Format - - ErrorCorrectionDetailsFmt - - DiamondDatabaseFileFmt - - PairedRNASequencesDirectoryFormat - - DifferentialFormat - - Kraken2DBDirectoryFormat - - DADA2StatsFormat + - FirstDifferencesFormat + - SingleEndFastqManifestPhred33V2 - AlignedDNAFASTAFormat + - EggnogProteinSequencesDirFmt + - SingleEndFastqManifestPhred64 + - MAGSequencesDirFmt + - ProteinSingleProfileHmmDirectoryFmt + - MixedCaseDNAFASTAFormat - ImportanceFormat - - SingleEndFastqManifestPhred33 - - NewickFormat - - MultiplexedFastaQualDirFmt - - SingleLanePerSamplePairedEndFastqDirFmt + - ImmutableMetadataFormat + - ErrorCorrectionDetailsFmt + - ArtificialGroupingFormat + - OrthologAnnotationDirFmt + - DecontamScoreFormat + - SingleEndFastqManifestPhred64V2 + - QualityFilterStatsFmt - DeblurStatsFmt - - MixedCaseDNAFASTAFormat - - SingleEndFastqManifestPhred33V2 - - QualityFilterStatsFmt - - SingleEndFastqManifestPhred64 - - MultiFASTADirectoryFormat - - ProcrustesStatisticsFmt + - OrdinationFormat + - PairedEndFastqManifestPhred33 + - LSMatFormat + - ProteinMultipleProfileHmmDirectoryFmt + - SingleLanePerSamplePairedEndFastqDirFmt - CasavaOneEightLanelessPerSampleDirFmt - - SILVATaxidMapFormat - - SingleEndFastqManifestPhred64V2 - - Kraken2ReportDirectoryFormat + - Kraken2DBDirectoryFormat - MixedCaseAlignedDNAFASTAFormat + - MultiplexedFastaQualDirFmt + - BooleanSeriesFormat + - BLASTDBDirFmtV5 + - DADA2StatsFormat - BLAST6Format + - KaijuDBDirectoryFormat + - MultiFASTADirectoryFormat + - PairedEndFastqManifestPhred64 + - MAGtoContigsFormat + - DNASingleProfileHmmDirectoryFmt + - RNAFASTAFormat - ProbabilitiesFormat - - PairedEndFastqManifestPhred33 + - SampleEstimatorDirFmt + - MultiplexedPairedEndBarcodeInSequenceDirFmt + - TableJSONLFileFormat + - LociDirectoryFormat + - PairedEndFastqManifestPhred33V2 + - UchimeStatsFmt + - ProcrustesStatisticsFmt + - AlphaDiversityFormat - MultiMAGSequencesDirFmt + - SeppReferenceDirFmt + - DNAMultipleProfileHmmDirectoryFmt + - PredictionsFormat + - PlacementsFormat + - NewickFormat + - BrackenDBDirectoryFormat + - GenomeSequencesDirectoryFormat + - EggnogRefDirFmt + - PairedEndFastqManifestPhred64V2 + - AlignedRNAFASTAFormat - EMPSingleEndDirFmt - - Bowtie2IndexDirFmt - TaxonomicClassiferTemporaryPickleDirFmt - - LociDirectoryFormat - - ArtificialGroupingFormat - - MAGtoContigsFormat - - BrackenDBDirectoryFormat - - ProteinFASTAFormat - - RNAFASTAFormat - - BIOMV100Format - - Kraken2DBReportFormat - - PairedEndFastqManifestPhred64 + - Kraken2ReportDirectoryFormat - MultiBowtie2IndexDirFmt - - EMPPairedEndDirFmt - - OrdinationFormat + - SILVATaxidMapFormat + - CasavaOneEightSingleLanePerSampleDirFmt + - RNASingleProfileHmmDirectoryFmt + - MixedCaseRNAFASTAFormat + - Bowtie2IndexDirFmt - SeedOrthologDirFmt - - SampleEstimatorDirFmt - - PlacementsFormat - - DNAFASTAFormat - - UchimeStatsFmt - - PairedEndFastqManifestPhred33V2 - - AlignedRNAFASTAFormat - - KaijuDBDirectoryFormat + - DiamondDatabaseFileFmt + - ProteinFASTAFormat + - EMPPairedEndDirFmt - ContigSequencesDirFmt + - Kraken2DBReportFormat + - RNAMultipleProfileHmmDirectoryFmt + - SILVATaxonomyFormat + - BIOMV100Format + - DataLoafPackageDirFmt + - MixedCaseAlignedRNAFASTAFormat - EMPSingleEndCasavaDirFmt - - FirstDifferencesFormat - - SeppReferenceDirFmt - - PredictionsFormat + - DNAFASTAFormat - ProteinsDirectoryFormat - - MixedCaseRNAFASTAFormat - - PairedEndFastqManifestPhred64V2 - - BLASTDBDirFmtV5 - - AlphaDiversityFormat - - CasavaOneEightSingleLanePerSampleDirFmt + - PairedDNASequencesDirectoryFormat + - NCBITaxonomyDirFmt + - BIOMV210Format + - AlignedProteinFASTAFormat + - SingleLanePerSampleSingleEndFastqDirFmt + - EMPPairedEndCasavaDirFmt + - BAMDirFmt + - PairedRNASequencesDirectoryFormat + - GenesDirectoryFormat + - SingleEndFastqManifestPhred33 10.1038/s41587-019-0209-9