From 30c826ddfc37f37969b92b5522afe4621069aec0 Mon Sep 17 00:00:00 2001 From: Lacey-Anne Sanderson Date: Wed, 17 Jul 2024 11:04:58 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 224b1dd..d50d3bf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ -# jbrowse-plugin-template +# DrupalRestAuthModel JBrowse InternetAccount Plugin -> Template to quickly start a new JBrowse plugin +This JBrowse2 plugin provides a new internet account type to allow you to set specific tracks within a JBrowse as private and requiring that a user be logged into a Tripal/Drupal site. It does not handle logging the user in. + +``` + _ _ _____ _ _ + /\ | | (_) | __ \ | | | | + / \ ___| |_ ___ _____ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ + / /\ \ / __| __| \ \ / / _ \ | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| + / ____ \ (__| |_| |\ V / __/ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ + /_/ \_\___|\__|_| \_/ \___| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| + | | + |_| +``` ## Usage