QIIME/en: Difference between revisions

Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 7: Line 7:


== QIIME2 as a module ==
== QIIME2 as a module ==
QIIME2 is now available in our environment using a module which wraps around a container. You can run  
QIIME2 is now available in our environment using a module which wraps around a container. To know which versions are available, run  
{{Command|module spider qiime2}}
{{Command|module spider qiime2}}
to find which versions we have available.


After loading the module, you can run  
After loading the module, you can run  
Line 35: Line 35:
This build step may take over an hour, but you only need to do this once. Save the image file (<code>qiime2-2021.11.sif</code> in this example) for later re-use.  
This build step may take over an hour, but you only need to do this once. Save the image file (<code>qiime2-2021.11.sif</code> in this example) for later re-use.  


Then run your code as described at [[Apptainer]].  Typically you will run each QIIME command in a <code>apptainer exec</code> statement:
Then run your code as described in the [[Apptainer]] pageYou will typically run each QIIME command in a <code>apptainer exec</code> statement:


{{Commands
{{Commands
Line 70: Line 70:
</pre>
</pre>


Note that it is important to use the [[Apptainer#Bind_mounts|bind]] option (<code>-B</code>) with each folder you want to work with when you run programs in your container. For more information about Apptainer, you can watch the recorded [https://www.youtube.com/watch?v=bpmrfVqBowY Apptainer webinar].
Note that it is important to use the [[Apptainer#Bind_mounts|bind]] option (<code>-B</code>) with each folder you want to work with when you run programs in your container. For more information about Apptainer, you can watch this [https://www.youtube.com/watch?v=bpmrfVqBowY Apptainer webinar].


On first importing data into QIIME format, you may receive an error ending with a message like this:
On first importing data into QIIME format, you may receive an error ending with a message like this:
38,760

edits