You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I browsed your interesting paper (that isnt mentioned in the README) and was intrigued by the speed improvement while promising a similar performance compared to DADA2. I'd like to ask whether you are going to add the tool to bioconda, that would make it available as conda package and container (bioconda packages are also available as docker & singularity containers). Packaging & containerization would make the tool even more useful by using the package/container instead of going through an installation procedure. This allows efficient use in pipelines and makes analyses reproducible.
Small side questions: the README states
-f FILEPATH, --filepath FILEPATH
Path to the file containing 16S sequences. At the
moment we support only fatsa file containing the 16S
reads.
is that fasta file, as in not fastq?
Path to the file containing 16S sequences. = Path to raw sequencing read file in fasta format.?
what about multiple samples and therefore multiple raw sequencing read files?
will it only work for 16S rRNA amplicon sequencing data or also any other amplicon (I would expect the latter, but that isnt reflected in the README)
Best, Daniel
The text was updated successfully, but these errors were encountered:
Thank you! We don't have it on bioconda yet. We will seriously consider making it available as a bioconda package.
The current version of SCRAPT takes as input a fasta file since it assumes the sequences are preprocessed and quality filtered. We recommend using QIIME2 to preprocess sequences from all samples and multiplexing reads that pass the quality filter into a single fasta file.
SCRAPT takes sequences pooled from all samples as input. This is similar to the pooled mode of DADA2. We plan to provide a pipeline to perform preprocessing in the future iterations of SCRAPT. We also plan on providing a sample x OTU table that can be used for differential abundance testing in the future.
SCRAPT can be applied on any amplicon sequencing dataset and not just 16S rRNA. In the paper we present some results on 18S rRNA gene, which is a marker found in microeukaryotes.
Please feel free to reach out, if you have further queries on preprocessing raw read files.
Hi there,
I browsed your interesting paper (that isnt mentioned in the README) and was intrigued by the speed improvement while promising a similar performance compared to DADA2. I'd like to ask whether you are going to add the tool to bioconda, that would make it available as conda package and container (bioconda packages are also available as docker & singularity containers). Packaging & containerization would make the tool even more useful by using the package/container instead of going through an installation procedure. This allows efficient use in pipelines and makes analyses reproducible.
Small side questions: the README states
Path to the file containing 16S sequences.
=Path to raw sequencing read file in fasta format.
?Best, Daniel
The text was updated successfully, but these errors were encountered: