-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
44 lines (44 loc) · 3.33 KB
/
support.html
File metadata and controls
44 lines (44 loc) · 3.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Support · SigProfilerSuite</title>
<meta name="description" content="Contact and support information for SigProfilerSuite.">
<link rel="icon" href="assets/img/favicon.png">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<nav class="navbar" aria-label="Main navigation">
<a class="brand" href="index.html" aria-label="SigProfilerSuite home"><img src="assets/img/sigprofiler-logo.png" alt="" aria-hidden="true"><span class="sr-only">SigProfilerSuite</span></a>
<button class="nav-toggle" type="button" aria-expanded="false" aria-controls="nav-links">Menu</button>
<ul class="nav-links" id="nav-links"><li><a href="index.html">Home</a></li><li><a href="tools.html">Tools</a></li><li><a href="changelog.html">Changelog</a></li><li><a href="team.html">Team</a></li><li><a aria-current="page" href="support.html">Support</a></li><li><a class="button" href="https://github.com/SigProfilerSuite">GitHub</a></li></ul>
</nav>
</header>
<main id="main">
<section class="page-title"><div class="section"><span class="eyebrow">Support</span><h1>Support and contact</h1><p>For general questions about the SigProfilerSuite, contact the team by email. For tool-specific issues, please use the issue tracker of the corresponding GitHub repository whenever possible.</p></div></section>
<section class="section section-narrow">
<div class="grid grid-2 support-grid">
<article class="card support-card"><span class="tag">Tool-specific support</span><h3>GitHub Issues</h3><p>For reproducible software problems, please open an issue in the relevant tool repository with the package version, input type, command or script, and error message.</p><p class="support-action"><a class="button-secondary" href="tools.html">Find the repository</a></p></article>
<article class="card support-card"><span class="tag">General contact</span><h3>Email</h3><p>Use this address for general questions, coordination requests, scientific inquiries, or cases where you are unsure which tool repository is the right place to ask.</p><p class="support-action"><a class="button" href="mailto:[email protected]">[email protected]</a></p></article>
</div>
<div class="notice" style="margin-top:1rem;"><strong>Before opening an issue:</strong> please check that you are using the latest package version, include your Python version, and specify whether the analysis was run locally, on a cluster, or in a container.</div>
</section>
</main>
<footer class="site-footer">
<div class="footer-inner">
<div class="footer-brand">
<div class="footer-brand-top">
<img src="assets/img/sigprofiler-logo.png" alt="" aria-hidden="true">
<div><strong>SigProfilerSuite</strong><span>Open-source tools for mutational signature analysis.</span></div>
</div>
<span class="footer-copy">© 2026 SigProfilerSuite contributors.</span>
</div>
<div class="footer-links"><a href="support.html">Support</a><a href="mailto:[email protected]">Contact</a></div>
</div>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>