Albert09111 / SNIPR

SNIPR is a software to design single nucleotide specific programmable riboregulator.
GNU General Public License v3.0
3 stars 0 forks source link

error troubleshooting #3

Open vb3124 opened 2 years ago

vb3124 commented 2 years ago

hey! i am looking to use SNIPR for a research project and kept facing these errors and was looking for some advice. Any help would be appreciated!

SNIPR Error: File: SNIPR.m Line: 58 Column: 1 This statement is not inside any function. (It follows the END that terminates the definition of the function "parse_csv_text_string".)

SNIPR Error: File: SNIPR.m Line: 59 Column: 1 This statement is not inside any function. (It follows the END that terminates the definition of the function "parse_csv_text_string".)

SNIPR Error: File: SNIPR.m Line: 59 Column: 1 This statement is not inside any function. (It follows the END that terminates the definition of the function "parse_csv_text_string".)

SNIPR Error: File: SNIPR.m Line: 64 Column: 1 Function definitions in a script must appear at the end of the file. Move all statements after the "parse_csv_text_string" function definition to before the first local function definition.

SNIPR Error: File: SNIPR.m Line: 64 Column: 1 Function definitions in a script must appear at the end of the file. Move all statements after the "parse_csv_text_string" function definition to before the first local function definition.

/Users/xxxx/Downloads/SNIPR-master

Albert09111 commented 2 years ago

I added the function "parse_csv_text_string" to the lib folder. Let me know if you still encounter the errors.