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
Compute does not handle qouted strings with comma's correctly. The parameterfile supplied below gets compute in an infinite loop due to the following three parameter values:
Compute does not handle qouted strings with comma's correctly. The parameterfile supplied below gets compute in an infinite loop due to the following three parameter values:
,"chr1,chr2,chr3,chr4,chr5,chr6,chr7,chr8,chr9,chr10,chr11,chr12,chr13,chr14,chr15,chr16,chr17,chr18,chr19,chr20,chr21,chr22,chrX,chrY","c(chr1,chr2,chr3,chr4,chr5,chr6,chr7,chr8,chr9,chr10,chr11,chr12,chr13,chr14,chr15,chr16,chr17,chr18,chr19,chr20,chr21,chr22)","c(chr1,chr2,chr3,chr4,chr5,chr6,chr7,chr8,chr9,chr10,chr11,chr12,chr13,chr14,chr15,chr16,chr17,chr18,chr20,chr21,chr22)"
A (confirmed) workaround is to change the comma's to tabs and then replace them in the actual script.
parameter file supplied to compute
The text was updated successfully, but these errors were encountered: