Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add documentation for try...catch statements #183

Open
juancresc opened this issue Dec 12, 2019 · 1 comment
Open

add documentation for try...catch statements #183

juancresc opened this issue Dec 12, 2019 · 1 comment

Comments

@juancresc
Copy link

No description provided.

@juancresc
Copy link
Author

I tried this, it does execute but if there's an error in the command, it breaks

    try{
        sys sw/TrimGalore-0.6.5/trim_galore --paired $sample_1 $sample_2 --output_dir data/clean/
    }catch (Exception e){
        print "error in $sample_1 $sample_2\n"
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant