# HG changeset patch # User q2d2 # Date 1717457569 0 # Node ID f9e68fa06585ec63abe56765f39800ac578e045d # Parent 9dbdf05beaa9bb4f082bd6333dfc6123a7894234 planemo upload for repository https://github.com/qiime2/galaxy-tools/tree/main/tools/suite_qiime2_core__tools commit c7e80dcda727ce63b42aa8a946e9330310929797 diff -r 9dbdf05beaa9 -r f9e68fa06585 qiime2_core__tools__import.xml --- a/qiime2_core__tools__import.xml Thu Apr 25 21:28:32 2024 +0000 +++ b/qiime2_core__tools__import.xml Mon Jun 03 23:32:49 2024 +0000 @@ -6,14 +6,14 @@ --> - + Import data into a QIIME 2 artifact - quay.io/qiime2/amplicon:2024.2 + quay.io/qiime2/amplicon:2024.5 q2galaxy run tools import '$inputs' @@ -62,6 +62,7 @@ + @@ -70,18 +71,28 @@ + + + + + + + + + + @@ -97,6 +108,9 @@ + + + @@ -106,6 +120,10 @@ + + + + @@ -116,6 +134,8 @@ + + @@ -235,6 +255,44 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + database(\d{2,})mers\.kmer_distrib$ + + + + + +
+
+
+
@@ -391,6 +449,44 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .+\.bam + + + + + +
+
+
+
@@ -404,6 +500,44 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + [^\.].+_contigs.(fasta|fa)$ + + + + + +
+
+
+
@@ -485,6 +619,234 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .+\.annotations + + + + + +
+
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .+output\.(txt|tsv)$ + + + + + +
+
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .+report\.(txt|tsv)$ + + + + + +
+
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}\.(fa|fasta)$ + + + + + +
+
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .+\.annotations + + + + + +
+
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .+\.annotations + + + + + +
+
+
+
@@ -578,13 +940,33 @@ + + + + + + +
+ + +
+
+
+
+ + +
+ + +
+
@@ -605,6 +987,51 @@ + + + + + + +
+ + .+(?<!\.rev)\.1\.bt2l? + + +
+
+ + .+(?<!\.rev)\.2\.bt2l? + + +
+
+ + .+\.3\.bt2l? + + +
+
+ + .+\.4\.bt2l? + + +
+
+ + .+\.rev\.1\.bt2l? + + +
+
+ + .+\.rev\.2\.bt2l? + + +
+
+
+
@@ -836,7 +1263,7 @@ - + @@ -850,8 +1277,8 @@ - - (.*\_)?genes[0-9]*\.(fa|fna|fasta)$ + + .+\.(fa|fna|fasta)$ @@ -874,7 +1301,7 @@ - + @@ -888,8 +1315,8 @@ - - (.*\_)?loci[0-9]*\.gff$ + + .+\.gff$ @@ -912,7 +1339,7 @@ - + @@ -926,8 +1353,8 @@ - - (.*\_)?proteins[0-9]*\.(fa|faa|fasta)$ + + .+\.(fa|faa|fasta)$ @@ -963,6 +1390,63 @@ + + + + + + +
+ + +
+
+ + +
+
+ + kaiju_db.+\.fmi + + +
+
+
+
+ + + + + + +
+ + +
+
+ + +
+
+ + +
+
+
+
+ + + + + + +
+ + +
+
+
+
@@ -1110,6 +1594,95 @@ + + + + + + +
+ + +
+
+
+
+ + + + + + +
+ + +
+
+ + +
+
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + eggnog.*db.* + + + + + +
+
+
+
+ + + + + + +
+ + +
+
+ + +
+
+ + +
+
+
+
@@ -1512,6 +2085,82 @@ + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .+output\.(txt|tsv)$ + + + + + +
+
+
+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + .+report\.(txt|tsv)$ + + + + + +
+
+
+
@@ -2275,11 +2924,10 @@ -------- These formats have documentation available. -HeaderlessTSVTaxonomyFormat -*************************** -Format for a 2+ column TSV file without a header. +FastqGzFormat +************* -This format supports comment lines starting with #, and blank lines. +A gzipped fastq file. SampleIdIndexedSingleEndPerSampleDirFmt @@ -2292,12 +2940,6 @@ * `xyz.fastq.gz` is `xyz` * `sample-42_S1_L001_R1_001.fastq.gz` is `sample-42_S1_L001_R1_001` -FastqGzFormat -************* - -A gzipped fastq file. - - QIIME1DemuxFormat ***************** QIIME 1 demultiplexed FASTA format. @@ -2332,6 +2974,27 @@ - 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 +***************************** + +Format for a TSV file with information about sequences like length of a +feature. The first column contains feature identifiers and is followed by +other optional columns. + +The file cannot be empty and must have at least two columns. + +Validation for additional columns can be added with a semantic validator +tied to a property. For example the "validate_seq_char_len" validator for +"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. @@ -2349,78 +3012,90 @@ Additional formats without documentation: ***************************************** + - DataLoafPackageDirFmt + - EggnogRefDirFmt + - NCBITaxonomyDirFmt + - SILVATaxonomyFormat + - MixedCaseAlignedRNAFASTAFormat + - MAGSequencesDirFmt + - Kraken2OutputDirectoryFormat - BAMDirFmt - - TaxonomicClassiferTemporaryPickleDirFmt - - BooleanSeriesFormat - - SingleEndFastqManifestPhred33 - - SampleEstimatorDirFmt - - MultiBAMDirFmt - - MAGtoContigsFormat - - MixedCaseAlignedRNAFASTAFormat - - PlacementsFormat - - PredictionsFormat - - SingleEndFastqManifestPhred64 - - MultiplexedPairedEndBarcodeInSequenceDirFmt + - EggnogProteinSequencesDirFmt + - ImmutableMetadataFormat + - EMPPairedEndCasavaDirFmt + - LSMatFormat - SingleLanePerSampleSingleEndFastqDirFmt - AlignedProteinFASTAFormat - PairedDNASequencesDirectoryFormat - - DataLoafPackageDirFmt - - ArtificialGroupingFormat - - PairedEndFastqManifestPhred33 - - DNAFASTAFormat - - EMPSingleEndDirFmt - - SingleLanePerSamplePairedEndFastqDirFmt + - BooleanSeriesFormat + - MultiplexedPairedEndBarcodeInSequenceDirFmt + - DecontamScoreFormat + - OrthologAnnotationDirFmt + - GenesDirectoryFormat + - MultiBAMDirFmt + - BIOMV210Format + - ErrorCorrectionDetailsFmt + - DiamondDatabaseFileFmt - PairedRNASequencesDirectoryFormat - - SeppReferenceDirFmt - DifferentialFormat - - UchimeStatsFmt - - SILVATaxonomyFormat - - PairedEndFastqManifestPhred64 - - GenesDirectoryFormat - - MultiFASTADirectoryFormat - - EMPPairedEndDirFmt - - CasavaOneEightLanelessPerSampleDirFmt + - Kraken2DBDirectoryFormat + - DADA2StatsFormat - AlignedDNAFASTAFormat - - SILVATaxidMapFormat - - PairedEndFastqManifestPhred33V2 + - ImportanceFormat + - SingleEndFastqManifestPhred33 + - NewickFormat + - MultiplexedFastaQualDirFmt + - SingleLanePerSamplePairedEndFastqDirFmt + - DeblurStatsFmt + - MixedCaseDNAFASTAFormat - SingleEndFastqManifestPhred33V2 - - MixedCaseDNAFASTAFormat - - ProteinsDirectoryFormat - - MultiMAGSequencesDirFmt - - EMPSingleEndCasavaDirFmt - QualityFilterStatsFmt - - LSMatFormat - - ImmutableMetadataFormat - - DeblurStatsFmt - - PairedEndFastqManifestPhred64V2 + - SingleEndFastqManifestPhred64 + - MultiFASTADirectoryFormat + - ProcrustesStatisticsFmt + - CasavaOneEightLanelessPerSampleDirFmt + - SILVATaxidMapFormat - SingleEndFastqManifestPhred64V2 - - AlphaDiversityFormat - - MultiBowtie2IndexDirFmt - - EMPPairedEndCasavaDirFmt - - ImportanceFormat - - FirstDifferencesFormat + - Kraken2ReportDirectoryFormat - MixedCaseAlignedDNAFASTAFormat - - MultiplexedFastaQualDirFmt - - DADA2StatsFormat - - OrdinationFormat - - CasavaOneEightSingleLanePerSampleDirFmt + - BLAST6Format + - ProbabilitiesFormat + - PairedEndFastqManifestPhred33 + - MultiMAGSequencesDirFmt + - EMPSingleEndDirFmt + - Bowtie2IndexDirFmt + - TaxonomicClassiferTemporaryPickleDirFmt + - LociDirectoryFormat + - ArtificialGroupingFormat + - MAGtoContigsFormat + - BrackenDBDirectoryFormat - ProteinFASTAFormat - RNAFASTAFormat - BIOMV100Format + - Kraken2DBReportFormat + - PairedEndFastqManifestPhred64 + - MultiBowtie2IndexDirFmt + - EMPPairedEndDirFmt + - OrdinationFormat + - SeedOrthologDirFmt + - SampleEstimatorDirFmt + - PlacementsFormat + - DNAFASTAFormat + - UchimeStatsFmt + - PairedEndFastqManifestPhred33V2 + - AlignedRNAFASTAFormat + - KaijuDBDirectoryFormat - ContigSequencesDirFmt - - NewickFormat - - BLAST6Format - - LociDirectoryFormat - - BIOMV210Format - - ProbabilitiesFormat - - ErrorCorrectionDetailsFmt + - EMPSingleEndCasavaDirFmt + - FirstDifferencesFormat + - SeppReferenceDirFmt + - PredictionsFormat + - ProteinsDirectoryFormat + - MixedCaseRNAFASTAFormat + - PairedEndFastqManifestPhred64V2 - BLASTDBDirFmtV5 - - DecontamScoreFormat - - AlignedRNAFASTAFormat - - ProcrustesStatisticsFmt - - SeedOrthologDirFmt - - Bowtie2IndexDirFmt - - MixedCaseRNAFASTAFormat + - AlphaDiversityFormat + - CasavaOneEightSingleLanePerSampleDirFmt 10.1038/s41587-019-0209-9