Project

General

Profile

Actions

Bug #7136

closed

[Documentation] Error in running-external-program

Added by Bryan Cosca over 10 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-

Description

A user ran into a problem using the http://doc.arvados.org/user/tutorials/running-external-program.html.

In this portion:

"script_parameters": {
                "command": [
                    ...
                    "@RG\\tID:group_id\\tPL:illumina\\tSM:sample_id",
                    ...
                ],

The portion did not correctly escape the tab character.

The change that works is:

"script_parameters": {
                "command": [
                    ...
                    "@RG\\\tID:group_id\\\tPL:illumina\\\tSM:sample_id",
                    ...
                ],

Notice the triple slashes instead.

Actions #1

Updated by Bryan Cosca over 10 years ago

  • Description updated (diff)
Actions #2

Updated by Peter Amstutz about 6 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF