Skip to content
Snippets Groups Projects

Fix some user feedback on the documentation

Merged Andre Offringa requested to merge user-feedback-on-docs into master
+ 1
1
@@ -67,7 +67,7 @@ where ``<linc.sif>`` is the location of the Singularity image, or ::
$ docker run --rm <docker_options> -v <mount_points>:<mount_points> -w $PWD astronrd/linc cwltool --no-container <cwl_options> /usr/local/share/linc/workflows/HBA_calibrator.cwl LINC.json
Since you are running **LINC** inside a container, do not forget to add the ``--no-container`` flag to your call, no matter whether you use Singularity or Docker. Do **not** use the ``--singularity``flag.
Since you are running **LINC** inside a container, do not forget to add the ``--no-container`` flag to your call, no matter whether you use Singularity or Docker. Do **not** use the ``--singularity`` flag.
Pipeline options for ``cwltool``
--------------------------------
Loading