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 see some seq_alignment jobs failing (wr executor) with
StdErr:
bash: 26398:2:4: command not found
bash: 26398:3:4: command not found
bash: 26398:4:4.out: command not found
where the submitted command ended with
tee /export/esa-sv-20180712-04/tmp/180726_A00512_0011_AH3W35DSXX_npg_pipeline/log/seq_alignment/seq_alignment-20180729-010819-26398:1:4;26398:2:4;26398:3:4;26398:4:4.out
I think the wr executor framework needs to escape shell characters in the filename generation in its logging.
The text was updated successfully, but these errors were encountered:
On 29/07/2018 17:22, dkj wrote:
where the submitted command ended with
|tee
/export/esa-sv-20180712-04/tmp/180726_A00512_0011_AH3W35DSXX_npg_pipeline/log/seq_alignment/seq_alignment-20180729-010819-26398:1:4;26398:2:4;26398:3:4;26398:4:4.out
|
I think the wr executor framework needs to escape shell characters in
the filename generation in its logging.
What about using file name root here? In this example 26398#4|. Escape
still needed
|
--
The Wellcome Sanger Institute is operated by Genome Research
Limited, a charity registered in England with number 1021457 and a
company registered in England with number 2742969, whose registered
office is 215 Euston Road, London, NW1 2BE.
I see some seq_alignment jobs failing (wr executor) with
where the submitted command ended with
I think the wr executor framework needs to escape shell characters in the filename generation in its logging.
The text was updated successfully, but these errors were encountered: