QIIME/fr: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 48: Line 48:
   --output-path /outputs/some_output_ref-taxonomy.qza
   --output-path /outputs/some_output_ref-taxonomy.qza


<div class="mw-translate-fuzzy">
singularity exec -B $PWD:/home -B /scratch/someuser:/outputs \
singularity exec -B /home -B /project -B /scratch qiime2-2019.10.sif \
  -B /projects/someuser/path/to/inputs:/inputs qiime2-2019.10.sif \
   qiime feature-classifier fit-classifier-naive-bayes \
   qiime feature-classifier fit-classifier-naive-bayes \
   --i-reference-reads  /path/to/some_output_feature.qza \
   --i-reference-reads  /outputs/some_output_feature.qza \
   --i-reference-taxonomy /path/to/some_output_ref-taxonomy.qza \
   --i-reference-taxonomy /outputs/some_output_ref-taxonomy.qza \
   --o-classifier /path/to/some_output_classifier.qza
   --o-classifier /outputs/some_output_classifier.qza
</pre>
</pre>
</div>


Note that it is important to [[Singularity#Bind_mounts|bind]] the folders you want to work with to the execution of the container. For more information about Singularity, you can watch the recorded [https://www.youtube.com/watch?v=kYb0aXS5DEE Singularity webinar].
Note that it is important to [[Singularity#Bind_mounts|bind]] the folders you want to work with to the execution of the container. For more information about Singularity, you can watch the recorded [https://www.youtube.com/watch?v=kYb0aXS5DEE Singularity webinar].
rsnt_translations
56,430

edits

Navigation menu