SVGX
FeaturesHow It WorksPricingUse CasesChangelog
LoginFree Trial
SVGX

AI-powered SVG vector graphics generation tool providing an efficient creative experience for designers.

Product

  • Features
  • How It Works
  • Pricing

Resources

  • Changelog
  • Use Cases
  • Blog
  • Status

Company

  • About Us
  • Privacy Policy
  • Support

© 2024 SVGX & AISPIN. All rights reserved.

NewNew SVG editing features

AI-Powered SVG Vector Graphics
CreatorsCreators Best Assistant

Create professional SVG icons, logos, and illustrations in seconds with simple text descriptions, boosting your design efficiency.

Get Started
ios dns proxy app icon , , no text , simple, less color, 少线条简炼, 唔要盾牌样式
ios dns proxy app icon , , no text , simple, less color, 少线条简炼, 唔要盾牌样式
帮我绘制一张神经元结构图,该结构图应该明确展示树突 胞体 轴突 ,同时该神经元轴突应该连接下一个神经元的树突或者胞体,展示神经递质传输的过程
生成一个提示恭喜中奖的svga动画提示
生成一个提示恭喜中奖的svga动画提示
交换机
交换机
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
ios dns proxy app icon , , no text , simple, less color, 少线条简炼, 唔要盾牌样式
ios dns proxy app icon , , no text , simple, less color, 少线条简炼, 唔要盾牌样式
帮我绘制一张神经元结构图,该结构图应该明确展示树突 胞体 轴突 ,同时该神经元轴突应该连接下一个神经元的树突或者胞体,展示神经递质传输的过程
生成一个提示恭喜中奖的svga动画提示
生成一个提示恭喜中奖的svga动画提示
交换机
交换机
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
ios dns proxy app icon , , no text , simple, less color, 少线条简炼, 唔要盾牌样式
ios dns proxy app icon , , no text , simple, less color, 少线条简炼, 唔要盾牌样式
帮我绘制一张神经元结构图,该结构图应该明确展示树突 胞体 轴突 ,同时该神经元轴突应该连接下一个神经元的树突或者胞体,展示神经递质传输的过程
生成一个提示恭喜中奖的svga动画提示
生成一个提示恭喜中奖的svga动画提示
交换机
交换机
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
ios dns proxy app icon , , no text , simple, less color, 少线条简炼, 唔要盾牌样式
ios dns proxy app icon , , no text , simple, less color, 少线条简炼, 唔要盾牌样式
帮我绘制一张神经元结构图,该结构图应该明确展示树突 胞体 轴突 ,同时该神经元轴突应该连接下一个神经元的树突或者胞体,展示神经递质传输的过程
生成一个提示恭喜中奖的svga动画提示
生成一个提示恭喜中奖的svga动画提示
交换机
交换机
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
一个金黄色的小钱袋子
我想要生成带GESP字母的奖杯图标,正方形大小,并且中间有一个数字1代表等级
立体学校介绍
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>舌尖上的流量:网红美食十年进化史</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            padding: 40px 0;
            background: linear-gradient(135deg, #ff6b6b, #ff8e53);
            color: white;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        
        h2 {
            color: #ff6b6b;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .timeline-container {
            position: relative;
            padding: 40px 0;
        }
        
        .timeline {
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #ff6b6b, #ff8e53);
            transform: translateY(-50%);
        }
        
        .timeline-item {
            text-align: center;
            position: relative;
            width: 10%;
            z-index: 2;
        }
        
        .timeline-dot {
            width: 20px;
            height: 20px;
            background: #ff6b6b;
            border-radius: 50%;
            margin: 0 auto 10px;
            position: relative;
            z-index: 3;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .timeline-dot:hover {
            transform: scale(1.3);
            box-shadow: 0 0 0 5px rgba(255, 107, 107, 0.3);
        }
        
        .timeline-year {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .timeline-food {
            font-size: 0.85rem;
            color: #666;
        }
        
        .details-panel {
            display: none;
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-top: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #ff6b6b;
        }
        
        .details-panel.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .food-image {
            width: 100%;
            height: 200px;
            background-color: #f0f0f0;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 25px 0;
        }
        
        .stat-item {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }
        
        .stat-value {
            font-size: 1.8rem;
            font-weight: bold;
            color: #ff6b6b;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: #666;
        }
        
        .charts-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .chart {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
        .chart-title {
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: #555;
            text-align: center;
        }
        
        .interactive-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 40px;
        }
        
        .vote-btn {
            background: #ff6b6b;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        }
        
        .vote-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }
        
        footer {
            text-align: center;
            padding: 30px 0;
            color: #666;
            font-size: 0.9rem;
            margin-top: 50px;
            border-top: 1px solid #eee;
        }
        
        @media (max-width: 768px) {
            .charts-container, .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                width: 12%;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>舌尖上的流量:网红美食十年进化史</h1>
            <p class="subtitle">从2015到2025,探索网红美食从视觉爆款到社交共创的演变历程</p>
        </header>
        
        <section class="section">
            <h2>十年进化时间轴</h2>
            <div class="timeline-container">
                <div class="timeline">
                    <div class="timeline-item" data-year="2015">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2015</div>
                        <div class="timeline-food">芝士榴莲饼</div>
                    </div>
                    <div class="timeline-item" data-year="2016">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2016</div>
                        <div class="timeline-food">乌云冰淇淋</div>
                    </div>
                    <div class="timeline-item" data-year="2017">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2017</div>
                        <div class="timeline-food">抹茶脏脏包</div>
                    </div>
                    <div class="timeline-item" data-year="2018">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2018</div>
                        <div class="timeline-food">毛巾卷蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2019">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2019</div>
                        <div class="timeline-food">螺蛳粉火锅</div>
                    </div>
                    <div class="timeline-item" data-year="2020">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2020</div>
                        <div class="timeline-food">爆浆流心蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2021">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2021</div>
                        <div class="timeline-food">脆哨拿铁</div>
                    </div>
                    <div class="timeline-item" data-year="2022">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2022</div>
                        <div class="timeline-food">热奶宝</div>
                    </div>
                    <div class="timeline-item" data-year="2023">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2023</div>
                        <div class="timeline-food">芋泥麻薯蛋挞</div>
                    </div>
                    <div class="timeline-item" data-year="2024">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2024-2025</div>
                        <div class="timeline-food">固体杨枝甘露</div>
                    </div>
                </div>
                
                <!-- 详情面板 -->
                <div id="details-panel" class="details-panel">
                    <h3 id="detail-title">芝士榴莲饼 (2015)</h3>
                    <div class="food-image">美食图片展示区域</div>
                    
                    <div class="stats-grid">
                        <div class="stat-item">
                            <div class="stat-value">65%</div>
                            <div class="stat-label">视觉依赖度</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">5.8万</div>
                            <div class="stat-label">UGC峰值(条)</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">2周</div>
                            <div class="stat-label">爆火周期</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">微博</div>
                            <div class="stat-label">核心传播平台</div>
                        </div>
                    </div>
                    
                    <p id="detail-description">2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。</p>
                </div>
            </div>
        </section>
        
        <section class="section">
            <h2>网红美食爆火逻辑分析</h2>
            <div class="charts-container">
                <div class="chart">
                    <div class="chart-title">感官刺激维度变化</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置感官刺激的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">感官刺激数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">UGC传播与爆火周期关联</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置UGC传播的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">UGC传播数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">成本-销量-利润率关系</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置成本利润的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">成本利润数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">文化类网红美食区域分布</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置区域分布的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">区域分布数据可视化图表</text>
                    </svg>
                </div>
            </div>
        </section>
        
        <section class="interactive-section">
            <h2>你的选择决定下一个爆款</h2>
            <p>参与我们的互动投票,选出你心仪的食材组合,你的选择将直接成为下一款网红美食的研发蓝本!</p>
            <button class="vote-btn">立即参与投票</button>
        </section>
        
        <footer>
            <p>© 2026 舌尖上的流量研究小组 | 孔佳莉 刘妍 潘洋彤</p>
            <p>数据来源:公开资料整理,仅供参考</p>
        </footer>
    </div>

    <script>
        // 时间轴交互功能
        document.querySelectorAll('.timeline-dot').forEach(dot => {
            dot.addEventListener('click', function() {
                const year = this.parentElement.getAttribute('data-year');
                showYearDetails(year);
            });
        });
        
        // 默认显示2015年的详情
        showYearDetails('2015');
        
        function showYearDetails(year) {
            const panel = document.getElementById('details-panel');
            const title = document.getElementById('detail-title');
            const description = document.getElementById('detail-description');
            
            // 根据年份更新内容
            const details = getYearDetails(year);
            
            title.textContent = details.title;
            description.textContent = details.description;
            
            // 更新统计数据
            document.querySelectorAll('.stat-value').forEach((stat, index) => {
                stat.textContent = details.stats[index];
            });
            
            // 显示面板
            panel.classList.add('active');
        }
        
        function getYearDetails(year) {
            const details = {
                '2015': {
                    title: '芝士榴莲饼 (2015)',
                    description: '2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。',
                    stats: ['65%', '5.8万', '2周', '微博']
                },
                '2016': {
                    title: '乌云冰淇淋 (2016)',
                    description: '2016年,乌云冰淇淋以"颜值噱头+甜系主导"为特色,通过美食博客传播,开启了打卡经济模式。',
                    stats: ['58%', '3.2万', '10天', '美食博客']
                },
                '2017': {
                    title: '抹茶脏脏包 (2017)',
                    description: '2017年,抹茶脏脏包凭借"吃后反差+网红元素"的特点,在社交平台实现刷屏式传播,成为年度爆款。',
                    stats: ['62%', '8.7万', '3周', '社交平台']
                },
                '2018': {
                    title: '毛巾卷蛋糕 (2018)',
                    description: '2018年,毛巾卷蛋糕以"视觉治愈+大众口味"为卖点,通过线下门店与线上种草联动的方式走红。',
                    stats: ['70%', '12.5万', '4周', '线上线下联动']
                },
                '2019': {
                    title: '螺蛳粉火锅 (2019)',
                    description: '2019年,螺蛳粉火锅凭借"跨品类融合+重味刺激"的特点,在抖音平台爆火,催生了居家复刻趋势。',
                    stats: ['55%', '15.3万', '5周', '抖音']
                },
                '2020': {
                    title: '爆浆流心蛋糕 (2020)',
                    description: '2020年,爆浆流心蛋糕以"流心视觉+口感升级"为特色,在小红书平台获得超过12万条笔记,成为传播核心阵地。',
                    stats: ['68%', '12万+', '6周', '小红书']
                },
                '2021': {
                    title: '脆哨拿铁 (2021)',
                    description: '2021年,脆哨拿铁凭借"甜咸碰撞+听觉吸睛"的特点出圈,探店vlog成为主要传播方式,带火了咖啡创新品类。',
                    stats: ['52%', '9.8万', '3周', '探店vlog']
                },
                '2022': {
                    title: '热奶宝 (2022)',
                    description: '2022年,热奶宝以"街头升级+分层颜值"为特色,成为年度顶流,依赖直播带货拉动销量峰值。',
                    stats: ['72%', '18.5万', '8周', '直播带货']
                },
                '2023': {
                    title: '芋泥麻薯蛋挞 (2023)',
                    description: '2023年,芋泥麻薯蛋挞凭借"主食+甜品重构"的创新组合走红,依赖社交共创扩大传播声量。',
                    stats: ['60%', '14.2万', '5周', '社交共创']
                },
                '2024': {
                    title: '固体杨枝甘露 (2024-2025)',
                    description: '2024-2025年,固体杨枝甘露以"形态改造+本土食材"为特色,依赖社交平台共创与社群分享,"社交共创"属性显著。',
                    stats: ['45%+40%', '22.3万', '7周', '社交平台共创']
                }
            };
            
            return details[year] || details['2015'];
        }
        
        // 投票按钮交互
        document.querySelector('.vote-btn').addEventListener('click', function() {
            alert('投票功能即将开放!请关注我们的公众号获取最新投票链接。');
        });
    </script>
</body>
</html>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>舌尖上的流量:网红美食十年进化史</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            padding: 40px 0;
            background: linear-gradient(135deg, #ff6b6b, #ff8e53);
            color: white;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        
        h2 {
            color: #ff6b6b;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .timeline-container {
            position: relative;
            padding: 40px 0;
        }
        
        .timeline {
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #ff6b6b, #ff8e53);
            transform: translateY(-50%);
        }
        
        .timeline-item {
            text-align: center;
            position: relative;
            width: 10%;
            z-index: 2;
        }
        
        .timeline-dot {
            width: 20px;
            height: 20px;
            background: #ff6b6b;
            border-radius: 50%;
            margin: 0 auto 10px;
            position: relative;
            z-index: 3;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .timeline-dot:hover {
            transform: scale(1.3);
            box-shadow: 0 0 0 5px rgba(255, 107, 107, 0.3);
        }
        
        .timeline-year {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .timeline-food {
            font-size: 0.85rem;
            color: #666;
        }
        
        .details-panel {
            display: none;
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-top: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #ff6b6b;
        }
        
        .details-panel.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .food-image {
            width: 100%;
            height: 200px;
            background-color: #f0f0f0;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 25px 0;
        }
        
        .stat-item {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }
        
        .stat-value {
            font-size: 1.8rem;
            font-weight: bold;
            color: #ff6b6b;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: #666;
        }
        
        .charts-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .chart {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
        .chart-title {
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: #555;
            text-align: center;
        }
        
        .interactive-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 40px;
        }
        
        .vote-btn {
            background: #ff6b6b;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        }
        
        .vote-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }
        
        footer {
            text-align: center;
            padding: 30px 0;
            color: #666;
            font-size: 0.9rem;
            margin-top: 50px;
            border-top: 1px solid #eee;
        }
        
        @media (max-width: 768px) {
            .charts-container, .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                width: 12%;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>舌尖上的流量:网红美食十年进化史</h1>
            <p class="subtitle">从2015到2025,探索网红美食从视觉爆款到社交共创的演变历程</p>
        </header>
        
        <section class="section">
            <h2>十年进化时间轴</h2>
            <div class="timeline-container">
                <div class="timeline">
                    <div class="timeline-item" data-year="2015">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2015</div>
                        <div class="timeline-food">芝士榴莲饼</div>
                    </div>
                    <div class="timeline-item" data-year="2016">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2016</div>
                        <div class="timeline-food">乌云冰淇淋</div>
                    </div>
                    <div class="timeline-item" data-year="2017">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2017</div>
                        <div class="timeline-food">抹茶脏脏包</div>
                    </div>
                    <div class="timeline-item" data-year="2018">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2018</div>
                        <div class="timeline-food">毛巾卷蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2019">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2019</div>
                        <div class="timeline-food">螺蛳粉火锅</div>
                    </div>
                    <div class="timeline-item" data-year="2020">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2020</div>
                        <div class="timeline-food">爆浆流心蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2021">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2021</div>
                        <div class="timeline-food">脆哨拿铁</div>
                    </div>
                    <div class="timeline-item" data-year="2022">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2022</div>
                        <div class="timeline-food">热奶宝</div>
                    </div>
                    <div class="timeline-item" data-year="2023">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2023</div>
                        <div class="timeline-food">芋泥麻薯蛋挞</div>
                    </div>
                    <div class="timeline-item" data-year="2024">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2024-2025</div>
                        <div class="timeline-food">固体杨枝甘露</div>
                    </div>
                </div>
                
                <!-- 详情面板 -->
                <div id="details-panel" class="details-panel">
                    <h3 id="detail-title">芝士榴莲饼 (2015)</h3>
                    <div class="food-image">美食图片展示区域</div>
                    
                    <div class="stats-grid">
                        <div class="stat-item">
                            <div class="stat-value">65%</div>
                            <div class="stat-label">视觉依赖度</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">5.8万</div>
                            <div class="stat-label">UGC峰值(条)</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">2周</div>
                            <div class="stat-label">爆火周期</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">微博</div>
                            <div class="stat-label">核心传播平台</div>
                        </div>
                    </div>
                    
                    <p id="detail-description">2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。</p>
                </div>
            </div>
        </section>
        
        <section class="section">
            <h2>网红美食爆火逻辑分析</h2>
            <div class="charts-container">
                <div class="chart">
                    <div class="chart-title">感官刺激维度变化</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置感官刺激的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">感官刺激数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">UGC传播与爆火周期关联</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置UGC传播的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">UGC传播数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">成本-销量-利润率关系</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置成本利润的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">成本利润数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">文化类网红美食区域分布</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置区域分布的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">区域分布数据可视化图表</text>
                    </svg>
                </div>
            </div>
        </section>
        
        <section class="interactive-section">
            <h2>你的选择决定下一个爆款</h2>
            <p>参与我们的互动投票,选出你心仪的食材组合,你的选择将直接成为下一款网红美食的研发蓝本!</p>
            <button class="vote-btn">立即参与投票</button>
        </section>
        
        <footer>
            <p>© 2026 舌尖上的流量研究小组 | 孔佳莉 刘妍 潘洋彤</p>
            <p>数据来源:公开资料整理,仅供参考</p>
        </footer>
    </div>

    <script>
        // 时间轴交互功能
        document.querySelectorAll('.timeline-dot').forEach(dot => {
            dot.addEventListener('click', function() {
                const year = this.parentElement.getAttribute('data-year');
                showYearDetails(year);
            });
        });
        
        // 默认显示2015年的详情
        showYearDetails('2015');
        
        function showYearDetails(year) {
            const panel = document.getElementById('details-panel');
            const title = document.getElementById('detail-title');
            const description = document.getElementById('detail-description');
            
            // 根据年份更新内容
            const details = getYearDetails(year);
            
            title.textContent = details.title;
            description.textContent = details.description;
            
            // 更新统计数据
            document.querySelectorAll('.stat-value').forEach((stat, index) => {
                stat.textContent = details.stats[index];
            });
            
            // 显示面板
            panel.classList.add('active');
        }
        
        function getYearDetails(year) {
            const details = {
                '2015': {
                    title: '芝士榴莲饼 (2015)',
                    description: '2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。',
                    stats: ['65%', '5.8万', '2周', '微博']
                },
                '2016': {
                    title: '乌云冰淇淋 (2016)',
                    description: '2016年,乌云冰淇淋以"颜值噱头+甜系主导"为特色,通过美食博客传播,开启了打卡经济模式。',
                    stats: ['58%', '3.2万', '10天', '美食博客']
                },
                '2017': {
                    title: '抹茶脏脏包 (2017)',
                    description: '2017年,抹茶脏脏包凭借"吃后反差+网红元素"的特点,在社交平台实现刷屏式传播,成为年度爆款。',
                    stats: ['62%', '8.7万', '3周', '社交平台']
                },
                '2018': {
                    title: '毛巾卷蛋糕 (2018)',
                    description: '2018年,毛巾卷蛋糕以"视觉治愈+大众口味"为卖点,通过线下门店与线上种草联动的方式走红。',
                    stats: ['70%', '12.5万', '4周', '线上线下联动']
                },
                '2019': {
                    title: '螺蛳粉火锅 (2019)',
                    description: '2019年,螺蛳粉火锅凭借"跨品类融合+重味刺激"的特点,在抖音平台爆火,催生了居家复刻趋势。',
                    stats: ['55%', '15.3万', '5周', '抖音']
                },
                '2020': {
                    title: '爆浆流心蛋糕 (2020)',
                    description: '2020年,爆浆流心蛋糕以"流心视觉+口感升级"为特色,在小红书平台获得超过12万条笔记,成为传播核心阵地。',
                    stats: ['68%', '12万+', '6周', '小红书']
                },
                '2021': {
                    title: '脆哨拿铁 (2021)',
                    description: '2021年,脆哨拿铁凭借"甜咸碰撞+听觉吸睛"的特点出圈,探店vlog成为主要传播方式,带火了咖啡创新品类。',
                    stats: ['52%', '9.8万', '3周', '探店vlog']
                },
                '2022': {
                    title: '热奶宝 (2022)',
                    description: '2022年,热奶宝以"街头升级+分层颜值"为特色,成为年度顶流,依赖直播带货拉动销量峰值。',
                    stats: ['72%', '18.5万', '8周', '直播带货']
                },
                '2023': {
                    title: '芋泥麻薯蛋挞 (2023)',
                    description: '2023年,芋泥麻薯蛋挞凭借"主食+甜品重构"的创新组合走红,依赖社交共创扩大传播声量。',
                    stats: ['60%', '14.2万', '5周', '社交共创']
                },
                '2024': {
                    title: '固体杨枝甘露 (2024-2025)',
                    description: '2024-2025年,固体杨枝甘露以"形态改造+本土食材"为特色,依赖社交平台共创与社群分享,"社交共创"属性显著。',
                    stats: ['45%+40%', '22.3万', '7周', '社交平台共创']
                }
            };
            
            return details[year] || details['2015'];
        }
        
        // 投票按钮交互
        document.querySelector('.vote-btn').addEventListener('click', function() {
            alert('投票功能即将开放!请关注我们的公众号获取最新投票链接。');
        });
    </script>
</body>
</html>
server
<?xml version="1.0" encoding="UTF-8"?>
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="1024"
    height="559"
    viewBox="0 0 1024 559">
  <image
      href="D313615F-8706-454F-BB0F-3BA992F089E6.png"
      x="0"
      y="0"
      width="1024"
      height="559"
      preserveAspectRatio="none" />
</svg>
无限符号星系
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
模块组成:严格遵循了三个几何矩形模块的设计要求,其中两个矩形模块对齐构成了主体结构,第三个矩形模块在右上角轻微错位露出,形成了微妙的层次感和动态感。
单色极简设计:采用纯黑色调,符合单色极简的设计风格,突出了结构本身的美感。
描边结构:所有矩形模块均采用了极细的描边设计,在24px尺寸下线宽约1.5px,完美契合了用户的线宽要求。
不完全封闭与留白:整体设计并非完全封闭的结构,通过矩形模块之间的缝隙和错位形成了自然的留白,增强了结构感和透气感。
视觉气质呈现
系统级工具感:通过模块化的组合方式和简洁的线条,营造出了一种精密、专业的工程系统风格,符合“系统级工具”的视觉感受。
不完整感与结构感:第三个模块的轻微错位设计打破了完全对称的平衡,带来了一丝不完整感,同时也更加突出了整体的结构感。
颜色与比例规范
颜色:使用纯黑色调,符合用户对颜色的要求。
线宽:在24px尺寸下,线宽精确控制在约1.5px,保证了线条的纤细感。
圆角:所有矩形模块都带有2-4px的小圆角,既增加了设计的柔和度,又不会影响整体的硬朗风格。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
模块组成:严格遵循了三个几何矩形模块的设计要求,其中两个矩形模块对齐构成了主体结构,第三个矩形模块在右上角轻微错位露出,形成了微妙的层次感和动态感。
单色极简设计:采用纯黑色调,符合单色极简的设计风格,突出了结构本身的美感。
描边结构:所有矩形模块均采用了极细的描边设计,在24px尺寸下线宽约1.5px,完美契合了用户的线宽要求。
不完全封闭与留白:整体设计并非完全封闭的结构,通过矩形模块之间的缝隙和错位形成了自然的留白,增强了结构感和透气感。
视觉气质呈现
系统级工具感:通过模块化的组合方式和简洁的线条,营造出了一种精密、专业的工程系统风格,符合“系统级工具”的视觉感受。
不完整感与结构感:第三个模块的轻微错位设计打破了完全对称的平衡,带来了一丝不完整感,同时也更加突出了整体的结构感。
颜色与比例规范
颜色:使用纯黑色调,符合用户对颜色的要求。
线宽:在24px尺寸下,线宽精确控制在约1.5px,保证了线条的纤细感。
圆角:所有矩形模块都带有2-4px的小圆角,既增加了设计的柔和度,又不会影响整体的硬朗风格。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
我想要生成带GESP字母的奖杯图标,正方形大小,并且中间有一个数字1代表等级
立体学校介绍
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>舌尖上的流量:网红美食十年进化史</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            padding: 40px 0;
            background: linear-gradient(135deg, #ff6b6b, #ff8e53);
            color: white;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        
        h2 {
            color: #ff6b6b;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .timeline-container {
            position: relative;
            padding: 40px 0;
        }
        
        .timeline {
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #ff6b6b, #ff8e53);
            transform: translateY(-50%);
        }
        
        .timeline-item {
            text-align: center;
            position: relative;
            width: 10%;
            z-index: 2;
        }
        
        .timeline-dot {
            width: 20px;
            height: 20px;
            background: #ff6b6b;
            border-radius: 50%;
            margin: 0 auto 10px;
            position: relative;
            z-index: 3;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .timeline-dot:hover {
            transform: scale(1.3);
            box-shadow: 0 0 0 5px rgba(255, 107, 107, 0.3);
        }
        
        .timeline-year {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .timeline-food {
            font-size: 0.85rem;
            color: #666;
        }
        
        .details-panel {
            display: none;
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-top: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #ff6b6b;
        }
        
        .details-panel.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .food-image {
            width: 100%;
            height: 200px;
            background-color: #f0f0f0;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 25px 0;
        }
        
        .stat-item {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }
        
        .stat-value {
            font-size: 1.8rem;
            font-weight: bold;
            color: #ff6b6b;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: #666;
        }
        
        .charts-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .chart {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
        .chart-title {
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: #555;
            text-align: center;
        }
        
        .interactive-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 40px;
        }
        
        .vote-btn {
            background: #ff6b6b;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        }
        
        .vote-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }
        
        footer {
            text-align: center;
            padding: 30px 0;
            color: #666;
            font-size: 0.9rem;
            margin-top: 50px;
            border-top: 1px solid #eee;
        }
        
        @media (max-width: 768px) {
            .charts-container, .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                width: 12%;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>舌尖上的流量:网红美食十年进化史</h1>
            <p class="subtitle">从2015到2025,探索网红美食从视觉爆款到社交共创的演变历程</p>
        </header>
        
        <section class="section">
            <h2>十年进化时间轴</h2>
            <div class="timeline-container">
                <div class="timeline">
                    <div class="timeline-item" data-year="2015">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2015</div>
                        <div class="timeline-food">芝士榴莲饼</div>
                    </div>
                    <div class="timeline-item" data-year="2016">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2016</div>
                        <div class="timeline-food">乌云冰淇淋</div>
                    </div>
                    <div class="timeline-item" data-year="2017">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2017</div>
                        <div class="timeline-food">抹茶脏脏包</div>
                    </div>
                    <div class="timeline-item" data-year="2018">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2018</div>
                        <div class="timeline-food">毛巾卷蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2019">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2019</div>
                        <div class="timeline-food">螺蛳粉火锅</div>
                    </div>
                    <div class="timeline-item" data-year="2020">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2020</div>
                        <div class="timeline-food">爆浆流心蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2021">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2021</div>
                        <div class="timeline-food">脆哨拿铁</div>
                    </div>
                    <div class="timeline-item" data-year="2022">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2022</div>
                        <div class="timeline-food">热奶宝</div>
                    </div>
                    <div class="timeline-item" data-year="2023">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2023</div>
                        <div class="timeline-food">芋泥麻薯蛋挞</div>
                    </div>
                    <div class="timeline-item" data-year="2024">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2024-2025</div>
                        <div class="timeline-food">固体杨枝甘露</div>
                    </div>
                </div>
                
                <!-- 详情面板 -->
                <div id="details-panel" class="details-panel">
                    <h3 id="detail-title">芝士榴莲饼 (2015)</h3>
                    <div class="food-image">美食图片展示区域</div>
                    
                    <div class="stats-grid">
                        <div class="stat-item">
                            <div class="stat-value">65%</div>
                            <div class="stat-label">视觉依赖度</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">5.8万</div>
                            <div class="stat-label">UGC峰值(条)</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">2周</div>
                            <div class="stat-label">爆火周期</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">微博</div>
                            <div class="stat-label">核心传播平台</div>
                        </div>
                    </div>
                    
                    <p id="detail-description">2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。</p>
                </div>
            </div>
        </section>
        
        <section class="section">
            <h2>网红美食爆火逻辑分析</h2>
            <div class="charts-container">
                <div class="chart">
                    <div class="chart-title">感官刺激维度变化</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置感官刺激的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">感官刺激数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">UGC传播与爆火周期关联</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置UGC传播的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">UGC传播数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">成本-销量-利润率关系</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置成本利润的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">成本利润数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">文化类网红美食区域分布</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置区域分布的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">区域分布数据可视化图表</text>
                    </svg>
                </div>
            </div>
        </section>
        
        <section class="interactive-section">
            <h2>你的选择决定下一个爆款</h2>
            <p>参与我们的互动投票,选出你心仪的食材组合,你的选择将直接成为下一款网红美食的研发蓝本!</p>
            <button class="vote-btn">立即参与投票</button>
        </section>
        
        <footer>
            <p>© 2026 舌尖上的流量研究小组 | 孔佳莉 刘妍 潘洋彤</p>
            <p>数据来源:公开资料整理,仅供参考</p>
        </footer>
    </div>

    <script>
        // 时间轴交互功能
        document.querySelectorAll('.timeline-dot').forEach(dot => {
            dot.addEventListener('click', function() {
                const year = this.parentElement.getAttribute('data-year');
                showYearDetails(year);
            });
        });
        
        // 默认显示2015年的详情
        showYearDetails('2015');
        
        function showYearDetails(year) {
            const panel = document.getElementById('details-panel');
            const title = document.getElementById('detail-title');
            const description = document.getElementById('detail-description');
            
            // 根据年份更新内容
            const details = getYearDetails(year);
            
            title.textContent = details.title;
            description.textContent = details.description;
            
            // 更新统计数据
            document.querySelectorAll('.stat-value').forEach((stat, index) => {
                stat.textContent = details.stats[index];
            });
            
            // 显示面板
            panel.classList.add('active');
        }
        
        function getYearDetails(year) {
            const details = {
                '2015': {
                    title: '芝士榴莲饼 (2015)',
                    description: '2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。',
                    stats: ['65%', '5.8万', '2周', '微博']
                },
                '2016': {
                    title: '乌云冰淇淋 (2016)',
                    description: '2016年,乌云冰淇淋以"颜值噱头+甜系主导"为特色,通过美食博客传播,开启了打卡经济模式。',
                    stats: ['58%', '3.2万', '10天', '美食博客']
                },
                '2017': {
                    title: '抹茶脏脏包 (2017)',
                    description: '2017年,抹茶脏脏包凭借"吃后反差+网红元素"的特点,在社交平台实现刷屏式传播,成为年度爆款。',
                    stats: ['62%', '8.7万', '3周', '社交平台']
                },
                '2018': {
                    title: '毛巾卷蛋糕 (2018)',
                    description: '2018年,毛巾卷蛋糕以"视觉治愈+大众口味"为卖点,通过线下门店与线上种草联动的方式走红。',
                    stats: ['70%', '12.5万', '4周', '线上线下联动']
                },
                '2019': {
                    title: '螺蛳粉火锅 (2019)',
                    description: '2019年,螺蛳粉火锅凭借"跨品类融合+重味刺激"的特点,在抖音平台爆火,催生了居家复刻趋势。',
                    stats: ['55%', '15.3万', '5周', '抖音']
                },
                '2020': {
                    title: '爆浆流心蛋糕 (2020)',
                    description: '2020年,爆浆流心蛋糕以"流心视觉+口感升级"为特色,在小红书平台获得超过12万条笔记,成为传播核心阵地。',
                    stats: ['68%', '12万+', '6周', '小红书']
                },
                '2021': {
                    title: '脆哨拿铁 (2021)',
                    description: '2021年,脆哨拿铁凭借"甜咸碰撞+听觉吸睛"的特点出圈,探店vlog成为主要传播方式,带火了咖啡创新品类。',
                    stats: ['52%', '9.8万', '3周', '探店vlog']
                },
                '2022': {
                    title: '热奶宝 (2022)',
                    description: '2022年,热奶宝以"街头升级+分层颜值"为特色,成为年度顶流,依赖直播带货拉动销量峰值。',
                    stats: ['72%', '18.5万', '8周', '直播带货']
                },
                '2023': {
                    title: '芋泥麻薯蛋挞 (2023)',
                    description: '2023年,芋泥麻薯蛋挞凭借"主食+甜品重构"的创新组合走红,依赖社交共创扩大传播声量。',
                    stats: ['60%', '14.2万', '5周', '社交共创']
                },
                '2024': {
                    title: '固体杨枝甘露 (2024-2025)',
                    description: '2024-2025年,固体杨枝甘露以"形态改造+本土食材"为特色,依赖社交平台共创与社群分享,"社交共创"属性显著。',
                    stats: ['45%+40%', '22.3万', '7周', '社交平台共创']
                }
            };
            
            return details[year] || details['2015'];
        }
        
        // 投票按钮交互
        document.querySelector('.vote-btn').addEventListener('click', function() {
            alert('投票功能即将开放!请关注我们的公众号获取最新投票链接。');
        });
    </script>
</body>
</html>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>舌尖上的流量:网红美食十年进化史</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            padding: 40px 0;
            background: linear-gradient(135deg, #ff6b6b, #ff8e53);
            color: white;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        
        h2 {
            color: #ff6b6b;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .timeline-container {
            position: relative;
            padding: 40px 0;
        }
        
        .timeline {
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #ff6b6b, #ff8e53);
            transform: translateY(-50%);
        }
        
        .timeline-item {
            text-align: center;
            position: relative;
            width: 10%;
            z-index: 2;
        }
        
        .timeline-dot {
            width: 20px;
            height: 20px;
            background: #ff6b6b;
            border-radius: 50%;
            margin: 0 auto 10px;
            position: relative;
            z-index: 3;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .timeline-dot:hover {
            transform: scale(1.3);
            box-shadow: 0 0 0 5px rgba(255, 107, 107, 0.3);
        }
        
        .timeline-year {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .timeline-food {
            font-size: 0.85rem;
            color: #666;
        }
        
        .details-panel {
            display: none;
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-top: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #ff6b6b;
        }
        
        .details-panel.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .food-image {
            width: 100%;
            height: 200px;
            background-color: #f0f0f0;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 25px 0;
        }
        
        .stat-item {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }
        
        .stat-value {
            font-size: 1.8rem;
            font-weight: bold;
            color: #ff6b6b;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: #666;
        }
        
        .charts-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .chart {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
        .chart-title {
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: #555;
            text-align: center;
        }
        
        .interactive-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 40px;
        }
        
        .vote-btn {
            background: #ff6b6b;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        }
        
        .vote-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }
        
        footer {
            text-align: center;
            padding: 30px 0;
            color: #666;
            font-size: 0.9rem;
            margin-top: 50px;
            border-top: 1px solid #eee;
        }
        
        @media (max-width: 768px) {
            .charts-container, .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                width: 12%;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>舌尖上的流量:网红美食十年进化史</h1>
            <p class="subtitle">从2015到2025,探索网红美食从视觉爆款到社交共创的演变历程</p>
        </header>
        
        <section class="section">
            <h2>十年进化时间轴</h2>
            <div class="timeline-container">
                <div class="timeline">
                    <div class="timeline-item" data-year="2015">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2015</div>
                        <div class="timeline-food">芝士榴莲饼</div>
                    </div>
                    <div class="timeline-item" data-year="2016">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2016</div>
                        <div class="timeline-food">乌云冰淇淋</div>
                    </div>
                    <div class="timeline-item" data-year="2017">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2017</div>
                        <div class="timeline-food">抹茶脏脏包</div>
                    </div>
                    <div class="timeline-item" data-year="2018">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2018</div>
                        <div class="timeline-food">毛巾卷蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2019">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2019</div>
                        <div class="timeline-food">螺蛳粉火锅</div>
                    </div>
                    <div class="timeline-item" data-year="2020">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2020</div>
                        <div class="timeline-food">爆浆流心蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2021">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2021</div>
                        <div class="timeline-food">脆哨拿铁</div>
                    </div>
                    <div class="timeline-item" data-year="2022">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2022</div>
                        <div class="timeline-food">热奶宝</div>
                    </div>
                    <div class="timeline-item" data-year="2023">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2023</div>
                        <div class="timeline-food">芋泥麻薯蛋挞</div>
                    </div>
                    <div class="timeline-item" data-year="2024">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2024-2025</div>
                        <div class="timeline-food">固体杨枝甘露</div>
                    </div>
                </div>
                
                <!-- 详情面板 -->
                <div id="details-panel" class="details-panel">
                    <h3 id="detail-title">芝士榴莲饼 (2015)</h3>
                    <div class="food-image">美食图片展示区域</div>
                    
                    <div class="stats-grid">
                        <div class="stat-item">
                            <div class="stat-value">65%</div>
                            <div class="stat-label">视觉依赖度</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">5.8万</div>
                            <div class="stat-label">UGC峰值(条)</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">2周</div>
                            <div class="stat-label">爆火周期</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">微博</div>
                            <div class="stat-label">核心传播平台</div>
                        </div>
                    </div>
                    
                    <p id="detail-description">2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。</p>
                </div>
            </div>
        </section>
        
        <section class="section">
            <h2>网红美食爆火逻辑分析</h2>
            <div class="charts-container">
                <div class="chart">
                    <div class="chart-title">感官刺激维度变化</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置感官刺激的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">感官刺激数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">UGC传播与爆火周期关联</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置UGC传播的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">UGC传播数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">成本-销量-利润率关系</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置成本利润的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">成本利润数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">文化类网红美食区域分布</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置区域分布的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">区域分布数据可视化图表</text>
                    </svg>
                </div>
            </div>
        </section>
        
        <section class="interactive-section">
            <h2>你的选择决定下一个爆款</h2>
            <p>参与我们的互动投票,选出你心仪的食材组合,你的选择将直接成为下一款网红美食的研发蓝本!</p>
            <button class="vote-btn">立即参与投票</button>
        </section>
        
        <footer>
            <p>© 2026 舌尖上的流量研究小组 | 孔佳莉 刘妍 潘洋彤</p>
            <p>数据来源:公开资料整理,仅供参考</p>
        </footer>
    </div>

    <script>
        // 时间轴交互功能
        document.querySelectorAll('.timeline-dot').forEach(dot => {
            dot.addEventListener('click', function() {
                const year = this.parentElement.getAttribute('data-year');
                showYearDetails(year);
            });
        });
        
        // 默认显示2015年的详情
        showYearDetails('2015');
        
        function showYearDetails(year) {
            const panel = document.getElementById('details-panel');
            const title = document.getElementById('detail-title');
            const description = document.getElementById('detail-description');
            
            // 根据年份更新内容
            const details = getYearDetails(year);
            
            title.textContent = details.title;
            description.textContent = details.description;
            
            // 更新统计数据
            document.querySelectorAll('.stat-value').forEach((stat, index) => {
                stat.textContent = details.stats[index];
            });
            
            // 显示面板
            panel.classList.add('active');
        }
        
        function getYearDetails(year) {
            const details = {
                '2015': {
                    title: '芝士榴莲饼 (2015)',
                    description: '2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。',
                    stats: ['65%', '5.8万', '2周', '微博']
                },
                '2016': {
                    title: '乌云冰淇淋 (2016)',
                    description: '2016年,乌云冰淇淋以"颜值噱头+甜系主导"为特色,通过美食博客传播,开启了打卡经济模式。',
                    stats: ['58%', '3.2万', '10天', '美食博客']
                },
                '2017': {
                    title: '抹茶脏脏包 (2017)',
                    description: '2017年,抹茶脏脏包凭借"吃后反差+网红元素"的特点,在社交平台实现刷屏式传播,成为年度爆款。',
                    stats: ['62%', '8.7万', '3周', '社交平台']
                },
                '2018': {
                    title: '毛巾卷蛋糕 (2018)',
                    description: '2018年,毛巾卷蛋糕以"视觉治愈+大众口味"为卖点,通过线下门店与线上种草联动的方式走红。',
                    stats: ['70%', '12.5万', '4周', '线上线下联动']
                },
                '2019': {
                    title: '螺蛳粉火锅 (2019)',
                    description: '2019年,螺蛳粉火锅凭借"跨品类融合+重味刺激"的特点,在抖音平台爆火,催生了居家复刻趋势。',
                    stats: ['55%', '15.3万', '5周', '抖音']
                },
                '2020': {
                    title: '爆浆流心蛋糕 (2020)',
                    description: '2020年,爆浆流心蛋糕以"流心视觉+口感升级"为特色,在小红书平台获得超过12万条笔记,成为传播核心阵地。',
                    stats: ['68%', '12万+', '6周', '小红书']
                },
                '2021': {
                    title: '脆哨拿铁 (2021)',
                    description: '2021年,脆哨拿铁凭借"甜咸碰撞+听觉吸睛"的特点出圈,探店vlog成为主要传播方式,带火了咖啡创新品类。',
                    stats: ['52%', '9.8万', '3周', '探店vlog']
                },
                '2022': {
                    title: '热奶宝 (2022)',
                    description: '2022年,热奶宝以"街头升级+分层颜值"为特色,成为年度顶流,依赖直播带货拉动销量峰值。',
                    stats: ['72%', '18.5万', '8周', '直播带货']
                },
                '2023': {
                    title: '芋泥麻薯蛋挞 (2023)',
                    description: '2023年,芋泥麻薯蛋挞凭借"主食+甜品重构"的创新组合走红,依赖社交共创扩大传播声量。',
                    stats: ['60%', '14.2万', '5周', '社交共创']
                },
                '2024': {
                    title: '固体杨枝甘露 (2024-2025)',
                    description: '2024-2025年,固体杨枝甘露以"形态改造+本土食材"为特色,依赖社交平台共创与社群分享,"社交共创"属性显著。',
                    stats: ['45%+40%', '22.3万', '7周', '社交平台共创']
                }
            };
            
            return details[year] || details['2015'];
        }
        
        // 投票按钮交互
        document.querySelector('.vote-btn').addEventListener('click', function() {
            alert('投票功能即将开放!请关注我们的公众号获取最新投票链接。');
        });
    </script>
</body>
</html>
server
<?xml version="1.0" encoding="UTF-8"?>
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="1024"
    height="559"
    viewBox="0 0 1024 559">
  <image
      href="D313615F-8706-454F-BB0F-3BA992F089E6.png"
      x="0"
      y="0"
      width="1024"
      height="559"
      preserveAspectRatio="none" />
</svg>
无限符号星系
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
模块组成:严格遵循了三个几何矩形模块的设计要求,其中两个矩形模块对齐构成了主体结构,第三个矩形模块在右上角轻微错位露出,形成了微妙的层次感和动态感。
单色极简设计:采用纯黑色调,符合单色极简的设计风格,突出了结构本身的美感。
描边结构:所有矩形模块均采用了极细的描边设计,在24px尺寸下线宽约1.5px,完美契合了用户的线宽要求。
不完全封闭与留白:整体设计并非完全封闭的结构,通过矩形模块之间的缝隙和错位形成了自然的留白,增强了结构感和透气感。
视觉气质呈现
系统级工具感:通过模块化的组合方式和简洁的线条,营造出了一种精密、专业的工程系统风格,符合“系统级工具”的视觉感受。
不完整感与结构感:第三个模块的轻微错位设计打破了完全对称的平衡,带来了一丝不完整感,同时也更加突出了整体的结构感。
颜色与比例规范
颜色:使用纯黑色调,符合用户对颜色的要求。
线宽:在24px尺寸下,线宽精确控制在约1.5px,保证了线条的纤细感。
圆角:所有矩形模块都带有2-4px的小圆角,既增加了设计的柔和度,又不会影响整体的硬朗风格。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
模块组成:严格遵循了三个几何矩形模块的设计要求,其中两个矩形模块对齐构成了主体结构,第三个矩形模块在右上角轻微错位露出,形成了微妙的层次感和动态感。
单色极简设计:采用纯黑色调,符合单色极简的设计风格,突出了结构本身的美感。
描边结构:所有矩形模块均采用了极细的描边设计,在24px尺寸下线宽约1.5px,完美契合了用户的线宽要求。
不完全封闭与留白:整体设计并非完全封闭的结构,通过矩形模块之间的缝隙和错位形成了自然的留白,增强了结构感和透气感。
视觉气质呈现
系统级工具感:通过模块化的组合方式和简洁的线条,营造出了一种精密、专业的工程系统风格,符合“系统级工具”的视觉感受。
不完整感与结构感:第三个模块的轻微错位设计打破了完全对称的平衡,带来了一丝不完整感,同时也更加突出了整体的结构感。
颜色与比例规范
颜色:使用纯黑色调,符合用户对颜色的要求。
线宽:在24px尺寸下,线宽精确控制在约1.5px,保证了线条的纤细感。
圆角:所有矩形模块都带有2-4px的小圆角,既增加了设计的柔和度,又不会影响整体的硬朗风格。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
我想要生成带GESP字母的奖杯图标,正方形大小,并且中间有一个数字1代表等级
立体学校介绍
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>舌尖上的流量:网红美食十年进化史</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            padding: 40px 0;
            background: linear-gradient(135deg, #ff6b6b, #ff8e53);
            color: white;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        
        h2 {
            color: #ff6b6b;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .timeline-container {
            position: relative;
            padding: 40px 0;
        }
        
        .timeline {
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #ff6b6b, #ff8e53);
            transform: translateY(-50%);
        }
        
        .timeline-item {
            text-align: center;
            position: relative;
            width: 10%;
            z-index: 2;
        }
        
        .timeline-dot {
            width: 20px;
            height: 20px;
            background: #ff6b6b;
            border-radius: 50%;
            margin: 0 auto 10px;
            position: relative;
            z-index: 3;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .timeline-dot:hover {
            transform: scale(1.3);
            box-shadow: 0 0 0 5px rgba(255, 107, 107, 0.3);
        }
        
        .timeline-year {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .timeline-food {
            font-size: 0.85rem;
            color: #666;
        }
        
        .details-panel {
            display: none;
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-top: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #ff6b6b;
        }
        
        .details-panel.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .food-image {
            width: 100%;
            height: 200px;
            background-color: #f0f0f0;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 25px 0;
        }
        
        .stat-item {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }
        
        .stat-value {
            font-size: 1.8rem;
            font-weight: bold;
            color: #ff6b6b;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: #666;
        }
        
        .charts-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .chart {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
        .chart-title {
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: #555;
            text-align: center;
        }
        
        .interactive-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 40px;
        }
        
        .vote-btn {
            background: #ff6b6b;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        }
        
        .vote-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }
        
        footer {
            text-align: center;
            padding: 30px 0;
            color: #666;
            font-size: 0.9rem;
            margin-top: 50px;
            border-top: 1px solid #eee;
        }
        
        @media (max-width: 768px) {
            .charts-container, .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                width: 12%;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>舌尖上的流量:网红美食十年进化史</h1>
            <p class="subtitle">从2015到2025,探索网红美食从视觉爆款到社交共创的演变历程</p>
        </header>
        
        <section class="section">
            <h2>十年进化时间轴</h2>
            <div class="timeline-container">
                <div class="timeline">
                    <div class="timeline-item" data-year="2015">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2015</div>
                        <div class="timeline-food">芝士榴莲饼</div>
                    </div>
                    <div class="timeline-item" data-year="2016">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2016</div>
                        <div class="timeline-food">乌云冰淇淋</div>
                    </div>
                    <div class="timeline-item" data-year="2017">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2017</div>
                        <div class="timeline-food">抹茶脏脏包</div>
                    </div>
                    <div class="timeline-item" data-year="2018">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2018</div>
                        <div class="timeline-food">毛巾卷蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2019">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2019</div>
                        <div class="timeline-food">螺蛳粉火锅</div>
                    </div>
                    <div class="timeline-item" data-year="2020">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2020</div>
                        <div class="timeline-food">爆浆流心蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2021">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2021</div>
                        <div class="timeline-food">脆哨拿铁</div>
                    </div>
                    <div class="timeline-item" data-year="2022">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2022</div>
                        <div class="timeline-food">热奶宝</div>
                    </div>
                    <div class="timeline-item" data-year="2023">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2023</div>
                        <div class="timeline-food">芋泥麻薯蛋挞</div>
                    </div>
                    <div class="timeline-item" data-year="2024">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2024-2025</div>
                        <div class="timeline-food">固体杨枝甘露</div>
                    </div>
                </div>
                
                <!-- 详情面板 -->
                <div id="details-panel" class="details-panel">
                    <h3 id="detail-title">芝士榴莲饼 (2015)</h3>
                    <div class="food-image">美食图片展示区域</div>
                    
                    <div class="stats-grid">
                        <div class="stat-item">
                            <div class="stat-value">65%</div>
                            <div class="stat-label">视觉依赖度</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">5.8万</div>
                            <div class="stat-label">UGC峰值(条)</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">2周</div>
                            <div class="stat-label">爆火周期</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">微博</div>
                            <div class="stat-label">核心传播平台</div>
                        </div>
                    </div>
                    
                    <p id="detail-description">2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。</p>
                </div>
            </div>
        </section>
        
        <section class="section">
            <h2>网红美食爆火逻辑分析</h2>
            <div class="charts-container">
                <div class="chart">
                    <div class="chart-title">感官刺激维度变化</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置感官刺激的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">感官刺激数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">UGC传播与爆火周期关联</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置UGC传播的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">UGC传播数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">成本-销量-利润率关系</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置成本利润的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">成本利润数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">文化类网红美食区域分布</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置区域分布的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">区域分布数据可视化图表</text>
                    </svg>
                </div>
            </div>
        </section>
        
        <section class="interactive-section">
            <h2>你的选择决定下一个爆款</h2>
            <p>参与我们的互动投票,选出你心仪的食材组合,你的选择将直接成为下一款网红美食的研发蓝本!</p>
            <button class="vote-btn">立即参与投票</button>
        </section>
        
        <footer>
            <p>© 2026 舌尖上的流量研究小组 | 孔佳莉 刘妍 潘洋彤</p>
            <p>数据来源:公开资料整理,仅供参考</p>
        </footer>
    </div>

    <script>
        // 时间轴交互功能
        document.querySelectorAll('.timeline-dot').forEach(dot => {
            dot.addEventListener('click', function() {
                const year = this.parentElement.getAttribute('data-year');
                showYearDetails(year);
            });
        });
        
        // 默认显示2015年的详情
        showYearDetails('2015');
        
        function showYearDetails(year) {
            const panel = document.getElementById('details-panel');
            const title = document.getElementById('detail-title');
            const description = document.getElementById('detail-description');
            
            // 根据年份更新内容
            const details = getYearDetails(year);
            
            title.textContent = details.title;
            description.textContent = details.description;
            
            // 更新统计数据
            document.querySelectorAll('.stat-value').forEach((stat, index) => {
                stat.textContent = details.stats[index];
            });
            
            // 显示面板
            panel.classList.add('active');
        }
        
        function getYearDetails(year) {
            const details = {
                '2015': {
                    title: '芝士榴莲饼 (2015)',
                    description: '2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。',
                    stats: ['65%', '5.8万', '2周', '微博']
                },
                '2016': {
                    title: '乌云冰淇淋 (2016)',
                    description: '2016年,乌云冰淇淋以"颜值噱头+甜系主导"为特色,通过美食博客传播,开启了打卡经济模式。',
                    stats: ['58%', '3.2万', '10天', '美食博客']
                },
                '2017': {
                    title: '抹茶脏脏包 (2017)',
                    description: '2017年,抹茶脏脏包凭借"吃后反差+网红元素"的特点,在社交平台实现刷屏式传播,成为年度爆款。',
                    stats: ['62%', '8.7万', '3周', '社交平台']
                },
                '2018': {
                    title: '毛巾卷蛋糕 (2018)',
                    description: '2018年,毛巾卷蛋糕以"视觉治愈+大众口味"为卖点,通过线下门店与线上种草联动的方式走红。',
                    stats: ['70%', '12.5万', '4周', '线上线下联动']
                },
                '2019': {
                    title: '螺蛳粉火锅 (2019)',
                    description: '2019年,螺蛳粉火锅凭借"跨品类融合+重味刺激"的特点,在抖音平台爆火,催生了居家复刻趋势。',
                    stats: ['55%', '15.3万', '5周', '抖音']
                },
                '2020': {
                    title: '爆浆流心蛋糕 (2020)',
                    description: '2020年,爆浆流心蛋糕以"流心视觉+口感升级"为特色,在小红书平台获得超过12万条笔记,成为传播核心阵地。',
                    stats: ['68%', '12万+', '6周', '小红书']
                },
                '2021': {
                    title: '脆哨拿铁 (2021)',
                    description: '2021年,脆哨拿铁凭借"甜咸碰撞+听觉吸睛"的特点出圈,探店vlog成为主要传播方式,带火了咖啡创新品类。',
                    stats: ['52%', '9.8万', '3周', '探店vlog']
                },
                '2022': {
                    title: '热奶宝 (2022)',
                    description: '2022年,热奶宝以"街头升级+分层颜值"为特色,成为年度顶流,依赖直播带货拉动销量峰值。',
                    stats: ['72%', '18.5万', '8周', '直播带货']
                },
                '2023': {
                    title: '芋泥麻薯蛋挞 (2023)',
                    description: '2023年,芋泥麻薯蛋挞凭借"主食+甜品重构"的创新组合走红,依赖社交共创扩大传播声量。',
                    stats: ['60%', '14.2万', '5周', '社交共创']
                },
                '2024': {
                    title: '固体杨枝甘露 (2024-2025)',
                    description: '2024-2025年,固体杨枝甘露以"形态改造+本土食材"为特色,依赖社交平台共创与社群分享,"社交共创"属性显著。',
                    stats: ['45%+40%', '22.3万', '7周', '社交平台共创']
                }
            };
            
            return details[year] || details['2015'];
        }
        
        // 投票按钮交互
        document.querySelector('.vote-btn').addEventListener('click', function() {
            alert('投票功能即将开放!请关注我们的公众号获取最新投票链接。');
        });
    </script>
</body>
</html>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>舌尖上的流量:网红美食十年进化史</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            padding: 40px 0;
            background: linear-gradient(135deg, #ff6b6b, #ff8e53);
            color: white;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        
        h2 {
            color: #ff6b6b;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .timeline-container {
            position: relative;
            padding: 40px 0;
        }
        
        .timeline {
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #ff6b6b, #ff8e53);
            transform: translateY(-50%);
        }
        
        .timeline-item {
            text-align: center;
            position: relative;
            width: 10%;
            z-index: 2;
        }
        
        .timeline-dot {
            width: 20px;
            height: 20px;
            background: #ff6b6b;
            border-radius: 50%;
            margin: 0 auto 10px;
            position: relative;
            z-index: 3;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .timeline-dot:hover {
            transform: scale(1.3);
            box-shadow: 0 0 0 5px rgba(255, 107, 107, 0.3);
        }
        
        .timeline-year {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .timeline-food {
            font-size: 0.85rem;
            color: #666;
        }
        
        .details-panel {
            display: none;
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-top: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #ff6b6b;
        }
        
        .details-panel.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .food-image {
            width: 100%;
            height: 200px;
            background-color: #f0f0f0;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 25px 0;
        }
        
        .stat-item {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }
        
        .stat-value {
            font-size: 1.8rem;
            font-weight: bold;
            color: #ff6b6b;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: #666;
        }
        
        .charts-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .chart {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
        .chart-title {
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: #555;
            text-align: center;
        }
        
        .interactive-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 40px;
        }
        
        .vote-btn {
            background: #ff6b6b;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        }
        
        .vote-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }
        
        footer {
            text-align: center;
            padding: 30px 0;
            color: #666;
            font-size: 0.9rem;
            margin-top: 50px;
            border-top: 1px solid #eee;
        }
        
        @media (max-width: 768px) {
            .charts-container, .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                width: 12%;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>舌尖上的流量:网红美食十年进化史</h1>
            <p class="subtitle">从2015到2025,探索网红美食从视觉爆款到社交共创的演变历程</p>
        </header>
        
        <section class="section">
            <h2>十年进化时间轴</h2>
            <div class="timeline-container">
                <div class="timeline">
                    <div class="timeline-item" data-year="2015">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2015</div>
                        <div class="timeline-food">芝士榴莲饼</div>
                    </div>
                    <div class="timeline-item" data-year="2016">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2016</div>
                        <div class="timeline-food">乌云冰淇淋</div>
                    </div>
                    <div class="timeline-item" data-year="2017">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2017</div>
                        <div class="timeline-food">抹茶脏脏包</div>
                    </div>
                    <div class="timeline-item" data-year="2018">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2018</div>
                        <div class="timeline-food">毛巾卷蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2019">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2019</div>
                        <div class="timeline-food">螺蛳粉火锅</div>
                    </div>
                    <div class="timeline-item" data-year="2020">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2020</div>
                        <div class="timeline-food">爆浆流心蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2021">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2021</div>
                        <div class="timeline-food">脆哨拿铁</div>
                    </div>
                    <div class="timeline-item" data-year="2022">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2022</div>
                        <div class="timeline-food">热奶宝</div>
                    </div>
                    <div class="timeline-item" data-year="2023">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2023</div>
                        <div class="timeline-food">芋泥麻薯蛋挞</div>
                    </div>
                    <div class="timeline-item" data-year="2024">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2024-2025</div>
                        <div class="timeline-food">固体杨枝甘露</div>
                    </div>
                </div>
                
                <!-- 详情面板 -->
                <div id="details-panel" class="details-panel">
                    <h3 id="detail-title">芝士榴莲饼 (2015)</h3>
                    <div class="food-image">美食图片展示区域</div>
                    
                    <div class="stats-grid">
                        <div class="stat-item">
                            <div class="stat-value">65%</div>
                            <div class="stat-label">视觉依赖度</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">5.8万</div>
                            <div class="stat-label">UGC峰值(条)</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">2周</div>
                            <div class="stat-label">爆火周期</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">微博</div>
                            <div class="stat-label">核心传播平台</div>
                        </div>
                    </div>
                    
                    <p id="detail-description">2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。</p>
                </div>
            </div>
        </section>
        
        <section class="section">
            <h2>网红美食爆火逻辑分析</h2>
            <div class="charts-container">
                <div class="chart">
                    <div class="chart-title">感官刺激维度变化</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置感官刺激的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">感官刺激数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">UGC传播与爆火周期关联</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置UGC传播的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">UGC传播数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">成本-销量-利润率关系</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置成本利润的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">成本利润数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">文化类网红美食区域分布</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置区域分布的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">区域分布数据可视化图表</text>
                    </svg>
                </div>
            </div>
        </section>
        
        <section class="interactive-section">
            <h2>你的选择决定下一个爆款</h2>
            <p>参与我们的互动投票,选出你心仪的食材组合,你的选择将直接成为下一款网红美食的研发蓝本!</p>
            <button class="vote-btn">立即参与投票</button>
        </section>
        
        <footer>
            <p>© 2026 舌尖上的流量研究小组 | 孔佳莉 刘妍 潘洋彤</p>
            <p>数据来源:公开资料整理,仅供参考</p>
        </footer>
    </div>

    <script>
        // 时间轴交互功能
        document.querySelectorAll('.timeline-dot').forEach(dot => {
            dot.addEventListener('click', function() {
                const year = this.parentElement.getAttribute('data-year');
                showYearDetails(year);
            });
        });
        
        // 默认显示2015年的详情
        showYearDetails('2015');
        
        function showYearDetails(year) {
            const panel = document.getElementById('details-panel');
            const title = document.getElementById('detail-title');
            const description = document.getElementById('detail-description');
            
            // 根据年份更新内容
            const details = getYearDetails(year);
            
            title.textContent = details.title;
            description.textContent = details.description;
            
            // 更新统计数据
            document.querySelectorAll('.stat-value').forEach((stat, index) => {
                stat.textContent = details.stats[index];
            });
            
            // 显示面板
            panel.classList.add('active');
        }
        
        function getYearDetails(year) {
            const details = {
                '2015': {
                    title: '芝士榴莲饼 (2015)',
                    description: '2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。',
                    stats: ['65%', '5.8万', '2周', '微博']
                },
                '2016': {
                    title: '乌云冰淇淋 (2016)',
                    description: '2016年,乌云冰淇淋以"颜值噱头+甜系主导"为特色,通过美食博客传播,开启了打卡经济模式。',
                    stats: ['58%', '3.2万', '10天', '美食博客']
                },
                '2017': {
                    title: '抹茶脏脏包 (2017)',
                    description: '2017年,抹茶脏脏包凭借"吃后反差+网红元素"的特点,在社交平台实现刷屏式传播,成为年度爆款。',
                    stats: ['62%', '8.7万', '3周', '社交平台']
                },
                '2018': {
                    title: '毛巾卷蛋糕 (2018)',
                    description: '2018年,毛巾卷蛋糕以"视觉治愈+大众口味"为卖点,通过线下门店与线上种草联动的方式走红。',
                    stats: ['70%', '12.5万', '4周', '线上线下联动']
                },
                '2019': {
                    title: '螺蛳粉火锅 (2019)',
                    description: '2019年,螺蛳粉火锅凭借"跨品类融合+重味刺激"的特点,在抖音平台爆火,催生了居家复刻趋势。',
                    stats: ['55%', '15.3万', '5周', '抖音']
                },
                '2020': {
                    title: '爆浆流心蛋糕 (2020)',
                    description: '2020年,爆浆流心蛋糕以"流心视觉+口感升级"为特色,在小红书平台获得超过12万条笔记,成为传播核心阵地。',
                    stats: ['68%', '12万+', '6周', '小红书']
                },
                '2021': {
                    title: '脆哨拿铁 (2021)',
                    description: '2021年,脆哨拿铁凭借"甜咸碰撞+听觉吸睛"的特点出圈,探店vlog成为主要传播方式,带火了咖啡创新品类。',
                    stats: ['52%', '9.8万', '3周', '探店vlog']
                },
                '2022': {
                    title: '热奶宝 (2022)',
                    description: '2022年,热奶宝以"街头升级+分层颜值"为特色,成为年度顶流,依赖直播带货拉动销量峰值。',
                    stats: ['72%', '18.5万', '8周', '直播带货']
                },
                '2023': {
                    title: '芋泥麻薯蛋挞 (2023)',
                    description: '2023年,芋泥麻薯蛋挞凭借"主食+甜品重构"的创新组合走红,依赖社交共创扩大传播声量。',
                    stats: ['60%', '14.2万', '5周', '社交共创']
                },
                '2024': {
                    title: '固体杨枝甘露 (2024-2025)',
                    description: '2024-2025年,固体杨枝甘露以"形态改造+本土食材"为特色,依赖社交平台共创与社群分享,"社交共创"属性显著。',
                    stats: ['45%+40%', '22.3万', '7周', '社交平台共创']
                }
            };
            
            return details[year] || details['2015'];
        }
        
        // 投票按钮交互
        document.querySelector('.vote-btn').addEventListener('click', function() {
            alert('投票功能即将开放!请关注我们的公众号获取最新投票链接。');
        });
    </script>
</body>
</html>
server
<?xml version="1.0" encoding="UTF-8"?>
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="1024"
    height="559"
    viewBox="0 0 1024 559">
  <image
      href="D313615F-8706-454F-BB0F-3BA992F089E6.png"
      x="0"
      y="0"
      width="1024"
      height="559"
      preserveAspectRatio="none" />
</svg>
无限符号星系
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
模块组成:严格遵循了三个几何矩形模块的设计要求,其中两个矩形模块对齐构成了主体结构,第三个矩形模块在右上角轻微错位露出,形成了微妙的层次感和动态感。
单色极简设计:采用纯黑色调,符合单色极简的设计风格,突出了结构本身的美感。
描边结构:所有矩形模块均采用了极细的描边设计,在24px尺寸下线宽约1.5px,完美契合了用户的线宽要求。
不完全封闭与留白:整体设计并非完全封闭的结构,通过矩形模块之间的缝隙和错位形成了自然的留白,增强了结构感和透气感。
视觉气质呈现
系统级工具感:通过模块化的组合方式和简洁的线条,营造出了一种精密、专业的工程系统风格,符合“系统级工具”的视觉感受。
不完整感与结构感:第三个模块的轻微错位设计打破了完全对称的平衡,带来了一丝不完整感,同时也更加突出了整体的结构感。
颜色与比例规范
颜色:使用纯黑色调,符合用户对颜色的要求。
线宽:在24px尺寸下,线宽精确控制在约1.5px,保证了线条的纤细感。
圆角:所有矩形模块都带有2-4px的小圆角,既增加了设计的柔和度,又不会影响整体的硬朗风格。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
模块组成:严格遵循了三个几何矩形模块的设计要求,其中两个矩形模块对齐构成了主体结构,第三个矩形模块在右上角轻微错位露出,形成了微妙的层次感和动态感。
单色极简设计:采用纯黑色调,符合单色极简的设计风格,突出了结构本身的美感。
描边结构:所有矩形模块均采用了极细的描边设计,在24px尺寸下线宽约1.5px,完美契合了用户的线宽要求。
不完全封闭与留白:整体设计并非完全封闭的结构,通过矩形模块之间的缝隙和错位形成了自然的留白,增强了结构感和透气感。
视觉气质呈现
系统级工具感:通过模块化的组合方式和简洁的线条,营造出了一种精密、专业的工程系统风格,符合“系统级工具”的视觉感受。
不完整感与结构感:第三个模块的轻微错位设计打破了完全对称的平衡,带来了一丝不完整感,同时也更加突出了整体的结构感。
颜色与比例规范
颜色:使用纯黑色调,符合用户对颜色的要求。
线宽:在24px尺寸下,线宽精确控制在约1.5px,保证了线条的纤细感。
圆角:所有矩形模块都带有2-4px的小圆角,既增加了设计的柔和度,又不会影响整体的硬朗风格。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
我想要生成带GESP字母的奖杯图标,正方形大小,并且中间有一个数字1代表等级
立体学校介绍
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>舌尖上的流量:网红美食十年进化史</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            padding: 40px 0;
            background: linear-gradient(135deg, #ff6b6b, #ff8e53);
            color: white;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        
        h2 {
            color: #ff6b6b;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .timeline-container {
            position: relative;
            padding: 40px 0;
        }
        
        .timeline {
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #ff6b6b, #ff8e53);
            transform: translateY(-50%);
        }
        
        .timeline-item {
            text-align: center;
            position: relative;
            width: 10%;
            z-index: 2;
        }
        
        .timeline-dot {
            width: 20px;
            height: 20px;
            background: #ff6b6b;
            border-radius: 50%;
            margin: 0 auto 10px;
            position: relative;
            z-index: 3;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .timeline-dot:hover {
            transform: scale(1.3);
            box-shadow: 0 0 0 5px rgba(255, 107, 107, 0.3);
        }
        
        .timeline-year {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .timeline-food {
            font-size: 0.85rem;
            color: #666;
        }
        
        .details-panel {
            display: none;
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-top: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #ff6b6b;
        }
        
        .details-panel.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .food-image {
            width: 100%;
            height: 200px;
            background-color: #f0f0f0;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 25px 0;
        }
        
        .stat-item {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }
        
        .stat-value {
            font-size: 1.8rem;
            font-weight: bold;
            color: #ff6b6b;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: #666;
        }
        
        .charts-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .chart {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
        .chart-title {
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: #555;
            text-align: center;
        }
        
        .interactive-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 40px;
        }
        
        .vote-btn {
            background: #ff6b6b;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        }
        
        .vote-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }
        
        footer {
            text-align: center;
            padding: 30px 0;
            color: #666;
            font-size: 0.9rem;
            margin-top: 50px;
            border-top: 1px solid #eee;
        }
        
        @media (max-width: 768px) {
            .charts-container, .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                width: 12%;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>舌尖上的流量:网红美食十年进化史</h1>
            <p class="subtitle">从2015到2025,探索网红美食从视觉爆款到社交共创的演变历程</p>
        </header>
        
        <section class="section">
            <h2>十年进化时间轴</h2>
            <div class="timeline-container">
                <div class="timeline">
                    <div class="timeline-item" data-year="2015">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2015</div>
                        <div class="timeline-food">芝士榴莲饼</div>
                    </div>
                    <div class="timeline-item" data-year="2016">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2016</div>
                        <div class="timeline-food">乌云冰淇淋</div>
                    </div>
                    <div class="timeline-item" data-year="2017">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2017</div>
                        <div class="timeline-food">抹茶脏脏包</div>
                    </div>
                    <div class="timeline-item" data-year="2018">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2018</div>
                        <div class="timeline-food">毛巾卷蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2019">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2019</div>
                        <div class="timeline-food">螺蛳粉火锅</div>
                    </div>
                    <div class="timeline-item" data-year="2020">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2020</div>
                        <div class="timeline-food">爆浆流心蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2021">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2021</div>
                        <div class="timeline-food">脆哨拿铁</div>
                    </div>
                    <div class="timeline-item" data-year="2022">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2022</div>
                        <div class="timeline-food">热奶宝</div>
                    </div>
                    <div class="timeline-item" data-year="2023">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2023</div>
                        <div class="timeline-food">芋泥麻薯蛋挞</div>
                    </div>
                    <div class="timeline-item" data-year="2024">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2024-2025</div>
                        <div class="timeline-food">固体杨枝甘露</div>
                    </div>
                </div>
                
                <!-- 详情面板 -->
                <div id="details-panel" class="details-panel">
                    <h3 id="detail-title">芝士榴莲饼 (2015)</h3>
                    <div class="food-image">美食图片展示区域</div>
                    
                    <div class="stats-grid">
                        <div class="stat-item">
                            <div class="stat-value">65%</div>
                            <div class="stat-label">视觉依赖度</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">5.8万</div>
                            <div class="stat-label">UGC峰值(条)</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">2周</div>
                            <div class="stat-label">爆火周期</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">微博</div>
                            <div class="stat-label">核心传播平台</div>
                        </div>
                    </div>
                    
                    <p id="detail-description">2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。</p>
                </div>
            </div>
        </section>
        
        <section class="section">
            <h2>网红美食爆火逻辑分析</h2>
            <div class="charts-container">
                <div class="chart">
                    <div class="chart-title">感官刺激维度变化</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置感官刺激的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">感官刺激数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">UGC传播与爆火周期关联</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置UGC传播的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">UGC传播数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">成本-销量-利润率关系</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置成本利润的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">成本利润数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">文化类网红美食区域分布</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置区域分布的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">区域分布数据可视化图表</text>
                    </svg>
                </div>
            </div>
        </section>
        
        <section class="interactive-section">
            <h2>你的选择决定下一个爆款</h2>
            <p>参与我们的互动投票,选出你心仪的食材组合,你的选择将直接成为下一款网红美食的研发蓝本!</p>
            <button class="vote-btn">立即参与投票</button>
        </section>
        
        <footer>
            <p>© 2026 舌尖上的流量研究小组 | 孔佳莉 刘妍 潘洋彤</p>
            <p>数据来源:公开资料整理,仅供参考</p>
        </footer>
    </div>

    <script>
        // 时间轴交互功能
        document.querySelectorAll('.timeline-dot').forEach(dot => {
            dot.addEventListener('click', function() {
                const year = this.parentElement.getAttribute('data-year');
                showYearDetails(year);
            });
        });
        
        // 默认显示2015年的详情
        showYearDetails('2015');
        
        function showYearDetails(year) {
            const panel = document.getElementById('details-panel');
            const title = document.getElementById('detail-title');
            const description = document.getElementById('detail-description');
            
            // 根据年份更新内容
            const details = getYearDetails(year);
            
            title.textContent = details.title;
            description.textContent = details.description;
            
            // 更新统计数据
            document.querySelectorAll('.stat-value').forEach((stat, index) => {
                stat.textContent = details.stats[index];
            });
            
            // 显示面板
            panel.classList.add('active');
        }
        
        function getYearDetails(year) {
            const details = {
                '2015': {
                    title: '芝士榴莲饼 (2015)',
                    description: '2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。',
                    stats: ['65%', '5.8万', '2周', '微博']
                },
                '2016': {
                    title: '乌云冰淇淋 (2016)',
                    description: '2016年,乌云冰淇淋以"颜值噱头+甜系主导"为特色,通过美食博客传播,开启了打卡经济模式。',
                    stats: ['58%', '3.2万', '10天', '美食博客']
                },
                '2017': {
                    title: '抹茶脏脏包 (2017)',
                    description: '2017年,抹茶脏脏包凭借"吃后反差+网红元素"的特点,在社交平台实现刷屏式传播,成为年度爆款。',
                    stats: ['62%', '8.7万', '3周', '社交平台']
                },
                '2018': {
                    title: '毛巾卷蛋糕 (2018)',
                    description: '2018年,毛巾卷蛋糕以"视觉治愈+大众口味"为卖点,通过线下门店与线上种草联动的方式走红。',
                    stats: ['70%', '12.5万', '4周', '线上线下联动']
                },
                '2019': {
                    title: '螺蛳粉火锅 (2019)',
                    description: '2019年,螺蛳粉火锅凭借"跨品类融合+重味刺激"的特点,在抖音平台爆火,催生了居家复刻趋势。',
                    stats: ['55%', '15.3万', '5周', '抖音']
                },
                '2020': {
                    title: '爆浆流心蛋糕 (2020)',
                    description: '2020年,爆浆流心蛋糕以"流心视觉+口感升级"为特色,在小红书平台获得超过12万条笔记,成为传播核心阵地。',
                    stats: ['68%', '12万+', '6周', '小红书']
                },
                '2021': {
                    title: '脆哨拿铁 (2021)',
                    description: '2021年,脆哨拿铁凭借"甜咸碰撞+听觉吸睛"的特点出圈,探店vlog成为主要传播方式,带火了咖啡创新品类。',
                    stats: ['52%', '9.8万', '3周', '探店vlog']
                },
                '2022': {
                    title: '热奶宝 (2022)',
                    description: '2022年,热奶宝以"街头升级+分层颜值"为特色,成为年度顶流,依赖直播带货拉动销量峰值。',
                    stats: ['72%', '18.5万', '8周', '直播带货']
                },
                '2023': {
                    title: '芋泥麻薯蛋挞 (2023)',
                    description: '2023年,芋泥麻薯蛋挞凭借"主食+甜品重构"的创新组合走红,依赖社交共创扩大传播声量。',
                    stats: ['60%', '14.2万', '5周', '社交共创']
                },
                '2024': {
                    title: '固体杨枝甘露 (2024-2025)',
                    description: '2024-2025年,固体杨枝甘露以"形态改造+本土食材"为特色,依赖社交平台共创与社群分享,"社交共创"属性显著。',
                    stats: ['45%+40%', '22.3万', '7周', '社交平台共创']
                }
            };
            
            return details[year] || details['2015'];
        }
        
        // 投票按钮交互
        document.querySelector('.vote-btn').addEventListener('click', function() {
            alert('投票功能即将开放!请关注我们的公众号获取最新投票链接。');
        });
    </script>
</body>
</html>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>舌尖上的流量:网红美食十年进化史</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }
        
        body {
            background-color: #f8f9fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            text-align: center;
            padding: 40px 0;
            background: linear-gradient(135deg, #ff6b6b, #ff8e53);
            color: white;
            border-radius: 12px;
            margin-bottom: 40px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.1);
        }
        
        h1 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        }
        
        h2 {
            color: #ff6b6b;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .timeline-container {
            position: relative;
            padding: 40px 0;
        }
        
        .timeline {
            display: flex;
            justify-content: space-between;
            position: relative;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #ff6b6b, #ff8e53);
            transform: translateY(-50%);
        }
        
        .timeline-item {
            text-align: center;
            position: relative;
            width: 10%;
            z-index: 2;
        }
        
        .timeline-dot {
            width: 20px;
            height: 20px;
            background: #ff6b6b;
            border-radius: 50%;
            margin: 0 auto 10px;
            position: relative;
            z-index: 3;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .timeline-dot:hover {
            transform: scale(1.3);
            box-shadow: 0 0 0 5px rgba(255, 107, 107, 0.3);
        }
        
        .timeline-year {
            font-weight: bold;
            margin-bottom: 5px;
        }
        
        .timeline-food {
            font-size: 0.85rem;
            color: #666;
        }
        
        .details-panel {
            display: none;
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-top: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #ff6b6b;
        }
        
        .details-panel.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .food-image {
            width: 100%;
            height: 200px;
            background-color: #f0f0f0;
            border-radius: 8px;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #999;
            font-size: 1.2rem;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 25px 0;
        }
        
        .stat-item {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }
        
        .stat-value {
            font-size: 1.8rem;
            font-weight: bold;
            color: #ff6b6b;
            margin-bottom: 5px;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: #666;
        }
        
        .charts-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 30px 0;
        }
        
        .chart {
            background: white;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        
        .chart-title {
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: #555;
            text-align: center;
        }
        
        .interactive-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-top: 40px;
        }
        
        .vote-btn {
            background: #ff6b6b;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 20px;
            box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        }
        
        .vote-btn:hover {
            background: #ff5252;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
        }
        
        footer {
            text-align: center;
            padding: 30px 0;
            color: #666;
            font-size: 0.9rem;
            margin-top: 50px;
            border-top: 1px solid #eee;
        }
        
        @media (max-width: 768px) {
            .charts-container, .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                width: 12%;
            }
            
            h1 {
                font-size: 2rem;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header>
            <h1>舌尖上的流量:网红美食十年进化史</h1>
            <p class="subtitle">从2015到2025,探索网红美食从视觉爆款到社交共创的演变历程</p>
        </header>
        
        <section class="section">
            <h2>十年进化时间轴</h2>
            <div class="timeline-container">
                <div class="timeline">
                    <div class="timeline-item" data-year="2015">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2015</div>
                        <div class="timeline-food">芝士榴莲饼</div>
                    </div>
                    <div class="timeline-item" data-year="2016">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2016</div>
                        <div class="timeline-food">乌云冰淇淋</div>
                    </div>
                    <div class="timeline-item" data-year="2017">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2017</div>
                        <div class="timeline-food">抹茶脏脏包</div>
                    </div>
                    <div class="timeline-item" data-year="2018">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2018</div>
                        <div class="timeline-food">毛巾卷蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2019">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2019</div>
                        <div class="timeline-food">螺蛳粉火锅</div>
                    </div>
                    <div class="timeline-item" data-year="2020">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2020</div>
                        <div class="timeline-food">爆浆流心蛋糕</div>
                    </div>
                    <div class="timeline-item" data-year="2021">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2021</div>
                        <div class="timeline-food">脆哨拿铁</div>
                    </div>
                    <div class="timeline-item" data-year="2022">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2022</div>
                        <div class="timeline-food">热奶宝</div>
                    </div>
                    <div class="timeline-item" data-year="2023">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2023</div>
                        <div class="timeline-food">芋泥麻薯蛋挞</div>
                    </div>
                    <div class="timeline-item" data-year="2024">
                        <div class="timeline-dot"></div>
                        <div class="timeline-year">2024-2025</div>
                        <div class="timeline-food">固体杨枝甘露</div>
                    </div>
                </div>
                
                <!-- 详情面板 -->
                <div id="details-panel" class="details-panel">
                    <h3 id="detail-title">芝士榴莲饼 (2015)</h3>
                    <div class="food-image">美食图片展示区域</div>
                    
                    <div class="stats-grid">
                        <div class="stat-item">
                            <div class="stat-value">65%</div>
                            <div class="stat-label">视觉依赖度</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">5.8万</div>
                            <div class="stat-label">UGC峰值(条)</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">2周</div>
                            <div class="stat-label">爆火周期</div>
                        </div>
                        <div class="stat-item">
                            <div class="stat-value">微博</div>
                            <div class="stat-label">核心传播平台</div>
                        </div>
                    </div>
                    
                    <p id="detail-description">2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。</p>
                </div>
            </div>
        </section>
        
        <section class="section">
            <h2>网红美食爆火逻辑分析</h2>
            <div class="charts-container">
                <div class="chart">
                    <div class="chart-title">感官刺激维度变化</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置感官刺激的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">感官刺激数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">UGC传播与爆火周期关联</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置UGC传播的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">UGC传播数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">成本-销量-利润率关系</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置成本利润的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">成本利润数据可视化图表</text>
                    </svg>
                </div>
                <div class="chart">
                    <div class="chart-title">文化类网红美食区域分布</div>
                    <svg width="100%" height="80%">
                        <!-- 这里将放置区域分布的SVG图表 -->
                        <text x="50%" y="50%" text-anchor="middle" fill="#999">区域分布数据可视化图表</text>
                    </svg>
                </div>
            </div>
        </section>
        
        <section class="interactive-section">
            <h2>你的选择决定下一个爆款</h2>
            <p>参与我们的互动投票,选出你心仪的食材组合,你的选择将直接成为下一款网红美食的研发蓝本!</p>
            <button class="vote-btn">立即参与投票</button>
        </section>
        
        <footer>
            <p>© 2026 舌尖上的流量研究小组 | 孔佳莉 刘妍 潘洋彤</p>
            <p>数据来源:公开资料整理,仅供参考</p>
        </footer>
    </div>

    <script>
        // 时间轴交互功能
        document.querySelectorAll('.timeline-dot').forEach(dot => {
            dot.addEventListener('click', function() {
                const year = this.parentElement.getAttribute('data-year');
                showYearDetails(year);
            });
        });
        
        // 默认显示2015年的详情
        showYearDetails('2015');
        
        function showYearDetails(year) {
            const panel = document.getElementById('details-panel');
            const title = document.getElementById('detail-title');
            const description = document.getElementById('detail-description');
            
            // 根据年份更新内容
            const details = getYearDetails(year);
            
            title.textContent = details.title;
            description.textContent = details.description;
            
            // 更新统计数据
            document.querySelectorAll('.stat-value').forEach((stat, index) => {
                stat.textContent = details.stats[index];
            });
            
            // 显示面板
            panel.classList.add('active');
        }
        
        function getYearDetails(year) {
            const details = {
                '2015': {
                    title: '芝士榴莲饼 (2015)',
                    description: '2015年,芝士榴莲饼凭借"拉丝视觉+经典融合"的特点成为网红美食的开端。其爆火主要依赖微博平台的种草传播,线下排队成为典型特征。',
                    stats: ['65%', '5.8万', '2周', '微博']
                },
                '2016': {
                    title: '乌云冰淇淋 (2016)',
                    description: '2016年,乌云冰淇淋以"颜值噱头+甜系主导"为特色,通过美食博客传播,开启了打卡经济模式。',
                    stats: ['58%', '3.2万', '10天', '美食博客']
                },
                '2017': {
                    title: '抹茶脏脏包 (2017)',
                    description: '2017年,抹茶脏脏包凭借"吃后反差+网红元素"的特点,在社交平台实现刷屏式传播,成为年度爆款。',
                    stats: ['62%', '8.7万', '3周', '社交平台']
                },
                '2018': {
                    title: '毛巾卷蛋糕 (2018)',
                    description: '2018年,毛巾卷蛋糕以"视觉治愈+大众口味"为卖点,通过线下门店与线上种草联动的方式走红。',
                    stats: ['70%', '12.5万', '4周', '线上线下联动']
                },
                '2019': {
                    title: '螺蛳粉火锅 (2019)',
                    description: '2019年,螺蛳粉火锅凭借"跨品类融合+重味刺激"的特点,在抖音平台爆火,催生了居家复刻趋势。',
                    stats: ['55%', '15.3万', '5周', '抖音']
                },
                '2020': {
                    title: '爆浆流心蛋糕 (2020)',
                    description: '2020年,爆浆流心蛋糕以"流心视觉+口感升级"为特色,在小红书平台获得超过12万条笔记,成为传播核心阵地。',
                    stats: ['68%', '12万+', '6周', '小红书']
                },
                '2021': {
                    title: '脆哨拿铁 (2021)',
                    description: '2021年,脆哨拿铁凭借"甜咸碰撞+听觉吸睛"的特点出圈,探店vlog成为主要传播方式,带火了咖啡创新品类。',
                    stats: ['52%', '9.8万', '3周', '探店vlog']
                },
                '2022': {
                    title: '热奶宝 (2022)',
                    description: '2022年,热奶宝以"街头升级+分层颜值"为特色,成为年度顶流,依赖直播带货拉动销量峰值。',
                    stats: ['72%', '18.5万', '8周', '直播带货']
                },
                '2023': {
                    title: '芋泥麻薯蛋挞 (2023)',
                    description: '2023年,芋泥麻薯蛋挞凭借"主食+甜品重构"的创新组合走红,依赖社交共创扩大传播声量。',
                    stats: ['60%', '14.2万', '5周', '社交共创']
                },
                '2024': {
                    title: '固体杨枝甘露 (2024-2025)',
                    description: '2024-2025年,固体杨枝甘露以"形态改造+本土食材"为特色,依赖社交平台共创与社群分享,"社交共创"属性显著。',
                    stats: ['45%+40%', '22.3万', '7周', '社交平台共创']
                }
            };
            
            return details[year] || details['2015'];
        }
        
        // 投票按钮交互
        document.querySelector('.vote-btn').addEventListener('click', function() {
            alert('投票功能即将开放!请关注我们的公众号获取最新投票链接。');
        });
    </script>
</body>
</html>
server
<?xml version="1.0" encoding="UTF-8"?>
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="1024"
    height="559"
    viewBox="0 0 1024 559">
  <image
      href="D313615F-8706-454F-BB0F-3BA992F089E6.png"
      x="0"
      y="0"
      width="1024"
      height="559"
      preserveAspectRatio="none" />
</svg>
无限符号星系
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
模块组成:严格遵循了三个几何矩形模块的设计要求,其中两个矩形模块对齐构成了主体结构,第三个矩形模块在右上角轻微错位露出,形成了微妙的层次感和动态感。
单色极简设计:采用纯黑色调,符合单色极简的设计风格,突出了结构本身的美感。
描边结构:所有矩形模块均采用了极细的描边设计,在24px尺寸下线宽约1.5px,完美契合了用户的线宽要求。
不完全封闭与留白:整体设计并非完全封闭的结构,通过矩形模块之间的缝隙和错位形成了自然的留白,增强了结构感和透气感。
视觉气质呈现
系统级工具感:通过模块化的组合方式和简洁的线条,营造出了一种精密、专业的工程系统风格,符合“系统级工具”的视觉感受。
不完整感与结构感:第三个模块的轻微错位设计打破了完全对称的平衡,带来了一丝不完整感,同时也更加突出了整体的结构感。
颜色与比例规范
颜色:使用纯黑色调,符合用户对颜色的要求。
线宽:在24px尺寸下,线宽精确控制在约1.5px,保证了线条的纤细感。
圆角:所有矩形模块都带有2-4px的小圆角,既增加了设计的柔和度,又不会影响整体的硬朗风格。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
模块组成:严格遵循了三个几何矩形模块的设计要求,其中两个矩形模块对齐构成了主体结构,第三个矩形模块在右上角轻微错位露出,形成了微妙的层次感和动态感。
单色极简设计:采用纯黑色调,符合单色极简的设计风格,突出了结构本身的美感。
描边结构:所有矩形模块均采用了极细的描边设计,在24px尺寸下线宽约1.5px,完美契合了用户的线宽要求。
不完全封闭与留白:整体设计并非完全封闭的结构,通过矩形模块之间的缝隙和错位形成了自然的留白,增强了结构感和透气感。
视觉气质呈现
系统级工具感:通过模块化的组合方式和简洁的线条,营造出了一种精密、专业的工程系统风格,符合“系统级工具”的视觉感受。
不完整感与结构感:第三个模块的轻微错位设计打破了完全对称的平衡,带来了一丝不完整感,同时也更加突出了整体的结构感。
颜色与比例规范
颜色:使用纯黑色调,符合用户对颜色的要求。
线宽:在24px尺寸下,线宽精确控制在约1.5px,保证了线条的纤细感。
圆角:所有矩形模块都带有2-4px的小圆角,既增加了设计的柔和度,又不会影响整体的硬朗风格。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
请根据以下详细规范设计一个符合"系统级工具"气质的几何矩形Logo:

1. 核心结构要求:
   - 由三个几何矩形模块组成
   - 采用单色极简设计
   - 两个模块对齐组成主体结构
   - 第三个模块轻微错位或部分露出
   - 模块为描边或中空结构,线条极细
   - 整体不完全封闭,留有结构感留白
   - 呈现工程系统风格

2. 视觉气质目标:
   - 达到"系统级工具"的视觉感受(区别于"功能模块、偏重"和"架构骨架")
   - 具有不完整感和结构感

3. 颜色与比例规范:
   - 颜色:纯黑或深灰
   - 线宽:在24px尺寸下约为1.5px
   - 圆角:有,但非常小(2–4px)

4. 关键判断标准:
   - 将Logo缩放到16×16尺寸时,仍能清晰识别为"结构"而非"块糊一起"
   - 确保缩放后仍保持结构清晰度和识别性

请设计符合以上所有要求的Logo,并提供设计说明。
理发车
一个车,车上有理发的元素
中国传统云纹,中心对称,用作大转盘的背景图
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做值日工作的事情,画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
<svg width="1000" height="700" xmlns="http://www.w3.org/2000/svg" font-family="Arial, sans-serif">
  <defs>
    <marker id="arrow" markerWidth="10" markerHeight="10" refX="9" refY="3" orient="auto" markerUnits="strokeWidth">
      <path d="M0,0 L0,6 L9,3 z" fill="#333" />
    </marker>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="2" dy="2" stdDeviation="3" flood-color="#aaa"/>
    </filter>
  </defs>

  <rect width="100%" height="100%" fill="#ffffff" />

  <g transform="translate(300, 40)">
    <rect x="0" y="0" width="400" height="60" rx="8" fill="#E1F5FE" stroke="#00629B" stroke-width="2" filter="url(#shadow)"/>
    <text x="200" y="25" text-anchor="middle" font-weight="bold" fill="#00629B" font-size="16">Initialization Phase</text>
    <text x="200" y="45" text-anchor="middle" fill="#333" font-size="14">Load-Balanced Constructive Heuristic</text>
  </g>

  <line x1="500" y1="100" x2="500" y2="140" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <rect x="50" y="140" width="900" height="420" rx="15" fill="#FAFAFA" stroke="#666" stroke-width="2" stroke-dasharray="5,5"/>
  <text x="80" y="170" font-weight="bold" fill="#666" font-size="18">ALNS Iteration Loop</text>

  <g transform="translate(100, 200)">
    <rect x="0" y="0" width="220" height="180" rx="5" fill="#FFF3E0" stroke="#FF8C00" stroke-width="2" filter="url(#shadow)"/>
    <text x="110" y="25" text-anchor="middle" font-weight="bold" fill="#D84315" font-size="14">Destroy Operators</text>
    
    <text x="20" y="60" fill="#333" font-size="12">• Random Removal</text>
    <text x="20" y="90" fill="#333" font-size="12">• Worst Removal (Critical Path)</text>
    <text x="20" y="120" fill="#333" font-size="12">• Phase Removal (Fleet Size)</text>
    <text x="20" y="150" fill="#333" font-size="12">• Shaw Removal (Spatio-Temporal)</text>
  </g>

  <line x1="320" y1="290" x2="380" y2="290" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <g transform="translate(380, 200)">
    <rect x="0" y="0" width="220" height="180" rx="5" fill="#E8F5E9" stroke="#2E7D32" stroke-width="2" filter="url(#shadow)"/>
    <text x="110" y="25" text-anchor="middle" font-weight="bold" fill="#1B5E20" font-size="14">Repair Operators</text>
    
    <text x="20" y="70" fill="#333" font-size="12">• Hierarchical Greedy</text>
    <text x="20" y="110" fill="#333" font-size="12">• Hierarchical Regret-k</text>
    
    <text x="110" y="150" text-anchor="middle" fill="#2E7D32" font-style="italic" font-size="11">(Lexicographical Sorting)</text>
  </g>

  <line x1="600" y1="290" x2="660" y2="290" stroke="#FF8C00" stroke-width="3" stroke-dasharray="4,2" marker-end="url(#arrow)" />

  <g transform="translate(660, 180)">
    <rect x="0" y="0" width="250" height="220" rx="5" fill="#FFFDE7" stroke="#FBC02D" stroke-width="3" filter="url(#shadow)"/>
    <text x="125" y="25" text-anchor="middle" font-weight="bold" fill="#F57F17" font-size="14">Hybrid Refueling Solver</text>
    
    <rect x="50" y="45" width="150" height="30" rx="3" fill="#fff" stroke="#666"/>
    <text x="125" y="65" text-anchor="middle" font-size="11">Check: Energy &lt; 0 ?</text>
    
    <line x1="125" y1="75" x2="125" y2="95" stroke="#333" stroke-width="1" marker-end="url(#arrow)" />
    
    <rect x="30" y="95" width="190" height="35" rx="3" fill="#fff" stroke="#666"/>
    <text x="125" y="110" text-anchor="middle" font-size="10">Minimize Latency:</text>
    <text x="125" y="125" text-anchor="middle" font-size="10">Detour + Service Time</text>

    <line x1="125" y1="130" x2="80" y2="155" stroke="#333" stroke-width="1" />
    <line x1="125" y1="130" x2="170" y2="155" stroke="#333" stroke-width="1" />
    
    <rect x="20" y="155" width="100" height="40" rx="3" fill="#E1F5FE" stroke="#0277BD"/>
    <text x="70" y="175" text-anchor="middle" font-size="10" font-weight="bold">SWAP</text>
    <text x="70" y="188" text-anchor="middle" font-size="9">(Fixed Time)</text>
    
    <rect x="130" y="155" width="100" height="40" rx="3" fill="#E1F5FE" stroke="#0277BD"/>
    <text x="180" y="175" text-anchor="middle" font-size="10" font-weight="bold">CHARGE</text>
    <text x="180" y="188" text-anchor="middle" font-size="9">(Variable Time)</text>
  </g>

  <line x1="500" y1="560" x2="500" y2="600" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <g transform="translate(250, 600)">
    <rect x="0" y="0" width="500" height="70" rx="8" fill="#F3E5F5" stroke="#7B1FA2" stroke-width="2" filter="url(#shadow)"/>
    <text x="250" y="25" text-anchor="middle" font-weight="bold" fill="#7B1FA2" font-size="16">Lexicographical Evaluation Function</text>
    <text x="250" y="50" text-anchor="middle" fill="#333" font-family="serif" font-style="italic" font-size="16">
      Cost = &lt; Makespan, Total Distance &gt;
    </text>
  </g>
</svg>
渗透测试工具
# MPET - Multi-Protocol Exploitation Toolkit

**多协议漏洞利用与攻击模拟平台**

MPET 是一款面向多协议环境的模块化漏洞利用与攻击模拟平台,专为红队攻防演练和安全测试设计。基于 Wails 框架构建的跨平台桌面应用,支持 14 种常见服务协议的连接测试和未授权访问检测。
# MPET - Multi-Protocol Exploitation Toolkit

**多协议漏洞利用与攻击模拟平台**

MPET 是一款面向多协议环境的模块化漏洞利用与攻击模拟平台,专为红队攻防演练和安全测试设计。基于 Wails 框架构建的跨平台桌面应用,支持 14 种常见服务协议的连接测试和未授权访问检测。
给我生成linxii的svg,只包括linxii这六个英文字符,字体带有艺术风格。
理发车
一个车,车上有理发的元素
中国传统云纹,中心对称,用作大转盘的背景图
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做值日工作的事情,画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
<svg width="1000" height="700" xmlns="http://www.w3.org/2000/svg" font-family="Arial, sans-serif">
  <defs>
    <marker id="arrow" markerWidth="10" markerHeight="10" refX="9" refY="3" orient="auto" markerUnits="strokeWidth">
      <path d="M0,0 L0,6 L9,3 z" fill="#333" />
    </marker>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="2" dy="2" stdDeviation="3" flood-color="#aaa"/>
    </filter>
  </defs>

  <rect width="100%" height="100%" fill="#ffffff" />

  <g transform="translate(300, 40)">
    <rect x="0" y="0" width="400" height="60" rx="8" fill="#E1F5FE" stroke="#00629B" stroke-width="2" filter="url(#shadow)"/>
    <text x="200" y="25" text-anchor="middle" font-weight="bold" fill="#00629B" font-size="16">Initialization Phase</text>
    <text x="200" y="45" text-anchor="middle" fill="#333" font-size="14">Load-Balanced Constructive Heuristic</text>
  </g>

  <line x1="500" y1="100" x2="500" y2="140" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <rect x="50" y="140" width="900" height="420" rx="15" fill="#FAFAFA" stroke="#666" stroke-width="2" stroke-dasharray="5,5"/>
  <text x="80" y="170" font-weight="bold" fill="#666" font-size="18">ALNS Iteration Loop</text>

  <g transform="translate(100, 200)">
    <rect x="0" y="0" width="220" height="180" rx="5" fill="#FFF3E0" stroke="#FF8C00" stroke-width="2" filter="url(#shadow)"/>
    <text x="110" y="25" text-anchor="middle" font-weight="bold" fill="#D84315" font-size="14">Destroy Operators</text>
    
    <text x="20" y="60" fill="#333" font-size="12">• Random Removal</text>
    <text x="20" y="90" fill="#333" font-size="12">• Worst Removal (Critical Path)</text>
    <text x="20" y="120" fill="#333" font-size="12">• Phase Removal (Fleet Size)</text>
    <text x="20" y="150" fill="#333" font-size="12">• Shaw Removal (Spatio-Temporal)</text>
  </g>

  <line x1="320" y1="290" x2="380" y2="290" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <g transform="translate(380, 200)">
    <rect x="0" y="0" width="220" height="180" rx="5" fill="#E8F5E9" stroke="#2E7D32" stroke-width="2" filter="url(#shadow)"/>
    <text x="110" y="25" text-anchor="middle" font-weight="bold" fill="#1B5E20" font-size="14">Repair Operators</text>
    
    <text x="20" y="70" fill="#333" font-size="12">• Hierarchical Greedy</text>
    <text x="20" y="110" fill="#333" font-size="12">• Hierarchical Regret-k</text>
    
    <text x="110" y="150" text-anchor="middle" fill="#2E7D32" font-style="italic" font-size="11">(Lexicographical Sorting)</text>
  </g>

  <line x1="600" y1="290" x2="660" y2="290" stroke="#FF8C00" stroke-width="3" stroke-dasharray="4,2" marker-end="url(#arrow)" />

  <g transform="translate(660, 180)">
    <rect x="0" y="0" width="250" height="220" rx="5" fill="#FFFDE7" stroke="#FBC02D" stroke-width="3" filter="url(#shadow)"/>
    <text x="125" y="25" text-anchor="middle" font-weight="bold" fill="#F57F17" font-size="14">Hybrid Refueling Solver</text>
    
    <rect x="50" y="45" width="150" height="30" rx="3" fill="#fff" stroke="#666"/>
    <text x="125" y="65" text-anchor="middle" font-size="11">Check: Energy &lt; 0 ?</text>
    
    <line x1="125" y1="75" x2="125" y2="95" stroke="#333" stroke-width="1" marker-end="url(#arrow)" />
    
    <rect x="30" y="95" width="190" height="35" rx="3" fill="#fff" stroke="#666"/>
    <text x="125" y="110" text-anchor="middle" font-size="10">Minimize Latency:</text>
    <text x="125" y="125" text-anchor="middle" font-size="10">Detour + Service Time</text>

    <line x1="125" y1="130" x2="80" y2="155" stroke="#333" stroke-width="1" />
    <line x1="125" y1="130" x2="170" y2="155" stroke="#333" stroke-width="1" />
    
    <rect x="20" y="155" width="100" height="40" rx="3" fill="#E1F5FE" stroke="#0277BD"/>
    <text x="70" y="175" text-anchor="middle" font-size="10" font-weight="bold">SWAP</text>
    <text x="70" y="188" text-anchor="middle" font-size="9">(Fixed Time)</text>
    
    <rect x="130" y="155" width="100" height="40" rx="3" fill="#E1F5FE" stroke="#0277BD"/>
    <text x="180" y="175" text-anchor="middle" font-size="10" font-weight="bold">CHARGE</text>
    <text x="180" y="188" text-anchor="middle" font-size="9">(Variable Time)</text>
  </g>

  <line x1="500" y1="560" x2="500" y2="600" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <g transform="translate(250, 600)">
    <rect x="0" y="0" width="500" height="70" rx="8" fill="#F3E5F5" stroke="#7B1FA2" stroke-width="2" filter="url(#shadow)"/>
    <text x="250" y="25" text-anchor="middle" font-weight="bold" fill="#7B1FA2" font-size="16">Lexicographical Evaluation Function</text>
    <text x="250" y="50" text-anchor="middle" fill="#333" font-family="serif" font-style="italic" font-size="16">
      Cost = &lt; Makespan, Total Distance &gt;
    </text>
  </g>
</svg>
渗透测试工具
# MPET - Multi-Protocol Exploitation Toolkit

**多协议漏洞利用与攻击模拟平台**

MPET 是一款面向多协议环境的模块化漏洞利用与攻击模拟平台,专为红队攻防演练和安全测试设计。基于 Wails 框架构建的跨平台桌面应用,支持 14 种常见服务协议的连接测试和未授权访问检测。
# MPET - Multi-Protocol Exploitation Toolkit

**多协议漏洞利用与攻击模拟平台**

MPET 是一款面向多协议环境的模块化漏洞利用与攻击模拟平台,专为红队攻防演练和安全测试设计。基于 Wails 框架构建的跨平台桌面应用,支持 14 种常见服务协议的连接测试和未授权访问检测。
给我生成linxii的svg,只包括linxii这六个英文字符,字体带有艺术风格。
理发车
一个车,车上有理发的元素
中国传统云纹,中心对称,用作大转盘的背景图
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做值日工作的事情,画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
<svg width="1000" height="700" xmlns="http://www.w3.org/2000/svg" font-family="Arial, sans-serif">
  <defs>
    <marker id="arrow" markerWidth="10" markerHeight="10" refX="9" refY="3" orient="auto" markerUnits="strokeWidth">
      <path d="M0,0 L0,6 L9,3 z" fill="#333" />
    </marker>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="2" dy="2" stdDeviation="3" flood-color="#aaa"/>
    </filter>
  </defs>

  <rect width="100%" height="100%" fill="#ffffff" />

  <g transform="translate(300, 40)">
    <rect x="0" y="0" width="400" height="60" rx="8" fill="#E1F5FE" stroke="#00629B" stroke-width="2" filter="url(#shadow)"/>
    <text x="200" y="25" text-anchor="middle" font-weight="bold" fill="#00629B" font-size="16">Initialization Phase</text>
    <text x="200" y="45" text-anchor="middle" fill="#333" font-size="14">Load-Balanced Constructive Heuristic</text>
  </g>

  <line x1="500" y1="100" x2="500" y2="140" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <rect x="50" y="140" width="900" height="420" rx="15" fill="#FAFAFA" stroke="#666" stroke-width="2" stroke-dasharray="5,5"/>
  <text x="80" y="170" font-weight="bold" fill="#666" font-size="18">ALNS Iteration Loop</text>

  <g transform="translate(100, 200)">
    <rect x="0" y="0" width="220" height="180" rx="5" fill="#FFF3E0" stroke="#FF8C00" stroke-width="2" filter="url(#shadow)"/>
    <text x="110" y="25" text-anchor="middle" font-weight="bold" fill="#D84315" font-size="14">Destroy Operators</text>
    
    <text x="20" y="60" fill="#333" font-size="12">• Random Removal</text>
    <text x="20" y="90" fill="#333" font-size="12">• Worst Removal (Critical Path)</text>
    <text x="20" y="120" fill="#333" font-size="12">• Phase Removal (Fleet Size)</text>
    <text x="20" y="150" fill="#333" font-size="12">• Shaw Removal (Spatio-Temporal)</text>
  </g>

  <line x1="320" y1="290" x2="380" y2="290" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <g transform="translate(380, 200)">
    <rect x="0" y="0" width="220" height="180" rx="5" fill="#E8F5E9" stroke="#2E7D32" stroke-width="2" filter="url(#shadow)"/>
    <text x="110" y="25" text-anchor="middle" font-weight="bold" fill="#1B5E20" font-size="14">Repair Operators</text>
    
    <text x="20" y="70" fill="#333" font-size="12">• Hierarchical Greedy</text>
    <text x="20" y="110" fill="#333" font-size="12">• Hierarchical Regret-k</text>
    
    <text x="110" y="150" text-anchor="middle" fill="#2E7D32" font-style="italic" font-size="11">(Lexicographical Sorting)</text>
  </g>

  <line x1="600" y1="290" x2="660" y2="290" stroke="#FF8C00" stroke-width="3" stroke-dasharray="4,2" marker-end="url(#arrow)" />

  <g transform="translate(660, 180)">
    <rect x="0" y="0" width="250" height="220" rx="5" fill="#FFFDE7" stroke="#FBC02D" stroke-width="3" filter="url(#shadow)"/>
    <text x="125" y="25" text-anchor="middle" font-weight="bold" fill="#F57F17" font-size="14">Hybrid Refueling Solver</text>
    
    <rect x="50" y="45" width="150" height="30" rx="3" fill="#fff" stroke="#666"/>
    <text x="125" y="65" text-anchor="middle" font-size="11">Check: Energy &lt; 0 ?</text>
    
    <line x1="125" y1="75" x2="125" y2="95" stroke="#333" stroke-width="1" marker-end="url(#arrow)" />
    
    <rect x="30" y="95" width="190" height="35" rx="3" fill="#fff" stroke="#666"/>
    <text x="125" y="110" text-anchor="middle" font-size="10">Minimize Latency:</text>
    <text x="125" y="125" text-anchor="middle" font-size="10">Detour + Service Time</text>

    <line x1="125" y1="130" x2="80" y2="155" stroke="#333" stroke-width="1" />
    <line x1="125" y1="130" x2="170" y2="155" stroke="#333" stroke-width="1" />
    
    <rect x="20" y="155" width="100" height="40" rx="3" fill="#E1F5FE" stroke="#0277BD"/>
    <text x="70" y="175" text-anchor="middle" font-size="10" font-weight="bold">SWAP</text>
    <text x="70" y="188" text-anchor="middle" font-size="9">(Fixed Time)</text>
    
    <rect x="130" y="155" width="100" height="40" rx="3" fill="#E1F5FE" stroke="#0277BD"/>
    <text x="180" y="175" text-anchor="middle" font-size="10" font-weight="bold">CHARGE</text>
    <text x="180" y="188" text-anchor="middle" font-size="9">(Variable Time)</text>
  </g>

  <line x1="500" y1="560" x2="500" y2="600" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <g transform="translate(250, 600)">
    <rect x="0" y="0" width="500" height="70" rx="8" fill="#F3E5F5" stroke="#7B1FA2" stroke-width="2" filter="url(#shadow)"/>
    <text x="250" y="25" text-anchor="middle" font-weight="bold" fill="#7B1FA2" font-size="16">Lexicographical Evaluation Function</text>
    <text x="250" y="50" text-anchor="middle" fill="#333" font-family="serif" font-style="italic" font-size="16">
      Cost = &lt; Makespan, Total Distance &gt;
    </text>
  </g>
</svg>
渗透测试工具
# MPET - Multi-Protocol Exploitation Toolkit

**多协议漏洞利用与攻击模拟平台**

MPET 是一款面向多协议环境的模块化漏洞利用与攻击模拟平台,专为红队攻防演练和安全测试设计。基于 Wails 框架构建的跨平台桌面应用,支持 14 种常见服务协议的连接测试和未授权访问检测。
# MPET - Multi-Protocol Exploitation Toolkit

**多协议漏洞利用与攻击模拟平台**

MPET 是一款面向多协议环境的模块化漏洞利用与攻击模拟平台,专为红队攻防演练和安全测试设计。基于 Wails 框架构建的跨平台桌面应用,支持 14 种常见服务协议的连接测试和未授权访问检测。
给我生成linxii的svg,只包括linxii这六个英文字符,字体带有艺术风格。
理发车
一个车,车上有理发的元素
中国传统云纹,中心对称,用作大转盘的背景图
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做大扫除的事情,场景要在教室。画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行放学做值日工作的事情,画1张图片中包含4张邮连续性的小图片。颜色尽量简单即可。
<svg width="1000" height="700" xmlns="http://www.w3.org/2000/svg" font-family="Arial, sans-serif">
  <defs>
    <marker id="arrow" markerWidth="10" markerHeight="10" refX="9" refY="3" orient="auto" markerUnits="strokeWidth">
      <path d="M0,0 L0,6 L9,3 z" fill="#333" />
    </marker>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="2" dy="2" stdDeviation="3" flood-color="#aaa"/>
    </filter>
  </defs>

  <rect width="100%" height="100%" fill="#ffffff" />

  <g transform="translate(300, 40)">
    <rect x="0" y="0" width="400" height="60" rx="8" fill="#E1F5FE" stroke="#00629B" stroke-width="2" filter="url(#shadow)"/>
    <text x="200" y="25" text-anchor="middle" font-weight="bold" fill="#00629B" font-size="16">Initialization Phase</text>
    <text x="200" y="45" text-anchor="middle" fill="#333" font-size="14">Load-Balanced Constructive Heuristic</text>
  </g>

  <line x1="500" y1="100" x2="500" y2="140" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <rect x="50" y="140" width="900" height="420" rx="15" fill="#FAFAFA" stroke="#666" stroke-width="2" stroke-dasharray="5,5"/>
  <text x="80" y="170" font-weight="bold" fill="#666" font-size="18">ALNS Iteration Loop</text>

  <g transform="translate(100, 200)">
    <rect x="0" y="0" width="220" height="180" rx="5" fill="#FFF3E0" stroke="#FF8C00" stroke-width="2" filter="url(#shadow)"/>
    <text x="110" y="25" text-anchor="middle" font-weight="bold" fill="#D84315" font-size="14">Destroy Operators</text>
    
    <text x="20" y="60" fill="#333" font-size="12">• Random Removal</text>
    <text x="20" y="90" fill="#333" font-size="12">• Worst Removal (Critical Path)</text>
    <text x="20" y="120" fill="#333" font-size="12">• Phase Removal (Fleet Size)</text>
    <text x="20" y="150" fill="#333" font-size="12">• Shaw Removal (Spatio-Temporal)</text>
  </g>

  <line x1="320" y1="290" x2="380" y2="290" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <g transform="translate(380, 200)">
    <rect x="0" y="0" width="220" height="180" rx="5" fill="#E8F5E9" stroke="#2E7D32" stroke-width="2" filter="url(#shadow)"/>
    <text x="110" y="25" text-anchor="middle" font-weight="bold" fill="#1B5E20" font-size="14">Repair Operators</text>
    
    <text x="20" y="70" fill="#333" font-size="12">• Hierarchical Greedy</text>
    <text x="20" y="110" fill="#333" font-size="12">• Hierarchical Regret-k</text>
    
    <text x="110" y="150" text-anchor="middle" fill="#2E7D32" font-style="italic" font-size="11">(Lexicographical Sorting)</text>
  </g>

  <line x1="600" y1="290" x2="660" y2="290" stroke="#FF8C00" stroke-width="3" stroke-dasharray="4,2" marker-end="url(#arrow)" />

  <g transform="translate(660, 180)">
    <rect x="0" y="0" width="250" height="220" rx="5" fill="#FFFDE7" stroke="#FBC02D" stroke-width="3" filter="url(#shadow)"/>
    <text x="125" y="25" text-anchor="middle" font-weight="bold" fill="#F57F17" font-size="14">Hybrid Refueling Solver</text>
    
    <rect x="50" y="45" width="150" height="30" rx="3" fill="#fff" stroke="#666"/>
    <text x="125" y="65" text-anchor="middle" font-size="11">Check: Energy &lt; 0 ?</text>
    
    <line x1="125" y1="75" x2="125" y2="95" stroke="#333" stroke-width="1" marker-end="url(#arrow)" />
    
    <rect x="30" y="95" width="190" height="35" rx="3" fill="#fff" stroke="#666"/>
    <text x="125" y="110" text-anchor="middle" font-size="10">Minimize Latency:</text>
    <text x="125" y="125" text-anchor="middle" font-size="10">Detour + Service Time</text>

    <line x1="125" y1="130" x2="80" y2="155" stroke="#333" stroke-width="1" />
    <line x1="125" y1="130" x2="170" y2="155" stroke="#333" stroke-width="1" />
    
    <rect x="20" y="155" width="100" height="40" rx="3" fill="#E1F5FE" stroke="#0277BD"/>
    <text x="70" y="175" text-anchor="middle" font-size="10" font-weight="bold">SWAP</text>
    <text x="70" y="188" text-anchor="middle" font-size="9">(Fixed Time)</text>
    
    <rect x="130" y="155" width="100" height="40" rx="3" fill="#E1F5FE" stroke="#0277BD"/>
    <text x="180" y="175" text-anchor="middle" font-size="10" font-weight="bold">CHARGE</text>
    <text x="180" y="188" text-anchor="middle" font-size="9">(Variable Time)</text>
  </g>

  <line x1="500" y1="560" x2="500" y2="600" stroke="#333" stroke-width="2" marker-end="url(#arrow)" />

  <g transform="translate(250, 600)">
    <rect x="0" y="0" width="500" height="70" rx="8" fill="#F3E5F5" stroke="#7B1FA2" stroke-width="2" filter="url(#shadow)"/>
    <text x="250" y="25" text-anchor="middle" font-weight="bold" fill="#7B1FA2" font-size="16">Lexicographical Evaluation Function</text>
    <text x="250" y="50" text-anchor="middle" fill="#333" font-family="serif" font-style="italic" font-size="16">
      Cost = &lt; Makespan, Total Distance &gt;
    </text>
  </g>
</svg>
渗透测试工具
# MPET - Multi-Protocol Exploitation Toolkit

**多协议漏洞利用与攻击模拟平台**

MPET 是一款面向多协议环境的模块化漏洞利用与攻击模拟平台,专为红队攻防演练和安全测试设计。基于 Wails 框架构建的跨平台桌面应用,支持 14 种常见服务协议的连接测试和未授权访问检测。
# MPET - Multi-Protocol Exploitation Toolkit

**多协议漏洞利用与攻击模拟平台**

MPET 是一款面向多协议环境的模块化漏洞利用与攻击模拟平台,专为红队攻防演练和安全测试设计。基于 Wails 框架构建的跨平台桌面应用,支持 14 种常见服务协议的连接测试和未授权访问检测。
给我生成linxii的svg,只包括linxii这六个英文字符,字体带有艺术风格。
雪人,有头和身体,身体是一个雪球,头部是一个雪球,身体不要2个雪球,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格,眼睛,胡萝卜鼻子
雪人,有头和身体,身体是一个雪球,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格
雪人,有头和身体,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行羽毛球比赛的事情,画1张图片中包含4张邮连续性的小图片。第一幕是男主突然像打羽毛球,第二幕是男主和另外一个同学在体育馆打羽毛球,第三幕是男主赢得了比赛,第四幕是男主获得周围同学的欣赏。颜色用黑白加另外一种颜色即可。
基因双螺旋,荧光绿,AI感
图标设计,VS Code 文件图标,矢量 SVG 风格,尺寸 16×16 像素,极简科技风,无冗余装饰。核心元素:① 中心是 FDTD 仿真的标志性符号 —— 抽象的电磁波波形(正弦曲线极简线条),代表光场传播;② 背景填充均匀的 dash 虚线网格(细线条,格子间距紧凑),体现时域有限差分的网格离散特性;③ 右下角嵌入小写字母组合「phtd」,字体纤细、无衬线,与图标融合;④ 配色方案:主色为科技蓝(#1E88E5),网格为浅灰色(#E0E0E0),文字与波形同色,单色 / 双色简约设计,无渐变无阴影,适配编辑器图标显示规范。整体风格简洁清晰,辨识度高,放大缩小无模糊,符合代码编辑器图标美学。
基于现有的SVG修改,增加一个Entrypoint lima,输入文件与CCS相同,节点黑字为split ccs bam,绿字工具为picard splitsambynumberofreads

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   version="1.1"
   id="svg2"
   xml:space="preserve"
   width="988"
   height="772"
   viewBox="0 0 988 772"
   sodipodi:docname="Isoseq_pipeline_metro.svg"
   inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
   inkscape:export-filename="Isoseq_pipeline_metro.png"
   inkscape:export-xdpi="300"
   inkscape:export-ydpi="300"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
     id="namedview466"
     pagecolor="#505050"
     bordercolor="#ffffff"
     borderopacity="1"
     inkscape:pageshadow="0"
     inkscape:pageopacity="0"
     inkscape:pagecheckerboard="1"
     showgrid="false"
     inkscape:zoom="0.68237637"
     inkscape:cx="220.55277"
     inkscape:cy="433.04548"
     inkscape:current-layer="svg2"
     inkscape:showpageshadow="0"
     inkscape:deskcolor="#505050"
     inkscape:window-width="1920"
     inkscape:window-height="1052"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:window-maximized="1" /><defs
     id="defs6"><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath494"><path
         d="m 2900,3600 h 2040 v 880 H 2900 Z"
         id="path492" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath506"><path
         d="m 430,3120 h 70 v 20 h -70 z"
         id="path504" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath518"><path
         d="m 1080,3120 h 60 v 20 h -60 z"
         id="path516" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath530"><path
         d="m 1150,3120 h 70 v 20 h -70 z"
         id="path528" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath542"><path
         d="m 430,3050 h 350 v 70 H 430 Z"
         id="path540" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath554"><path
         d="m 790,3050 h 60 v 70 h -60 z"
         id="path552" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath566"><path
         d="m 940,3050 h 130 v 70 H 940 Z"
         id="path564" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath578"><path
         d="m 1080,3050 h 60 v 70 h -60 z"
         id="path576" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath590"><path
         d="m 1150,3050 h 210 v 70 h -210 z"
         id="path588" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath602"><path
         d="m 430,3040 h 350 v 10 H 430 Z"
         id="path600" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath614"><path
         d="m 790,3040 h 70 v 10 h -70 z"
         id="path612" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath626"><path
         d="m 940,3040 h 130 v 10 H 940 Z"
         id="path624" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath638"><path
         d="m 1080,3040 h 60 v 10 h -60 z"
         id="path636" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath650"><path
         d="m 1150,3040 h 210 v 10 h -210 z"
         id="path648" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath662"><path
         d="m 790,3020 h 60 v 20 h -60 z"
         id="path660" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath674"><path
         d="m 220,2520 h 70 v 10 h -70 z"
         id="path672" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath686"><path
         d="m 660,2520 h 60 v 10 h -60 z"
         id="path684" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath698"><path
         d="m 220,2510 h 70 v 10 h -70 z"
         id="path696" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath710"><path
         d="m 440,2510 h 60 v 10 h -60 z"
         id="path708" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath722"><path
         d="m 660,2510 h 60 v 10 h -60 z"
         id="path720" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath734"><path
         d="m 1300,2510 h 60 v 10 h -60 z"
         id="path732" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath746"><path
         d="m 220,2440 h 210 v 70 H 220 Z"
         id="path744" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath758"><path
         d="m 440,2440 h 130 v 70 H 440 Z"
         id="path756" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath770"><path
         d="m 580,2440 h 70 v 70 h -70 z"
         id="path768" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath782"><path
         d="m 660,2440 h 130 v 70 H 660 Z"
         id="path780" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath794"><path
         d="m 860,2440 h 70 v 70 h -70 z"
         id="path792" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath806"><path
         d="m 940,2440 h 280 v 70 H 940 Z"
         id="path804" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath818"><path
         d="m 1230,2440 h 60 v 70 h -60 z"
         id="path816" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath830"><path
         d="m 1300,2440 h 60 v 70 h -60 z"
         id="path828" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath842"><path
         d="m 220,2430 h 210 v 10 H 220 Z"
         id="path840" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath854"><path
         d="m 440,2430 h 130 v 10 H 440 Z"
         id="path852" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath866"><path
         d="m 580,2430 h 70 v 10 h -70 z"
         id="path864" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath878"><path
         d="m 660,2430 h 140 v 10 H 660 Z"
         id="path876" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath890"><path
         d="m 860,2430 h 70 v 10 h -70 z"
         id="path888" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath902"><path
         d="m 940,2430 h 280 v 10 H 940 Z"
         id="path900" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath914"><path
         d="m 1230,2430 h 60 v 10 h -60 z"
         id="path912" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath926"><path
         d="m 1300,2430 h 60 v 10 h -60 z"
         id="path924" /></clipPath></defs><path
     d="M 0.3727595,771.77603 H 987.62724 V 0.223965 H 0.3727595 Z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path12" /><g
     id="g7082"
     transform="translate(-14.507382,-42.928154)"><rect
       style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:3.24635;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
       id="rect890"
       width="114.14889"
       height="56.060959"
       x="54.665562"
       y="87.977196"
       ry="10.103355" /><text
       style="font-variant:normal;font-weight:bold;font-size:18.6667px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text406-3-2"
       x="111.22959"
       y="109.08204"><tspan
         sodipodi:role="line"
         id="tspan805"
         x="111.22959"
         y="109.08204"
         style="font-size:18.6667px;text-align:center;text-anchor:middle">Entrypoint</tspan><tspan
         sodipodi:role="line"
         id="tspan807"
         x="111.22959"
         y="132.58566"
         style="font-size:18.6667px;text-align:center;text-anchor:middle">isoseq</tspan></text></g><g
     id="g7082-9"
     transform="translate(-25.213832,550.81379)"><g
       id="g7298"
       transform="translate(0,2.8269658)"><rect
         style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:3.24635;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
         id="rect890-7"
         width="114.14889"
         height="56.060959"
         x="54.665562"
         y="87.977196"
         ry="10.103355" /><text
         style="font-variant:normal;font-weight:bold;font-size:18.6667px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text406-3-2-3"
         x="111.22959"
         y="109.08204"><tspan
           sodipodi:role="line"
           id="tspan805-6"
           x="111.22959"
           y="109.08204"
           style="font-size:18.6667px;text-align:center;text-anchor:middle">Entrypoint</tspan><tspan
           sodipodi:role="line"
           id="tspan807-1"
           x="111.22959"
           y="132.58566"
           style="font-size:18.6667px;text-align:center;text-anchor:middle">map</tspan></text></g></g><path
     d="m 572.59398,449.07334 v 69.30024"
     style="fill:none;stroke:#24b064;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path14" /><path
     d="m 363.61083,436.47334 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7" /><path
     d="m 522.70566,436.47668 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1" /><path
     d="m 444.03383,436.47334 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1-2" /><path
     d="M 571.40266,520.16667 H 618.0685"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1-2-7" /><g
     id="g988"
     transform="translate(-62.59614)"><path
       d="m 411.57866,428.62534 h -1.324 v -6.396 c 0,-0.036 -0.009,-0.0787 -0.009,-0.12 -0.005,-0.25466 -0.084,-0.5 -0.26133,-0.69733 l -10.64,-12.15733 c 0,-0.004 -0.005,-0.004 -0.005,-0.004 -0.0627,-0.0733 -0.136,-0.13067 -0.21334,-0.18267 -0.0267,-0.016 -0.0467,-0.032 -0.0733,-0.0413 -0.068,-0.0373 -0.14,-0.068 -0.21333,-0.0893 -0.0213,-0.0107 -0.036,-0.016 -0.0573,-0.02 -0.084,-0.0213 -0.16666,-0.032 -0.25066,-0.032 h -26.14534 c -1.192,0 -2.16666,0.96934 -2.16666,2.16134 v 17.57866 h -1.32267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.32267 v 11.00533 c 0,1.19733 0.97466,2.16667 2.16666,2.16667 h 35.70267 c 1.19333,0 2.16667,-0.96934 2.16667,-2.16667 v -11.00533 h 1.324 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08399 c 0,-1.708 -1.38533,-3.09334 -3.09333,-3.09334 z m -39.19334,-17.57333 h 25.06267 v 11.068 c 0,0.59867 0.484,1.08267 1.08267,1.08267 h 9.55733 v 5.42266 h -35.70267 z m 35.70267,50.26533 h -35.70267 v -10.42136 h 35.70267 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path18" /><path
       d="m 411.57866,428.62534 h -42.68267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 42.68267 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08399 c 0,-1.708 -1.38533,-3.09334 -3.09333,-3.09334 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path20" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text26"
       x="378.97333"
       y="443.45468"><tspan
         x="378.97333 387.88797 392.74652"
         y="443.45468"
         id="tspan24"
         style="stroke-width:1.33333">gtf</tspan></text><path
       d="m 372.38532,411.02668 h 25.06267 v 11.072 c 0,0.59866 0.484,1.084 1.08267,1.084 h 9.55733 v 5.416 h -35.70267 z m 35.70267,50.27066 h -35.70267 v -10.42812 h 35.70267 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path28" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text36"
       x="357.60266"
       y="478.33466"><tspan
         x="357.60266 367.50079 375.1232 379.68839 387.31079 392.64371 400.26611 408.64252 416.26489"
         y="478.33466"
         id="tspan32"
         style="stroke-width:1.33333">Reference</tspan><tspan
         x="354.5834 364.48154 372.85794 381.23434 389.61075 394.17593 401.79834 406.36356 410.17474 418.55115"
         y="496.68988"
         id="tspan34"
         style="stroke-width:1.33333">Annotation</tspan></text></g><g
     id="g1981"
     transform="translate(80)"><path
       d="m 505.19332,436.47334 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path38" /><path
       d="m 505.19332,436.47334 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path40" /></g><g
     id="g1809"
     transform="translate(80.009192)"><text
       style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text46"
       x="459.70267"
       y="394.31735"><tspan
         x="459.70267 464.15067 473.92667 483.70267 492.59866 501.49466 505.94266 515.71869"
         y="394.31735"
         id="tspan44"
         style="stroke-width:1.33333">Indexing</tspan></text><text
       style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text52"
       x="439.452"
       y="412.02667"><tspan
         x="439.452 449.052 458.65198 468.25198 477.85199 487.452 497.052 506.65198 516.25201 525.85199 535.45197"
         y="412.02667"
         id="tspan50"
         style="stroke-width:1.33333">uLTRA index</tspan></text></g><g
     id="g1083"
     transform="translate(-81.910735,-35.40368)"><path
       d="m 506.82806,471.87702 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path38-3" /><path
       d="m 506.82806,471.87702 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path40-6" /></g><g
     id="g1809-3"
     transform="translate(-65.266818,-3.234375)"><g
       id="g1977"><g
         id="g2007"
         transform="translate(0,3.234375)"><g
           id="g2013"><text
             style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
             id="text46-5"
             x="461.452"
             y="394.31735"><tspan
               id="tspan44-6"
               style="stroke-width:1.33333">Sort</tspan></text><text
             style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
             id="text52-2"
             x="439.452"
             y="412.02667"><tspan
               id="tspan50-9"
               style="stroke-width:1.33333">gnu/sort</tspan></text></g></g></g></g><g
     id="g2030"
     transform="translate(23.424014)"><path
       d="m 655.00747,428.62534 h -1.32266 v -6.396 c 0,-0.036 -0.005,-0.0787 -0.0107,-0.12 -0.005,-0.25466 -0.084,-0.50533 -0.26133,-0.70266 l -10.63467,-12.152 c -0.005,-0.004 -0.005,-0.004 -0.0107,-0.004 -0.068,-0.0733 -0.14,-0.13067 -0.21866,-0.18267 -0.0213,-0.016 -0.0413,-0.0267 -0.068,-0.0413 -0.068,-0.0427 -0.14,-0.068 -0.21334,-0.0947 -0.0253,-0.005 -0.0413,-0.0147 -0.0573,-0.0147 -0.0827,-0.016 -0.16667,-0.032 -0.24933,-0.032 h -26.152 c -1.192,0 -2.16133,0.96934 -2.16133,2.16134 v 17.57866 h -1.32267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.32267 v 11.00533 c 0,1.19733 0.96933,2.16667 2.16133,2.16667 h 35.70933 c 1.192,0 2.16667,-0.96934 2.16667,-2.16667 v -11.00533 h 1.32266 c 1.708,0 3.09334,-1.38534 3.09334,-3.09334 v -16.08399 c 0,-1.708 -1.38534,-3.09334 -3.09334,-3.09334 z m -39.19333,-17.57866 h 25.06267 v 11.07333 c 0,0.59867 0.484,1.08267 1.084,1.08267 h 9.55733 v 5.42266 h -35.704 z m 35.704,50.27066 h -35.7036 v -10.42656 h 35.7036 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path54" /><path
       d="m 655.00747,428.62534 h -1.32266 l -40.03733,-0.005 h -1.32267 c -1.708,0 -3.09333,1.38533 -3.09333,3.09333 V 447.803 c 0,1.70267 1.38533,3.088 3.09333,3.088 h 42.68266 c 1.708,0 3.09334,-1.38533 3.09334,-3.088 v -16.08933 c 0,-1.708 -1.38534,-3.088 -3.09334,-3.088 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path56" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text62"
       x="615.63953"
       y="445.13202"><tspan
         x="615.63953 620.49805 628.61023 636.72241 641.58099"
         y="445.13202"
         id="tspan60"
         style="stroke-width:1.33333">fasta</tspan></text><path
       d="m 615.81414,411.02668 h 25.06267 v 11.072 c 0,0.59466 0.484,1.07866 1.084,1.07866 h 9.55733 v 5.42134 h -35.704 z m 35.704,50.26533 h -35.7036 v -10.42292 h 35.7036 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path64" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text70"
       x="606.13684"
       y="477.77335"><tspan
         x="606.13684 616.80267 624.42511 632.80151 641.17792 653.36548"
         y="477.77335"
         id="tspan68"
         style="stroke-width:1.33333">Genome</tspan></text></g><path
     d="m 654.64717,488.58935 c 0,17.43733 -14.136,31.57733 -31.57867,31.57733"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path80" /><path
     d="m 654.64717,489.52135 v -5.932"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path76" /><path
     d="m 769.11465,113.58802 v 79.99999"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path82" /><path
     d="m 779.11465,113.58802 v 79.99999"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path84" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text90"
     x="268.284"
     y="246.20535"><tspan
       x="268.284 277.4281 282.76105 286.57224 298.75983 306.38223 311.71515"
       y="246.20535"
       id="tspan88"
       style="stroke-width:1.33333">Primers</tspan></text><path
     d="m 315.51599,196.56268 h -1.328 v -6.396 c 0,-0.036 -0.005,-0.0787 -0.0107,-0.12 0,-0.25467 -0.084,-0.5 -0.256,-0.69733 l -10.64,-12.156 c 0,-0.005 -0.005,-0.005 -0.0107,-0.005 -0.0627,-0.068 -0.13467,-0.13066 -0.21333,-0.18266 -0.0213,-0.016 -0.0467,-0.0267 -0.0733,-0.0413 -0.0667,-0.0373 -0.14,-0.068 -0.21333,-0.0893 -0.0213,-0.005 -0.036,-0.0147 -0.0573,-0.0147 -0.0773,-0.0213 -0.16134,-0.0373 -0.24934,-0.0373 h -26.14666 c -1.192,0 -2.16134,0.97467 -2.16134,2.16667 v 17.57333 h -1.328 c -1.708,0 -3.09333,1.38533 -3.09333,3.09333 v 16.084 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.328 v 11.01066 c 0,1.192 0.96934,2.16134 2.16134,2.16134 h 35.70933 c 1.192,0 2.16133,-0.96934 2.16133,-2.16134 v -11.01066 h 1.328 c 1.70267,0 3.088,-1.38534 3.088,-3.09334 v -16.084 c 0,-1.708 -1.38533,-3.09333 -3.088,-3.09333 z m -39.19866,-17.57333 h 25.068 v 11.07333 c 0,0.59333 0.484,1.07733 1.084,1.07733 h 9.55733 v 5.42267 h -35.70933 z m 35.70933,50.26533 h -35.70933 v -10.42136 h 35.70933 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path92" /><path
     d="m 315.51599,196.56268 h -42.688 c -1.708,0 -3.088,1.38533 -3.088,3.09333 v 16.084 c 0,1.708 1.38,3.09334 3.088,3.09334 h 42.688 c 1.708,0 3.09334,-1.38534 3.09334,-3.09334 v -16.084 c 0,-1.708 -1.38534,-3.09333 -3.09334,-3.09333 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path94" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text100"
     x="276.14667"
     y="213.07068"><tspan
       x="276.14667 281.00522 289.1174 297.22958 302.08817"
       y="213.07068"
       id="tspan98"
       style="stroke-width:1.33333">fasta</tspan></text><path
     d="m 276.31733,178.96401 h 25.068 v 11.072 c 0,0.6 0.484,1.084 1.084,1.084 h 9.55733 v 5.42134 h -35.70933 z m 35.70933,50.27067 h -35.70933 v -10.42812 h 35.70933 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path102" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text108"
     x="803.72266"
     y="428.34268"><tspan
       x="803.72266 816.17065 825.06665 834.84265 843.73865 848.18665 862.41064 872.18665 881.96265 890.85864 895.30664 904.20264 908.65063 917.54663 921.99463 930.89062 939.78662 949.56262 959.33862 963.78662 973.56262"
       y="428.34268"
       id="tspan106"
       style="stroke-width:1.33333">Gene models cleanning</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text114"
     x="803.90265"
     y="447.10666"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267 899.90265 909.50262 919.10266"
       y="447.10666"
       id="tspan112"
       style="stroke-width:1.33333">TAMA collapse</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text120"
     x="803.30933"
     y="300.81601"><tspan
       x="803.30933 813.08533 817.53333 826.42932 831.75732 836.20532 841.53333 845.98132 850.42932 859.32532 868.22131 872.66931 881.56531 890.4613 904.6853 914.4613 918.9093"
       y="300.81601"
       id="tspan118"
       style="stroke-width:1.33333">List files sample</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text126"
     x="803.90265"
     y="319.74533"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267 899.90265 909.50262 919.10266"
       y="319.74533"
       id="tspan124"
       style="stroke-width:1.33333">TAMA filelist</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text132"
     x="803.30933"
     y="190.78136"><tspan
       x="803.30933 816.63733 825.53333 831.75732 841.53333 845.98132 855.75732 865.53333 869.98132 878.87732 888.65332 898.42932 908.20532 913.53333 922.42932 927.75732 932.20532 941.98132 951.75732"
       y="190.78136"
       id="tspan130"
       style="stroke-width:1.33333">Merging annotations</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text138"
     x="803.90265"
     y="208.49068"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267"
       y="208.49068"
       id="tspan136"
       style="stroke-width:1.33333">TAMA merge</tspan></text><path
     d="m 795.20265,24.740019 h -1.328 v -6.396 c 0,-0.03733 -0.005,-0.07867 -0.0107,-0.12 0,-0.254667 -0.0827,-0.5 -0.25467,-0.697333 l -10.64,-12.1573335 c -0.005,-0.00533 -0.005,-0.00533 -0.005,-0.00533 -0.068,-0.072 -0.14133,-0.1293334 -0.21867,-0.1813334 -0.0213,-0.016 -0.048,-0.032 -0.068,-0.042667 -0.068,-0.036 -0.14133,-0.066667 -0.21333,-0.088 -0.0213,-0.010667 -0.0427,-0.016 -0.0627,-0.021333 -0.0787,-0.02 -0.16133,-0.030667 -0.24533,-0.030667 h -26.15067 c -1.19333,0 -2.16133,0.9693333 -2.16133,2.1666666 V 24.740019 h -1.328 c -1.704,0 -3.08933,1.385333 -3.08933,3.093333 v 16.084 c 0,1.707999 1.38533,3.093333 3.08933,3.093333 h 1.328 v 11.010666 c 0,1.192 0.968,2.161333 2.16133,2.161333 h 35.708 c 1.19334,0 2.16134,-0.969333 2.16134,-2.161333 V 47.010685 h 1.328 c 1.70933,0 3.09466,-1.385334 3.09466,-3.093333 v -16.084 c 0,-1.708 -1.38533,-3.093333 -3.09466,-3.093333 z M 756.00531,7.1666858 h 25.068 V 18.234686 c 0,0.598666 0.484,1.082666 1.08267,1.082666 h 9.55733 v 5.422667 h -35.708 z m 35.708,50.2653322 h -35.7084 v -10.42136 h 35.7084 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path140" /><path
     d="m 795.20265,24.740019 h -42.68667 c -1.70933,0 -3.09467,1.385333 -3.09467,3.093333 v 16.084 c 0,1.707999 1.38534,3.093333 3.09467,3.093333 h 42.68667 c 1.70933,0 3.09466,-1.385334 3.09466,-3.093333 v -16.084 c 0,-1.708 -1.38533,-3.093333 -3.09466,-3.093333 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path142" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text148"
     x="760.31195"
     y="41.212017"><tspan
       x="760.31195 769.22662 777.33881"
       y="41.212017"
       id="tspan146"
       style="stroke-width:1.33333">bed</tspan></text><path
     d="m 756.00531,7.1400191 h 25.068 V 18.213352 c 0,0.598667 0.484,1.084 1.08267,1.084 h 9.55733 v 5.416 h -35.708 z m 35.708,50.2719989 h -35.7084 v -10.42812 h 35.7084 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path150" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text158"
     x="752.65863"
     y="73.750687"><tspan
       x="752.65863 756.46985 764.09222 772.46863 780.091 787.71344"
       y="73.750687"
       id="tspan154"
       style="stroke-width:1.33333">Isoseq</tspan><tspan
       x="734.3941 744.29224 752.66864 761.04504 769.42145 773.98669 781.60907 786.17426 789.98547 798.36188 806.73828"
       y="92.105881"
       id="tspan156"
       style="stroke-width:1.33333">Annotations</tspan></text><path
     d="m 769.17198,558.58801 c 0,17.44266 -14.14133,31.57866 -31.57867,31.57866"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path230" /><path
     d="m 779.17198,558.58801 c 0,22.96399 -18.61467,41.57866 -41.57867,41.57866"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path232" /><path
     d="m 769.17198,513.58801 v 40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path234" /><path
     d="m 779.17198,513.58801 v 40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path236" /><path
     d="m 769.17198,433.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path238" /><path
     d="m 779.17198,433.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path240" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text246"
     x="19.333332"
     y="508.34268"><tspan
       x="19.333332 30.885332 39.781334 54.005333 63.78133 72.67733 77.125336 86.901329 96.67733 101.12534 110.90134 120.67734 125.12534 134.02133 144.98123 149.42923 154.75723 163.65323 168.10126 172.54922"
       y="508.34268"
       id="tspan244"
       style="stroke-width:1.33333">Removing polyA tails</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text252"
     x="18.299465"
     y="527.10669"><tspan
       x="18.299465 27.899466 37.499466 47.099464 56.699463 66.299461 75.899467 85.499466 95.099464 104.69947 114.29946 123.89946 133.49947 143.09946 152.69946 162.29947 171.89946"
       y="527.10669"
       id="tspan250"
       style="stroke-width:1.33333">TAMA polyAcleanup</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text268"
     x="142.87059"
     y="207.99734"><tspan
       x="152.4706"
       id="tspan266"
       style="stroke-width:1.33333">CCS</tspan></text><path
     d="m 247.59333,590.16667 c -17.44267,0 -31.57734,-14.136 -31.57734,-31.57866"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path270" /><path
     d="m 221.01599,243.16135 c 0,-17.44267 14.13467,-31.57734 31.57734,-31.57734"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path272" /><path
     d="m 247.59333,600.16667 c -22.96267,0 -41.57734,-18.61467 -41.57734,-41.57866"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path274" /><path
     d="m 216.01599,113.58802 v 79.99999"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path276" /><path
     d="m 206.01599,113.58802 v 79.99999"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path278" /><path
     d="m 216.01599,513.58801 v 40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path280" /><path
     d="m 206.01599,513.58801 v 40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path282" /><path
     d="m 216.01599,433.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path284" /><path
     d="m 206.01599,433.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path286" /><path
     d="m 216.01599,353.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path288" /><path
     d="m 206.01599,353.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path290" /><path
     d="m 211.01599,273.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path292" /><path
     d="m 201.01599,273.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path294" /><path
     d="m 211.01599,193.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path296" /><path
     d="m 201.01599,193.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path298" /><path
     d="m 221.01599,246.46401 v 27.124"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path300" /><path
     d="m 221.01599,326.46401 v 27.124"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path302" /><path
     d="m 211.01599,206.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path304" /><path
     d="m 211.01599,206.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path306" /><path
     d="m 211.01599,286.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path308" /><path
     d="m 211.01599,286.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path310" /><path
     d="m 211.01599,366.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path312" /><path
     d="m 211.01599,366.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path314" /><path
     d="m 211.01599,446.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path316" /><path
     d="m 211.01599,446.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path318" /><g
     id="g7331"><path
       d="m 232.35466,34.317352 h -1.324 v -6.396 c 0,-0.036 -0.004,-0.07733 -0.009,-0.118667 0,-0.250666 -0.084,-0.5 -0.256,-0.698666 l -10.64,-12.156 c -0.005,-0.0053 -0.005,-0.0053 -0.0107,-0.0053 -0.0627,-0.07333 -0.136,-0.130667 -0.21333,-0.182667 -0.0267,-0.01467 -0.0467,-0.02533 -0.0733,-0.04133 -0.068,-0.036 -0.14,-0.068 -0.21333,-0.088 -0.0213,-0.01067 -0.036,-0.016 -0.0573,-0.02133 -0.0787,-0.02133 -0.16134,-0.03067 -0.25067,-0.03067 H 193.1617 c -1.192,0 -2.16133,0.973333 -2.16133,2.166666 v 17.572 h -1.328 c -1.708,0 -3.09334,1.385333 -3.09334,3.094666 v 16.082667 c 0,1.708 1.38534,3.093333 3.09334,3.093333 H 191 V 67.59872 c 0,1.193334 0.96933,2.161334 2.16133,2.161334 h 35.708 c 1.19333,0 2.16133,-0.968 2.16133,-2.161334 V 56.588018 h 1.32933 c 1.70267,0 3.088,-1.385333 3.088,-3.093333 V 37.412018 c 0,-1.709333 -1.38533,-3.094666 -3.088,-3.094666 z m -39.19333,-17.572 h 25.068 v 11.072 c 0,0.594667 0.484,1.078667 1.07733,1.078667 h 9.55733 v 5.421333 h -35.70266 z m 35.70266,50.265332 H 193.16133 V 56.588285 h 35.70266 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path160" /><path
       d="M 232.35466,34.317352 H 189.672 c -1.708,0 -3.09334,1.385333 -3.09334,3.094666 v 16.082667 c 0,1.708 1.38534,3.093333 3.09334,3.093333 h 42.68266 c 1.708,0 3.09333,-1.385333 3.09333,-3.093333 V 37.412018 c 0,-1.709333 -1.38533,-3.094666 -3.09333,-3.094666 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path162" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text168"
       x="199.16"
       y="49.302685"><tspan
         x="199.16 207.27219 215.38438"
         y="49.302685"
         id="tspan166"
         style="stroke-width:1.33333">csv</tspan></text><path
       d="m 193.16133,16.718686 h 25.068 v 11.073333 c 0,0.598666 0.484,1.082666 1.07733,1.082666 h 9.55733 v 5.422667 h -35.70266 z m 35.708,50.270665 h -35.708 V 56.562685 h 35.70266 v 10.426666 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path170" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text176"
       x="168.62933"
       y="83.960014"><tspan
         x="168.62933 177.77345 185.39584 197.58344 205.95984 209.77104 217.39343 225.01582 233.39221 241.0146 248.63699"
         y="83.960014"
         id="tspan174"
         style="stroke-width:1.33333">Samplesheet</tspan></text><path
       d="m 302.11999,29.776019 h -1.07866 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0147,-0.09867 0,-0.204 -0.068,-0.406666 -0.20933,-0.568 l -8.67734,-9.917333 c -0.004,-0.004 -0.004,-0.004 -0.004,-0.004 -0.0533,-0.05733 -0.11466,-0.105333 -0.17733,-0.146666 -0.0213,-0.016 -0.0373,-0.02533 -0.0573,-0.036 -0.0573,-0.032 -0.11467,-0.05733 -0.17734,-0.07333 -0.016,-0.0053 -0.0307,-0.01067 -0.0467,-0.016 -0.0627,-0.02 -0.13067,-0.02533 -0.204,-0.02533 h -21.328 c -0.97334,0 -1.76534,0.792 -1.76534,1.765333 v 14.338667 h -1.08266 c -1.39067,0 -2.52134,1.125333 -2.52134,2.521333 v 13.118666 c 0,1.396 1.13067,2.526667 2.52134,2.526667 h 1.08266 v 8.978666 c 0,0.974667 0.792,1.766667 1.76534,1.766667 h 29.12533 c 0.97467,0 1.76533,-0.792 1.76533,-1.766667 v -8.978666 h 1.084 c 1.39067,0 2.52,-1.130667 2.52,-2.526667 v -13.11867 c 0,-1.390667 -1.12933,-2.521333 -2.52,-2.521333 z M 270.14533,15.437352 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505213 h 29.13066 z"
       style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path178" /><path
       d="m 302.11999,29.776019 h -34.81733 c -1.396,0 -2.52667,1.125333 -2.52667,2.521333 v 13.118666 c 0,1.396 1.13067,2.526667 2.52667,2.526667 h 34.81733 c 1.396,0 2.52534,-1.130667 2.52534,-2.526667 V 32.297352 c 0,-1.396 -1.12934,-2.521333 -2.52534,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path180" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text186"
       x="271.48666"
       y="43.212017"><tspan
         x="271.48666 278.75894 285.37662"
         y="43.212017"
         id="tspan184"
         style="stroke-width:1.33333">bam</tspan></text><path
       d="m 270.14533,15.416019 h 20.448 v 9.037333 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.421333 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505214 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path188" /><path
       d="m 348.08799,29.776019 h -1.07733 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0107,-0.09867 -0.005,-0.204 -0.0733,-0.406666 -0.21333,-0.568 l -8.67734,-9.917333 c -0.005,-0.004 -0.005,-0.004 -0.005,-0.004 -0.052,-0.05733 -0.11467,-0.105333 -0.17733,-0.146666 -0.0147,-0.016 -0.0413,-0.02533 -0.0573,-0.036 -0.0573,-0.032 -0.11466,-0.05733 -0.172,-0.07333 -0.02,-0.0053 -0.0307,-0.01067 -0.0467,-0.016 -0.0667,-0.02 -0.13467,-0.02533 -0.20267,-0.02533 h -21.33333 c -0.97467,0 -1.76533,0.792 -1.76533,1.765333 v 14.338667 h -1.07867 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.118666 c 0,1.396 1.12933,2.526667 2.52533,2.526667 h 1.07867 v 8.978666 c 0,0.974667 0.79066,1.766667 1.76533,1.766667 h 29.13066 c 0.97334,0 1.76534,-0.792 1.76534,-1.766667 v -8.978666 h 1.07733 c 1.396,0 2.52667,-1.130667 2.52667,-2.526667 v -13.11867 c 0,-1.390667 -1.13067,-2.521333 -2.52667,-2.521333 z M 316.11466,15.437352 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505213 h 29.13066 z"
       style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path190" /><path
       d="m 348.08799,29.776019 h -34.81733 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.118666 c 0,1.396 1.12933,2.526667 2.52533,2.526667 h 34.81733 c 1.396,0 2.52667,-1.130667 2.52667,-2.526667 V 32.297352 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path192" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text198"
       x="321.28934"
       y="41.842686"><tspan
         x="321.28934 328.56161 335.83392"
         y="41.842686"
         id="tspan196"
         style="stroke-width:1.33333">pbi</tspan></text><path
       d="m 316.11466,15.416019 h 20.448 v 9.037333 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.421333 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505214 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path200" /><path
       d="m 302.11999,81.765351 h -1.084 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.005,-0.09867 -0.004,-0.202666 -0.0667,-0.412 -0.21333,-0.568 l -8.67734,-9.915999 c 0,-0.0053 -0.004,-0.0053 -0.004,-0.0053 -0.0533,-0.05733 -0.11466,-0.104 -0.17733,-0.146666 -0.0213,-0.01467 -0.0373,-0.02533 -0.0573,-0.036 -0.0573,-0.03067 -0.11467,-0.05733 -0.172,-0.07333 -0.016,-0.0053 -0.032,-0.0093 -0.052,-0.02 -0.0627,-0.016 -0.13067,-0.02133 -0.19867,-0.02133 h -21.33333 c -0.97334,0 -1.76534,0.792 -1.76534,1.765333 v 14.338667 h -1.07733 c -1.396,0 -2.52667,1.125333 -2.52667,2.521333 v 13.12 c 0,1.395999 1.13067,2.525333 2.52667,2.525333 h 1.07733 v 8.980005 c 0,0.97333 0.792,1.76533 1.76534,1.76533 h 29.13066 c 0.97467,0 1.76534,-0.792 1.76534,-1.76533 v -8.980005 h 1.07866 c 1.396,0 2.52534,-1.129334 2.52534,-2.525333 v -13.12 c 0,-1.396 -1.12934,-2.521333 -2.52534,-2.521333 z M 270.14533,67.426684 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88,0.885333 h 7.79733 v 4.421334 h -29.12533 z m 29.12533,41.005336 h -29.12547 v -8.500003 h 29.12547 z"
       style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path202" /><path
       d="m 302.11999,81.765351 h -1.084 l -32.656,-0.0053 h -1.08266 c -1.39067,0 -2.52134,1.130667 -2.52134,2.526667 v 13.12 c 0,1.395999 1.13067,2.525333 2.52134,2.525333 h 34.82266 c 1.39067,0 2.52,-1.129334 2.52,-2.525333 v -13.12 c 0,-1.396 -1.12933,-2.521333 -2.52,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path204" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text210"
       x="271.48532"
       y="95.201347"><tspan
         x="271.48532 278.75763 285.37531"
         y="95.201347"
         id="tspan208"
         style="stroke-width:1.33333">bam</tspan></text><path
       d="m 270.14533,67.406684 h 20.448 v 9.030667 c 0,0.489333 0.396,0.885333 0.88,0.885333 h 7.79733 v 4.422667 h -29.12533 z m 29.13066,41.009336 h -29.13066 v -8.504003 h 29.12533 v 8.504003 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path212" /><path
       d="m 348.08799,81.765351 h -1.07733 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0107,-0.09867 -0.005,-0.202666 -0.0733,-0.412 -0.21333,-0.568 l -8.67734,-9.915999 c -0.005,-0.0053 -0.005,-0.0053 -0.005,-0.0053 -0.052,-0.05733 -0.11467,-0.109333 -0.17733,-0.146666 -0.0147,-0.01467 -0.0413,-0.02533 -0.0573,-0.036 -0.0573,-0.03067 -0.11466,-0.05733 -0.172,-0.07333 -0.02,-0.0053 -0.0307,-0.0093 -0.0467,-0.02 -0.0667,-0.016 -0.13467,-0.02133 -0.20267,-0.02133 h -21.33333 c -0.97467,0 -1.76533,0.792 -1.76533,1.765333 v 14.338667 h -1.07867 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.12 c 0,1.395999 1.12933,2.525333 2.52533,2.525333 h 1.07867 v 8.980005 c 0,0.97333 0.79066,1.76533 1.76533,1.76533 h 29.13066 c 0.97334,0 1.76534,-0.792 1.76534,-1.76533 v -8.980005 h 1.07733 c 1.396,0 2.52667,-1.129334 2.52667,-2.525333 v -13.12 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z M 316.11466,67.426684 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.005336 h -29.13066 v -8.500003 h 29.13066 z"
       style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path214" /><path
       d="m 348.08799,81.765351 h -1.07733 l -32.66133,-0.0053 h -1.07867 c -1.396,0 -2.52533,1.130667 -2.52533,2.526667 v 13.12 c 0,1.395999 1.12933,2.525333 2.52533,2.525333 h 34.81733 c 1.396,0 2.52667,-1.129334 2.52667,-2.525333 v -13.12 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path216" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text222"
       x="321.28934"
       y="93.832016"><tspan
         x="321.28934 328.56161 335.83392"
         y="93.832016"
         id="tspan220"
         style="stroke-width:1.33333">pbi</tspan></text><path
       d="m 316.11466,67.406684 h 20.448 v 9.030667 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.422667 h -29.13066 z m 29.13066,41.009336 h -29.13066 v -8.504177 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path224" /><path
       d="m 260.26533,14.281352 c 0,0 -4.35334,1.088 -5.45334,5.844 -1.10933,4.796 3.74534,19.125333 0.0213,20.166666 l -6.71867,1.88"
       style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path226" /><path
       d="m 260.26533,70.057351 c 0,0 -4.35334,-1.088 -5.45334,-5.844 -1.10933,-4.797333 3.74534,-19.119999 0.0213,-20.161333 l -6.71867,-1.88"
       style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path228" /><path
       d="m 211.01599,126.18802 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:none;stroke:#000000;stroke-width:12.598;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path320" /><path
       d="m 211.01599,126.18802 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path322" /></g><g
     id="g7241"
     transform="translate(118.13155,-15.543624)"><g
       id="g7213"
       transform="translate(51.610739)"><path
         d="m 106.62526,657.33452 h -1.324 v -6.396 c 0,-0.036 -0.004,-0.0773 -0.009,-0.11867 0,-0.25066 -0.084,-0.5 -0.256,-0.69866 l -10.639996,-12.156 c -0.005,-0.005 -0.005,-0.005 -0.0107,-0.005 -0.0627,-0.0733 -0.136,-0.13067 -0.21333,-0.18267 -0.0267,-0.0147 -0.0467,-0.0253 -0.0733,-0.0413 -0.068,-0.036 -0.14,-0.068 -0.21333,-0.088 -0.0213,-0.0107 -0.036,-0.016 -0.0573,-0.0213 -0.0787,-0.0213 -0.16134,-0.0307 -0.25067,-0.0307 h -26.14533 c -1.192,0 -2.16133,0.97333 -2.16133,2.16667 v 17.572 h -1.328 c -1.708,0 -3.09334,1.38533 -3.09334,3.09466 v 16.08267 c 0,1.708 1.38534,3.09333 3.09334,3.09333 h 1.32763 v 11.01067 c 0,1.19333 0.96933,2.16133 2.16133,2.16133 h 35.707996 c 1.19333,0 2.16133,-0.968 2.16133,-2.16133 v -11.0107 h 1.32933 c 1.70267,0 3.088,-1.38534 3.088,-3.09334 v -16.08266 c 0,-1.70934 -1.38533,-3.09467 -3.088,-3.09467 z m -39.193326,-17.572 h 25.068 v 11.072 c 0,0.59467 0.484,1.07867 1.07733,1.07867 h 9.557326 v 5.42133 H 67.431934 Z m 35.702656,50.26533 H 67.431934 v -10.4224 h 35.702656 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path160-3" /><path
         d="M 106.62526,657.33452 H 63.942604 c -1.708,0 -3.09334,1.38533 -3.09334,3.09467 v 16.08266 c 0,1.708 1.38534,3.09334 3.09334,3.09334 h 42.682656 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08266 c 0,-1.70934 -1.38533,-3.09467 -3.09333,-3.09467 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path162-6" /><text
         style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text168-7"
         x="73.430611"
         y="672.31982"><tspan
           x="73.430611 81.542793 89.654991"
           y="672.31982"
           id="tspan166-5"
           style="stroke-width:1.33333">csv</tspan></text><path
         d="m 67.431934,639.73586 h 25.068 v 11.07333 c 0,0.59866 0.484,1.08266 1.07733,1.08266 h 9.557326 v 5.42267 H 67.431934 Z m 35.707996,50.27066 H 67.431934 v -10.42667 h 35.702656 v 10.42667 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path170-3" /><text
         style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text176-5"
         x="42.89994"
         y="706.97717"><tspan
           x="42.89994 52.04406 59.666451 71.854042 80.230446 84.041649 91.66404 99.28643 107.66282 115.28521 122.9076"
           y="706.97717"
           id="tspan174-6"
           style="stroke-width:1.33333">Samplesheet</tspan></text></g><g
       id="g7204"
       transform="translate(-95.75166)"><path
         d="m 176.39059,652.79319 h -1.07866 v -5.21867 c 0,-0.0307 -0.005,-0.0627 -0.0147,-0.0987 0,-0.204 -0.068,-0.40666 -0.20933,-0.568 l -8.67734,-9.91733 c -0.004,-0.004 -0.004,-0.004 -0.004,-0.004 -0.0533,-0.0573 -0.11466,-0.10533 -0.17733,-0.14667 -0.0213,-0.016 -0.0373,-0.0253 -0.0573,-0.036 -0.0573,-0.032 -0.11467,-0.0573 -0.17734,-0.0733 -0.016,-0.005 -0.0307,-0.0107 -0.0467,-0.016 -0.0627,-0.02 -0.13067,-0.0253 -0.204,-0.0253 h -21.328 c -0.97334,0 -1.76534,0.792 -1.76534,1.76534 v 14.33866 h -1.08266 c -1.39067,0 -2.52134,1.12534 -2.52134,2.52134 v 13.11866 c 0,1.396 1.13067,2.52667 2.52134,2.52667 h 1.08266 v 8.97867 c 0,0.97466 0.792,1.76666 1.76534,1.76666 h 29.12533 c 0.97467,0 1.76533,-0.792 1.76533,-1.76666 v -8.97867 h 1.084 c 1.39067,0 2.52,-1.13067 2.52,-2.52667 v -13.11867 c 0,-1.39067 -1.12933,-2.52133 -2.52,-2.52133 z m -31.97466,-14.33867 h 20.448 v 9.032 c 0,0.48933 0.396,0.88533 0.88533,0.88533 h 7.79733 v 4.42134 h -29.13066 z m 29.13066,41.01067 h -29.13066 v -8.50522 h 29.13066 z"
         style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path178-2" /><path
         d="m 176.39059,652.79319 h -34.81733 c -1.396,0 -2.52667,1.12533 -2.52667,2.52133 v 13.11867 c 0,1.396 1.13067,2.52666 2.52667,2.52666 h 34.81733 c 1.396,0 2.52534,-1.13066 2.52534,-2.52666 v -13.11867 c 0,-1.396 -1.12934,-2.52133 -2.52534,-2.52133 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path180-9" /><text
         style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text186-1"
         x="145.75726"
         y="666.22919"><tspan
           id="tspan184-2"
           style="stroke-width:1.33333">fa.gz</tspan></text><path
         d="m 144.41593,638.43319 h 20.448 v 9.03733 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.42133 h -29.13066 z m 29.13066,41.01066 h -29.13066 v -8.50521 h 29.13066 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path188-7" /><path
         d="m 176.39059,704.78252 h -1.084 v -5.21867 c 0,-0.0307 -0.005,-0.0627 -0.005,-0.0987 -0.004,-0.20266 -0.0667,-0.412 -0.21333,-0.568 l -8.67734,-9.916 c 0,-0.005 -0.004,-0.005 -0.004,-0.005 -0.0533,-0.0573 -0.11466,-0.10399 -0.17733,-0.14666 -0.0213,-0.0147 -0.0373,-0.0253 -0.0573,-0.036 -0.0573,-0.0307 -0.11467,-0.0573 -0.172,-0.0733 -0.016,-0.005 -0.032,-0.009 -0.052,-0.02 -0.0627,-0.016 -0.13067,-0.0213 -0.19867,-0.0213 h -21.33333 c -0.97334,0 -1.76534,0.792 -1.76534,1.76533 v 14.33867 h -1.07733 c -1.396,0 -2.52667,1.12533 -2.52667,2.52133 v 13.12 c 0,1.396 1.13067,2.52533 2.52667,2.52533 h 1.07733 v 8.98001 c 0,0.97333 0.792,1.76533 1.76534,1.76533 h 29.13066 c 0.97467,0 1.76534,-0.792 1.76534,-1.76533 v -8.98001 h 1.07866 c 1.396,0 2.52534,-1.12933 2.52534,-2.52533 v -13.12 c 0,-1.396 -1.12934,-2.52133 -2.52534,-2.52133 z m -31.97466,-14.33867 h 20.448 v 9.032 c 0,0.48934 0.396,0.88534 0.88,0.88534 h 7.79733 v 4.42133 h -29.12533 z m 29.12533,41.00534 h -29.12547 v -8.5 h 29.12547 z"
         style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path202-6" /><path
         d="m 176.39059,704.78252 h -1.084 l -32.656,-0.005 h -1.08266 c -1.39067,0 -2.52134,1.13067 -2.52134,2.52667 v 13.12 c 0,1.396 1.13067,2.52533 2.52134,2.52533 h 34.82266 c 1.39067,0 2.52,-1.12933 2.52,-2.52533 v -13.12 c 0,-1.396 -1.12933,-2.52134 -2.52,-2.52134 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path204-2" /><text
         style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text210-6"
         x="145.75592"
         y="718.21851"><tspan
           id="tspan208-1"
           style="stroke-width:1.33333">fa.gz</tspan></text><path
         d="m 144.41593,690.42385 h 20.448 v 9.03067 c 0,0.48933 0.396,0.88533 0.88,0.88533 h 7.79733 v 4.42267 h -29.12533 z m 29.13066,41.00934 h -29.13066 v -8.504 h 29.12533 v 8.504 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path212-8" /></g><g
       id="g7217"
       transform="matrix(-1,0,0,1,222.21118,0)"><path
         d="m 134.53593,637.29852 c 0,0 -4.35334,1.088 -5.45334,5.844 -1.10933,4.796 3.74534,19.12533 0.0213,20.16667 l -6.71867,1.88"
         style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path226-3" /><path
         d="m 134.53593,693.07452 c 0,0 -4.35334,-1.088 -5.45334,-5.844 -1.10933,-4.79733 3.74534,-19.12 0.0213,-20.16133 l -6.71867,-1.88"
         style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path228-7" /></g></g><path
     d="m 211.01599,526.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path324" /><path
     d="m 211.01599,526.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path326" /><path
     d="m 492.59332,660.16667 h 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path328" /><path
     d="m 412.59332,660.16667 h 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path330" /><path
     d="m 412.59332,530.16667 h 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path332" /><path
     d="m 492.59332,530.16667 h 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path334" /><path
     d="m 732.59332,600.16667 h -30 c -14.90534,0 -29.45734,9.45867 -40,20 l -10,10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path336" /><path
     d="m 572.59332,660.16667 h 30 c 14.90666,0 29.45866,-9.4588 40,-20 l 10,-10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path338" /><path
     d="m 572.59332,530.16667 h 30 c 14.90666,0 29.45866,9.45867 40,20 l 10,10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path340" /><path
     d="m 732.59332,590.16667 h -30 c -14.90534,0 -29.45734,-9.45867 -40,-20 l -10,-10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path342" /><path
     d="m 412.59332,660.16667 h -30 c -14.90533,0 -29.45733,-9.4588 -40,-20 l -9.99999,-10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path346" /><path
     d="m 412.59332,530.16667 h -30 c -14.90533,0 -29.45733,9.45867 -40,20 l -9.99999,10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path348" /><g
     id="g7090"><path
       d="m 252.59333,600.16667 h 30 c 14.90666,0 29.45866,9.45867 40,20 l 10,10"
       style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path344" /><path
       d="m 252.59333,590.16667 h 30 c 14.90666,0 29.45866,-9.45867 40,-20 l 10,-10"
       style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path350" /></g><g
     id="g7086"
     transform="translate(-10.362416,-70.974755)"><path
       d="m 262.48391,678.74076 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path320-5" /><path
       d="m 262.48391,678.74076 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path322-9" /></g><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text356"
     x="366.82266"
     y="564.67865"><tspan
       x="366.82266 378.37466 388.15067 396.15067 400.59866 410.37466 414.82266 421.04666 429.94266 438.83865 448.61465"
       y="564.67865"
       id="tspan354"
       style="stroke-width:1.33333">Unzip reads</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text362"
     x="383.40933"
     y="582.388"><tspan
       x="383.40933 393.00931 402.60931 412.20932 421.80933 431.40933"
       y="582.388"
       id="tspan360"
       style="stroke-width:1.33333">gunzip</tspan></text><g
     id="g2017"><path
       d="m 399.71866,530.40667 c 0,-6.95866 5.64133,-12.6 12.59866,-12.6 6.95867,0 12.6,5.64134 12.6,12.6 0,6.95734 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59866,-5.64133 -12.59866,-12.59867 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path364" /><path
       d="m 399.71866,530.40667 c 0,-6.95866 5.64133,-12.6 12.59866,-12.6 6.95867,0 12.6,5.64134 12.6,12.6 0,6.95734 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59866,-5.64133 -12.59866,-12.59867 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path366" /></g><path
     d="M 773.39407,195.53601 V 393.5889"
     style="fill:none;stroke:#24b064;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path370" /><path
     d="M 783.32622,195.53601 V 393.5889"
     style="fill:none;stroke:#7eb2dd;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path374" /><path
     d="m 730.94798,338.06268 33.192,33.19733"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path376" /><path
     d="m 737.95865,330.99468 33.192,33.19333"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path378" /><path
     d="m 773.39065,393.58801 c 0,-8.37467 -3.328,-16.40533 -9.25067,-22.328"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path380" /><path
     d="m 783.32798,393.58801 c 0,-11.02533 -4.38,-21.604 -12.17733,-29.4"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path382" /><path
     d="m 728.70798,308.66668 c 0,8.37466 3.328,16.40666 9.25067,22.328"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path384" /><path
     d="m 718.70798,308.66668 c 0,11.02666 4.38,21.59866 12.17734,29.396"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path386" /><path
     d="m 773.30265,433.58801 v -40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path388" /><path
     d="m 783.32798,433.58801 v -40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path390" /><path
     d="M 769.11465,195.53601 V 155.53602"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path392" /><path
     d="M 779.11465,195.53601 V 155.53602"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path394" /><path
     d="m 773.30265,446.18801 c -6.95867,0 -12.6,-5.64134 -12.6,-12.6 0,-6.95733 5.64133,-12.59867 12.6,-12.59867 6.95733,0 12.59866,5.64134 12.59866,12.59867 0,6.95866 -5.64133,12.6 -12.59866,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path396" /><path
     d="m 773.30265,446.18801 c -6.95867,0 -12.6,-5.64134 -12.6,-12.6 0,-6.95733 5.64133,-12.59867 12.6,-12.59867 6.95733,0 12.59866,5.64134 12.59866,12.59867 0,6.95866 -5.64133,12.6 -12.59866,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path398" /><path
     d="M 763.41598,216.37468 V 195.53601"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path400" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406"
     x="51.173721"
     y="270.53067"><tspan
       id="tspan404"
       style="stroke-width:1.33333">Primers Removal</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412"
     x="142.37372"
     y="288.24002"><tspan
       x="142.37372 151.97372 161.57373 171.17372"
       y="288.24002"
       id="tspan410"
       style="stroke-width:1.33333">LIMA</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412-6"
     x="47.134659"
     y="366.22638"><tspan
       id="tspan410-2"
       style="stroke-width:1.33333">isoseq3 refine</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412-9"
     x="28.665909"
     y="448.11041"><tspan
       id="tspan410-1"
       style="stroke-width:1.33333">bamtools convert</tspan></text><path
     d="m 759.17198,108.58802 h 29.88"
     style="fill:none;stroke:#000000;stroke-width:9.99999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path414" /><path
     d="m 294.17199,258.30668 c 0,17.43867 -14.14133,31.57867 -31.57866,31.57867"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path416" /><path
     d="m 221.01599,321.46401 c 0,-17.43733 14.13467,-31.57866 31.57734,-31.57866"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path418" /><path
     d="m 723.81732,263.98935 33.25066,-33.25467"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path420" /><path
     d="m 708.70798,300.45868 c 0,-13.67733 5.432,-26.79733 15.10934,-36.46933"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path422" /><path
     d="m 757.01065,230.79201 c 4.04666,-4.04666 6.31733,-9.53066 6.31733,-15.256"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path424" /><path
     d="m 718.70798,300.45868 v 8.208"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path426" /><path
     d="m 708.70798,300.45868 v 8.208"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path428" /><path
     d="m 728.70798,300.45868 v 8.208"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path430" /><path
     d="m 718.70798,317.16134 c -6.95866,0 -12.59866,-5.64 -12.59866,-12.59866 0,-6.95867 5.64,-12.59867 12.59866,-12.59867 6.95867,0 12.59867,5.64 12.59867,12.59867 0,6.95866 -5.64,12.59866 -12.59867,12.59866 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path432" /><path
     d="m 718.70798,317.16134 c -6.95866,0 -12.59866,-5.64 -12.59866,-12.59866 0,-6.95867 5.64,-12.59867 12.59866,-12.59867 6.95867,0 12.59867,5.64 12.59867,12.59867 0,6.95866 -5.64,12.59866 -12.59867,12.59866 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path434" /><path
     d="m 774.13998,208.13601 c -6.952,0 -12.59333,-5.64133 -12.59333,-12.6 0,-6.95733 5.64133,-12.59866 12.59333,-12.59866 6.95867,0 12.6,5.64133 12.6,12.59866 0,6.95867 -5.64133,12.6 -12.6,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path436" /><path
     d="m 774.13998,208.13601 c -6.952,0 -12.59333,-5.64133 -12.59333,-12.6 0,-6.95733 5.64133,-12.59866 12.59333,-12.59866 6.95867,0 12.6,5.64133 12.6,12.59866 0,6.95867 -5.64133,12.6 -12.6,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path438" /><g
     id="g2021"><path
       d="m 585.19332,530.16667 c 0,6.95867 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59867,-5.64 -12.59867,-12.59867 0,-6.95866 5.64134,-12.59866 12.59867,-12.59866 6.95867,0 12.6,5.64 12.6,12.59866 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path440" /><path
       d="m 585.19332,530.16667 c 0,6.95867 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59867,-5.64 -12.59867,-12.59867 0,-6.95866 5.64134,-12.59866 12.59867,-12.59866 6.95867,0 12.6,5.64 12.6,12.59866 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path442" /></g><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text448"
     x="539.71063"
     y="564.67865"><tspan
       x="539.71063 553.03864 561.93463 571.71063 581.48663 585.93463 595.71063"
       y="564.67865"
       id="tspan446"
       style="stroke-width:1.33333">Mapping</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text456"
     x="519.7453"
     y="582.388"><tspan
       x="519.7453 529.34534 538.94531 548.54535 558.14532 567.7453 577.34534 586.94531 596.54529 606.14532 615.7453"
       y="582.388"
       id="tspan452"
       style="stroke-width:1.33333">uLTRA align</tspan><tspan
       x="454.2688 463.8688 473.46878 483.06879 492.66879 502.2688 511.86877 521.46881"
       y="615.40625"
       id="tspan454"
       style="stroke-width:1.33333">Minimap2</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text462"
     x="459.71066"
     y="634.09998"><tspan
       x="459.71066 473.03867 481.93466 491.71066 501.48666 505.93466 515.71063"
       y="634.09998"
       id="tspan460"
       style="stroke-width:1.33333">Mapping</tspan></text><path
     d="m 492.59332,687.53067 v -38.9052"
     style="fill:none;stroke:#ff9914;stroke-width:9.60997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path464" /><path
     d="m 513.93732,717.26507 h -1.328 v -6.39054 c 0,-0.0412 -0.005,-0.0824 -0.0107,-0.11986 0,-0.25467 -0.0827,-0.50414 -0.25466,-0.70254 l -10.64134,-12.15626 c 0,0 -0.005,0 -0.009,-0.005 -0.0627,-0.0683 -0.136,-0.1308 -0.21467,-0.1776 -0.0253,-0.0157 -0.0467,-0.0303 -0.072,-0.0464 -0.068,-0.036 -0.14133,-0.0683 -0.21333,-0.088 -0.0213,-0.005 -0.0373,-0.0161 -0.0573,-0.0161 -0.0787,-0.0161 -0.16267,-0.0319 -0.25067,-0.0319 h -26.14533 c -1.19334,0 -2.16667,0.96933 -2.16667,2.16253 v 17.57187 h -1.32267 c -1.70933,0 -3.09466,1.38546 -3.09466,3.0948 v 16.0828 c 0,1.70786 1.38533,3.09333 3.09466,3.09333 h 1.32267 v 11.0104 c 0,1.19373 0.97333,2.16667 2.16667,2.16667 h 35.708 c 1.192,0 2.16133,-0.97294 2.16133,-2.16667 V 739.536 h 1.32267 c 1.708,0 3.09466,-1.38547 3.09466,-3.09333 v -16.0828 c 0,-1.70934 -1.38666,-3.0948 -3.09466,-3.0948 z M 474.73999,699.6932 h 25.06666 v 11.07187 c 0,0.59893 0.48534,1.0844 1.084,1.0844 h 9.55734 v 5.4156 h -35.708 z m 35.708,50.2708 h -35.70787 v -10.42812 h 35.70787 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path466" /><path
     d="m 513.93732,717.26507 h -42.68667 c -1.70933,0 -3.08933,1.38546 -3.08933,3.0948 v 16.0828 c 0,1.70786 1.38,3.09333 3.08933,3.09333 h 42.68667 c 1.708,0 3.09333,-1.38547 3.09333,-3.09333 v -16.0828 c 0,-1.70934 -1.38533,-3.0948 -3.09333,-3.0948 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path468" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text474"
     x="474.56799"
     y="733.77545"><tspan
       x="474.56799 479.42654 487.53873 495.65091 500.50949"
       y="733.77545"
       id="tspan472"
       style="stroke-width:1.33333">fasta</tspan></text><path
     d="m 474.73999,699.66667 h 25.06666 v 11.07346 c 0,0.5984 0.48534,1.08227 1.084,1.08227 h 9.55734 v 5.42293 h -35.708 z m 35.708,50.2708 h -35.70787 v -10.42708 h 35.70787 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path476" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text482"
     x="465.06531"
     y="766.41614"><tspan
       x="465.06531 475.73117 483.35358 491.72998 500.10638 512.29395"
       y="766.41614"
       id="tspan480"
       style="stroke-width:1.33333">Genome</tspan></text><path
     d="m 479.99465,660.16667 c 0,-6.9588 5.64134,-12.59893 12.59867,-12.59893 6.95867,0 12.6,5.64013 12.6,12.59893 0,6.9588 -5.64133,12.5984 -12.6,12.5984 -6.95733,0 -12.59867,-5.6396 -12.59867,-12.5984 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path484" /><path
     d="m 479.99465,660.16667 c 0,-6.9588 5.64134,-12.59893 12.59867,-12.59893 6.95867,0 12.6,5.64013 12.6,12.59893 0,6.9588 -5.64133,12.5984 -12.6,12.5984 -6.95733,0 -12.59867,-5.6396 -12.59867,-12.5984 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path486" /><image
     width="272.31998"
     height="117.44"
     style="image-rendering:optimizeSpeed"
     preserveAspectRatio="none"
     id="image498"
     x="386.66666"
     y="174.66669" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3"
     x="73.845596"
     y="190.19548"><tspan
       id="tspan404-6"
       style="stroke-width:1.33333">Compute CCS</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3-7"
     x="18.290909"
     y="350.00543"><tspan
       id="tspan404-6-5"
       style="stroke-width:1.33333">Concatemer Removal</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3-7-3"
     x="4.6112213"
     y="431.332"><tspan
       id="tspan404-6-5-5"
       style="stroke-width:1.33333">Convert BAM to FASTA</tspan></text></svg>
VY 两个字母构成的具有新拟态风格的科技logo
github
github
Minimalist line-style web icon of a 3D printing workbench. Isometric view. A desktop 3D printer on a work table, with visible nozzle, print bed, and a partially printed object showing layered structure. Clean geometric lines, monochrome, no shading, no gradients, flat design, suitable for website UI icon or favicon, transparent or solid background.
Minimalist line-style web icon of a 3D printing workbench. Isometric view. A desktop 3D printer on a work table, with visible nozzle, print bed, and a partially printed object showing layered structure. Clean geometric lines, monochrome, no shading, no gradients, flat design, suitable for website UI icon or favicon, transparent or solid background.
雪人,有头和身体,身体是一个雪球,头部是一个雪球,身体不要2个雪球,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格,眼睛,胡萝卜鼻子
雪人,有头和身体,身体是一个雪球,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格
雪人,有头和身体,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行羽毛球比赛的事情,画1张图片中包含4张邮连续性的小图片。第一幕是男主突然像打羽毛球,第二幕是男主和另外一个同学在体育馆打羽毛球,第三幕是男主赢得了比赛,第四幕是男主获得周围同学的欣赏。颜色用黑白加另外一种颜色即可。
基因双螺旋,荧光绿,AI感
图标设计,VS Code 文件图标,矢量 SVG 风格,尺寸 16×16 像素,极简科技风,无冗余装饰。核心元素:① 中心是 FDTD 仿真的标志性符号 —— 抽象的电磁波波形(正弦曲线极简线条),代表光场传播;② 背景填充均匀的 dash 虚线网格(细线条,格子间距紧凑),体现时域有限差分的网格离散特性;③ 右下角嵌入小写字母组合「phtd」,字体纤细、无衬线,与图标融合;④ 配色方案:主色为科技蓝(#1E88E5),网格为浅灰色(#E0E0E0),文字与波形同色,单色 / 双色简约设计,无渐变无阴影,适配编辑器图标显示规范。整体风格简洁清晰,辨识度高,放大缩小无模糊,符合代码编辑器图标美学。
基于现有的SVG修改,增加一个Entrypoint lima,输入文件与CCS相同,节点黑字为split ccs bam,绿字工具为picard splitsambynumberofreads

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   version="1.1"
   id="svg2"
   xml:space="preserve"
   width="988"
   height="772"
   viewBox="0 0 988 772"
   sodipodi:docname="Isoseq_pipeline_metro.svg"
   inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
   inkscape:export-filename="Isoseq_pipeline_metro.png"
   inkscape:export-xdpi="300"
   inkscape:export-ydpi="300"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
     id="namedview466"
     pagecolor="#505050"
     bordercolor="#ffffff"
     borderopacity="1"
     inkscape:pageshadow="0"
     inkscape:pageopacity="0"
     inkscape:pagecheckerboard="1"
     showgrid="false"
     inkscape:zoom="0.68237637"
     inkscape:cx="220.55277"
     inkscape:cy="433.04548"
     inkscape:current-layer="svg2"
     inkscape:showpageshadow="0"
     inkscape:deskcolor="#505050"
     inkscape:window-width="1920"
     inkscape:window-height="1052"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:window-maximized="1" /><defs
     id="defs6"><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath494"><path
         d="m 2900,3600 h 2040 v 880 H 2900 Z"
         id="path492" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath506"><path
         d="m 430,3120 h 70 v 20 h -70 z"
         id="path504" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath518"><path
         d="m 1080,3120 h 60 v 20 h -60 z"
         id="path516" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath530"><path
         d="m 1150,3120 h 70 v 20 h -70 z"
         id="path528" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath542"><path
         d="m 430,3050 h 350 v 70 H 430 Z"
         id="path540" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath554"><path
         d="m 790,3050 h 60 v 70 h -60 z"
         id="path552" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath566"><path
         d="m 940,3050 h 130 v 70 H 940 Z"
         id="path564" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath578"><path
         d="m 1080,3050 h 60 v 70 h -60 z"
         id="path576" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath590"><path
         d="m 1150,3050 h 210 v 70 h -210 z"
         id="path588" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath602"><path
         d="m 430,3040 h 350 v 10 H 430 Z"
         id="path600" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath614"><path
         d="m 790,3040 h 70 v 10 h -70 z"
         id="path612" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath626"><path
         d="m 940,3040 h 130 v 10 H 940 Z"
         id="path624" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath638"><path
         d="m 1080,3040 h 60 v 10 h -60 z"
         id="path636" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath650"><path
         d="m 1150,3040 h 210 v 10 h -210 z"
         id="path648" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath662"><path
         d="m 790,3020 h 60 v 20 h -60 z"
         id="path660" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath674"><path
         d="m 220,2520 h 70 v 10 h -70 z"
         id="path672" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath686"><path
         d="m 660,2520 h 60 v 10 h -60 z"
         id="path684" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath698"><path
         d="m 220,2510 h 70 v 10 h -70 z"
         id="path696" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath710"><path
         d="m 440,2510 h 60 v 10 h -60 z"
         id="path708" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath722"><path
         d="m 660,2510 h 60 v 10 h -60 z"
         id="path720" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath734"><path
         d="m 1300,2510 h 60 v 10 h -60 z"
         id="path732" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath746"><path
         d="m 220,2440 h 210 v 70 H 220 Z"
         id="path744" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath758"><path
         d="m 440,2440 h 130 v 70 H 440 Z"
         id="path756" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath770"><path
         d="m 580,2440 h 70 v 70 h -70 z"
         id="path768" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath782"><path
         d="m 660,2440 h 130 v 70 H 660 Z"
         id="path780" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath794"><path
         d="m 860,2440 h 70 v 70 h -70 z"
         id="path792" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath806"><path
         d="m 940,2440 h 280 v 70 H 940 Z"
         id="path804" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath818"><path
         d="m 1230,2440 h 60 v 70 h -60 z"
         id="path816" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath830"><path
         d="m 1300,2440 h 60 v 70 h -60 z"
         id="path828" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath842"><path
         d="m 220,2430 h 210 v 10 H 220 Z"
         id="path840" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath854"><path
         d="m 440,2430 h 130 v 10 H 440 Z"
         id="path852" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath866"><path
         d="m 580,2430 h 70 v 10 h -70 z"
         id="path864" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath878"><path
         d="m 660,2430 h 140 v 10 H 660 Z"
         id="path876" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath890"><path
         d="m 860,2430 h 70 v 10 h -70 z"
         id="path888" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath902"><path
         d="m 940,2430 h 280 v 10 H 940 Z"
         id="path900" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath914"><path
         d="m 1230,2430 h 60 v 10 h -60 z"
         id="path912" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath926"><path
         d="m 1300,2430 h 60 v 10 h -60 z"
         id="path924" /></clipPath></defs><path
     d="M 0.3727595,771.77603 H 987.62724 V 0.223965 H 0.3727595 Z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path12" /><g
     id="g7082"
     transform="translate(-14.507382,-42.928154)"><rect
       style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:3.24635;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
       id="rect890"
       width="114.14889"
       height="56.060959"
       x="54.665562"
       y="87.977196"
       ry="10.103355" /><text
       style="font-variant:normal;font-weight:bold;font-size:18.6667px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text406-3-2"
       x="111.22959"
       y="109.08204"><tspan
         sodipodi:role="line"
         id="tspan805"
         x="111.22959"
         y="109.08204"
         style="font-size:18.6667px;text-align:center;text-anchor:middle">Entrypoint</tspan><tspan
         sodipodi:role="line"
         id="tspan807"
         x="111.22959"
         y="132.58566"
         style="font-size:18.6667px;text-align:center;text-anchor:middle">isoseq</tspan></text></g><g
     id="g7082-9"
     transform="translate(-25.213832,550.81379)"><g
       id="g7298"
       transform="translate(0,2.8269658)"><rect
         style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:3.24635;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
         id="rect890-7"
         width="114.14889"
         height="56.060959"
         x="54.665562"
         y="87.977196"
         ry="10.103355" /><text
         style="font-variant:normal;font-weight:bold;font-size:18.6667px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text406-3-2-3"
         x="111.22959"
         y="109.08204"><tspan
           sodipodi:role="line"
           id="tspan805-6"
           x="111.22959"
           y="109.08204"
           style="font-size:18.6667px;text-align:center;text-anchor:middle">Entrypoint</tspan><tspan
           sodipodi:role="line"
           id="tspan807-1"
           x="111.22959"
           y="132.58566"
           style="font-size:18.6667px;text-align:center;text-anchor:middle">map</tspan></text></g></g><path
     d="m 572.59398,449.07334 v 69.30024"
     style="fill:none;stroke:#24b064;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path14" /><path
     d="m 363.61083,436.47334 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7" /><path
     d="m 522.70566,436.47668 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1" /><path
     d="m 444.03383,436.47334 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1-2" /><path
     d="M 571.40266,520.16667 H 618.0685"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1-2-7" /><g
     id="g988"
     transform="translate(-62.59614)"><path
       d="m 411.57866,428.62534 h -1.324 v -6.396 c 0,-0.036 -0.009,-0.0787 -0.009,-0.12 -0.005,-0.25466 -0.084,-0.5 -0.26133,-0.69733 l -10.64,-12.15733 c 0,-0.004 -0.005,-0.004 -0.005,-0.004 -0.0627,-0.0733 -0.136,-0.13067 -0.21334,-0.18267 -0.0267,-0.016 -0.0467,-0.032 -0.0733,-0.0413 -0.068,-0.0373 -0.14,-0.068 -0.21333,-0.0893 -0.0213,-0.0107 -0.036,-0.016 -0.0573,-0.02 -0.084,-0.0213 -0.16666,-0.032 -0.25066,-0.032 h -26.14534 c -1.192,0 -2.16666,0.96934 -2.16666,2.16134 v 17.57866 h -1.32267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.32267 v 11.00533 c 0,1.19733 0.97466,2.16667 2.16666,2.16667 h 35.70267 c 1.19333,0 2.16667,-0.96934 2.16667,-2.16667 v -11.00533 h 1.324 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08399 c 0,-1.708 -1.38533,-3.09334 -3.09333,-3.09334 z m -39.19334,-17.57333 h 25.06267 v 11.068 c 0,0.59867 0.484,1.08267 1.08267,1.08267 h 9.55733 v 5.42266 h -35.70267 z m 35.70267,50.26533 h -35.70267 v -10.42136 h 35.70267 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path18" /><path
       d="m 411.57866,428.62534 h -42.68267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 42.68267 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08399 c 0,-1.708 -1.38533,-3.09334 -3.09333,-3.09334 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path20" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text26"
       x="378.97333"
       y="443.45468"><tspan
         x="378.97333 387.88797 392.74652"
         y="443.45468"
         id="tspan24"
         style="stroke-width:1.33333">gtf</tspan></text><path
       d="m 372.38532,411.02668 h 25.06267 v 11.072 c 0,0.59866 0.484,1.084 1.08267,1.084 h 9.55733 v 5.416 h -35.70267 z m 35.70267,50.27066 h -35.70267 v -10.42812 h 35.70267 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path28" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text36"
       x="357.60266"
       y="478.33466"><tspan
         x="357.60266 367.50079 375.1232 379.68839 387.31079 392.64371 400.26611 408.64252 416.26489"
         y="478.33466"
         id="tspan32"
         style="stroke-width:1.33333">Reference</tspan><tspan
         x="354.5834 364.48154 372.85794 381.23434 389.61075 394.17593 401.79834 406.36356 410.17474 418.55115"
         y="496.68988"
         id="tspan34"
         style="stroke-width:1.33333">Annotation</tspan></text></g><g
     id="g1981"
     transform="translate(80)"><path
       d="m 505.19332,436.47334 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path38" /><path
       d="m 505.19332,436.47334 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path40" /></g><g
     id="g1809"
     transform="translate(80.009192)"><text
       style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text46"
       x="459.70267"
       y="394.31735"><tspan
         x="459.70267 464.15067 473.92667 483.70267 492.59866 501.49466 505.94266 515.71869"
         y="394.31735"
         id="tspan44"
         style="stroke-width:1.33333">Indexing</tspan></text><text
       style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text52"
       x="439.452"
       y="412.02667"><tspan
         x="439.452 449.052 458.65198 468.25198 477.85199 487.452 497.052 506.65198 516.25201 525.85199 535.45197"
         y="412.02667"
         id="tspan50"
         style="stroke-width:1.33333">uLTRA index</tspan></text></g><g
     id="g1083"
     transform="translate(-81.910735,-35.40368)"><path
       d="m 506.82806,471.87702 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path38-3" /><path
       d="m 506.82806,471.87702 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path40-6" /></g><g
     id="g1809-3"
     transform="translate(-65.266818,-3.234375)"><g
       id="g1977"><g
         id="g2007"
         transform="translate(0,3.234375)"><g
           id="g2013"><text
             style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
             id="text46-5"
             x="461.452"
             y="394.31735"><tspan
               id="tspan44-6"
               style="stroke-width:1.33333">Sort</tspan></text><text
             style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
             id="text52-2"
             x="439.452"
             y="412.02667"><tspan
               id="tspan50-9"
               style="stroke-width:1.33333">gnu/sort</tspan></text></g></g></g></g><g
     id="g2030"
     transform="translate(23.424014)"><path
       d="m 655.00747,428.62534 h -1.32266 v -6.396 c 0,-0.036 -0.005,-0.0787 -0.0107,-0.12 -0.005,-0.25466 -0.084,-0.50533 -0.26133,-0.70266 l -10.63467,-12.152 c -0.005,-0.004 -0.005,-0.004 -0.0107,-0.004 -0.068,-0.0733 -0.14,-0.13067 -0.21866,-0.18267 -0.0213,-0.016 -0.0413,-0.0267 -0.068,-0.0413 -0.068,-0.0427 -0.14,-0.068 -0.21334,-0.0947 -0.0253,-0.005 -0.0413,-0.0147 -0.0573,-0.0147 -0.0827,-0.016 -0.16667,-0.032 -0.24933,-0.032 h -26.152 c -1.192,0 -2.16133,0.96934 -2.16133,2.16134 v 17.57866 h -1.32267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.32267 v 11.00533 c 0,1.19733 0.96933,2.16667 2.16133,2.16667 h 35.70933 c 1.192,0 2.16667,-0.96934 2.16667,-2.16667 v -11.00533 h 1.32266 c 1.708,0 3.09334,-1.38534 3.09334,-3.09334 v -16.08399 c 0,-1.708 -1.38534,-3.09334 -3.09334,-3.09334 z m -39.19333,-17.57866 h 25.06267 v 11.07333 c 0,0.59867 0.484,1.08267 1.084,1.08267 h 9.55733 v 5.42266 h -35.704 z m 35.704,50.27066 h -35.7036 v -10.42656 h 35.7036 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path54" /><path
       d="m 655.00747,428.62534 h -1.32266 l -40.03733,-0.005 h -1.32267 c -1.708,0 -3.09333,1.38533 -3.09333,3.09333 V 447.803 c 0,1.70267 1.38533,3.088 3.09333,3.088 h 42.68266 c 1.708,0 3.09334,-1.38533 3.09334,-3.088 v -16.08933 c 0,-1.708 -1.38534,-3.088 -3.09334,-3.088 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path56" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text62"
       x="615.63953"
       y="445.13202"><tspan
         x="615.63953 620.49805 628.61023 636.72241 641.58099"
         y="445.13202"
         id="tspan60"
         style="stroke-width:1.33333">fasta</tspan></text><path
       d="m 615.81414,411.02668 h 25.06267 v 11.072 c 0,0.59466 0.484,1.07866 1.084,1.07866 h 9.55733 v 5.42134 h -35.704 z m 35.704,50.26533 h -35.7036 v -10.42292 h 35.7036 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path64" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text70"
       x="606.13684"
       y="477.77335"><tspan
         x="606.13684 616.80267 624.42511 632.80151 641.17792 653.36548"
         y="477.77335"
         id="tspan68"
         style="stroke-width:1.33333">Genome</tspan></text></g><path
     d="m 654.64717,488.58935 c 0,17.43733 -14.136,31.57733 -31.57867,31.57733"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path80" /><path
     d="m 654.64717,489.52135 v -5.932"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path76" /><path
     d="m 769.11465,113.58802 v 79.99999"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path82" /><path
     d="m 779.11465,113.58802 v 79.99999"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path84" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text90"
     x="268.284"
     y="246.20535"><tspan
       x="268.284 277.4281 282.76105 286.57224 298.75983 306.38223 311.71515"
       y="246.20535"
       id="tspan88"
       style="stroke-width:1.33333">Primers</tspan></text><path
     d="m 315.51599,196.56268 h -1.328 v -6.396 c 0,-0.036 -0.005,-0.0787 -0.0107,-0.12 0,-0.25467 -0.084,-0.5 -0.256,-0.69733 l -10.64,-12.156 c 0,-0.005 -0.005,-0.005 -0.0107,-0.005 -0.0627,-0.068 -0.13467,-0.13066 -0.21333,-0.18266 -0.0213,-0.016 -0.0467,-0.0267 -0.0733,-0.0413 -0.0667,-0.0373 -0.14,-0.068 -0.21333,-0.0893 -0.0213,-0.005 -0.036,-0.0147 -0.0573,-0.0147 -0.0773,-0.0213 -0.16134,-0.0373 -0.24934,-0.0373 h -26.14666 c -1.192,0 -2.16134,0.97467 -2.16134,2.16667 v 17.57333 h -1.328 c -1.708,0 -3.09333,1.38533 -3.09333,3.09333 v 16.084 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.328 v 11.01066 c 0,1.192 0.96934,2.16134 2.16134,2.16134 h 35.70933 c 1.192,0 2.16133,-0.96934 2.16133,-2.16134 v -11.01066 h 1.328 c 1.70267,0 3.088,-1.38534 3.088,-3.09334 v -16.084 c 0,-1.708 -1.38533,-3.09333 -3.088,-3.09333 z m -39.19866,-17.57333 h 25.068 v 11.07333 c 0,0.59333 0.484,1.07733 1.084,1.07733 h 9.55733 v 5.42267 h -35.70933 z m 35.70933,50.26533 h -35.70933 v -10.42136 h 35.70933 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path92" /><path
     d="m 315.51599,196.56268 h -42.688 c -1.708,0 -3.088,1.38533 -3.088,3.09333 v 16.084 c 0,1.708 1.38,3.09334 3.088,3.09334 h 42.688 c 1.708,0 3.09334,-1.38534 3.09334,-3.09334 v -16.084 c 0,-1.708 -1.38534,-3.09333 -3.09334,-3.09333 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path94" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text100"
     x="276.14667"
     y="213.07068"><tspan
       x="276.14667 281.00522 289.1174 297.22958 302.08817"
       y="213.07068"
       id="tspan98"
       style="stroke-width:1.33333">fasta</tspan></text><path
     d="m 276.31733,178.96401 h 25.068 v 11.072 c 0,0.6 0.484,1.084 1.084,1.084 h 9.55733 v 5.42134 h -35.70933 z m 35.70933,50.27067 h -35.70933 v -10.42812 h 35.70933 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path102" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text108"
     x="803.72266"
     y="428.34268"><tspan
       x="803.72266 816.17065 825.06665 834.84265 843.73865 848.18665 862.41064 872.18665 881.96265 890.85864 895.30664 904.20264 908.65063 917.54663 921.99463 930.89062 939.78662 949.56262 959.33862 963.78662 973.56262"
       y="428.34268"
       id="tspan106"
       style="stroke-width:1.33333">Gene models cleanning</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text114"
     x="803.90265"
     y="447.10666"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267 899.90265 909.50262 919.10266"
       y="447.10666"
       id="tspan112"
       style="stroke-width:1.33333">TAMA collapse</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text120"
     x="803.30933"
     y="300.81601"><tspan
       x="803.30933 813.08533 817.53333 826.42932 831.75732 836.20532 841.53333 845.98132 850.42932 859.32532 868.22131 872.66931 881.56531 890.4613 904.6853 914.4613 918.9093"
       y="300.81601"
       id="tspan118"
       style="stroke-width:1.33333">List files sample</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text126"
     x="803.90265"
     y="319.74533"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267 899.90265 909.50262 919.10266"
       y="319.74533"
       id="tspan124"
       style="stroke-width:1.33333">TAMA filelist</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text132"
     x="803.30933"
     y="190.78136"><tspan
       x="803.30933 816.63733 825.53333 831.75732 841.53333 845.98132 855.75732 865.53333 869.98132 878.87732 888.65332 898.42932 908.20532 913.53333 922.42932 927.75732 932.20532 941.98132 951.75732"
       y="190.78136"
       id="tspan130"
       style="stroke-width:1.33333">Merging annotations</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text138"
     x="803.90265"
     y="208.49068"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267"
       y="208.49068"
       id="tspan136"
       style="stroke-width:1.33333">TAMA merge</tspan></text><path
     d="m 795.20265,24.740019 h -1.328 v -6.396 c 0,-0.03733 -0.005,-0.07867 -0.0107,-0.12 0,-0.254667 -0.0827,-0.5 -0.25467,-0.697333 l -10.64,-12.1573335 c -0.005,-0.00533 -0.005,-0.00533 -0.005,-0.00533 -0.068,-0.072 -0.14133,-0.1293334 -0.21867,-0.1813334 -0.0213,-0.016 -0.048,-0.032 -0.068,-0.042667 -0.068,-0.036 -0.14133,-0.066667 -0.21333,-0.088 -0.0213,-0.010667 -0.0427,-0.016 -0.0627,-0.021333 -0.0787,-0.02 -0.16133,-0.030667 -0.24533,-0.030667 h -26.15067 c -1.19333,0 -2.16133,0.9693333 -2.16133,2.1666666 V 24.740019 h -1.328 c -1.704,0 -3.08933,1.385333 -3.08933,3.093333 v 16.084 c 0,1.707999 1.38533,3.093333 3.08933,3.093333 h 1.328 v 11.010666 c 0,1.192 0.968,2.161333 2.16133,2.161333 h 35.708 c 1.19334,0 2.16134,-0.969333 2.16134,-2.161333 V 47.010685 h 1.328 c 1.70933,0 3.09466,-1.385334 3.09466,-3.093333 v -16.084 c 0,-1.708 -1.38533,-3.093333 -3.09466,-3.093333 z M 756.00531,7.1666858 h 25.068 V 18.234686 c 0,0.598666 0.484,1.082666 1.08267,1.082666 h 9.55733 v 5.422667 h -35.708 z m 35.708,50.2653322 h -35.7084 v -10.42136 h 35.7084 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path140" /><path
     d="m 795.20265,24.740019 h -42.68667 c -1.70933,0 -3.09467,1.385333 -3.09467,3.093333 v 16.084 c 0,1.707999 1.38534,3.093333 3.09467,3.093333 h 42.68667 c 1.70933,0 3.09466,-1.385334 3.09466,-3.093333 v -16.084 c 0,-1.708 -1.38533,-3.093333 -3.09466,-3.093333 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path142" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text148"
     x="760.31195"
     y="41.212017"><tspan
       x="760.31195 769.22662 777.33881"
       y="41.212017"
       id="tspan146"
       style="stroke-width:1.33333">bed</tspan></text><path
     d="m 756.00531,7.1400191 h 25.068 V 18.213352 c 0,0.598667 0.484,1.084 1.08267,1.084 h 9.55733 v 5.416 h -35.708 z m 35.708,50.2719989 h -35.7084 v -10.42812 h 35.7084 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path150" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text158"
     x="752.65863"
     y="73.750687"><tspan
       x="752.65863 756.46985 764.09222 772.46863 780.091 787.71344"
       y="73.750687"
       id="tspan154"
       style="stroke-width:1.33333">Isoseq</tspan><tspan
       x="734.3941 744.29224 752.66864 761.04504 769.42145 773.98669 781.60907 786.17426 789.98547 798.36188 806.73828"
       y="92.105881"
       id="tspan156"
       style="stroke-width:1.33333">Annotations</tspan></text><path
     d="m 769.17198,558.58801 c 0,17.44266 -14.14133,31.57866 -31.57867,31.57866"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path230" /><path
     d="m 779.17198,558.58801 c 0,22.96399 -18.61467,41.57866 -41.57867,41.57866"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path232" /><path
     d="m 769.17198,513.58801 v 40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path234" /><path
     d="m 779.17198,513.58801 v 40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path236" /><path
     d="m 769.17198,433.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path238" /><path
     d="m 779.17198,433.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path240" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text246"
     x="19.333332"
     y="508.34268"><tspan
       x="19.333332 30.885332 39.781334 54.005333 63.78133 72.67733 77.125336 86.901329 96.67733 101.12534 110.90134 120.67734 125.12534 134.02133 144.98123 149.42923 154.75723 163.65323 168.10126 172.54922"
       y="508.34268"
       id="tspan244"
       style="stroke-width:1.33333">Removing polyA tails</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text252"
     x="18.299465"
     y="527.10669"><tspan
       x="18.299465 27.899466 37.499466 47.099464 56.699463 66.299461 75.899467 85.499466 95.099464 104.69947 114.29946 123.89946 133.49947 143.09946 152.69946 162.29947 171.89946"
       y="527.10669"
       id="tspan250"
       style="stroke-width:1.33333">TAMA polyAcleanup</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text268"
     x="142.87059"
     y="207.99734"><tspan
       x="152.4706"
       id="tspan266"
       style="stroke-width:1.33333">CCS</tspan></text><path
     d="m 247.59333,590.16667 c -17.44267,0 -31.57734,-14.136 -31.57734,-31.57866"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path270" /><path
     d="m 221.01599,243.16135 c 0,-17.44267 14.13467,-31.57734 31.57734,-31.57734"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path272" /><path
     d="m 247.59333,600.16667 c -22.96267,0 -41.57734,-18.61467 -41.57734,-41.57866"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path274" /><path
     d="m 216.01599,113.58802 v 79.99999"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path276" /><path
     d="m 206.01599,113.58802 v 79.99999"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path278" /><path
     d="m 216.01599,513.58801 v 40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path280" /><path
     d="m 206.01599,513.58801 v 40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path282" /><path
     d="m 216.01599,433.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path284" /><path
     d="m 206.01599,433.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path286" /><path
     d="m 216.01599,353.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path288" /><path
     d="m 206.01599,353.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path290" /><path
     d="m 211.01599,273.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path292" /><path
     d="m 201.01599,273.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path294" /><path
     d="m 211.01599,193.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path296" /><path
     d="m 201.01599,193.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path298" /><path
     d="m 221.01599,246.46401 v 27.124"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path300" /><path
     d="m 221.01599,326.46401 v 27.124"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path302" /><path
     d="m 211.01599,206.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path304" /><path
     d="m 211.01599,206.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path306" /><path
     d="m 211.01599,286.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path308" /><path
     d="m 211.01599,286.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path310" /><path
     d="m 211.01599,366.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path312" /><path
     d="m 211.01599,366.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path314" /><path
     d="m 211.01599,446.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path316" /><path
     d="m 211.01599,446.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path318" /><g
     id="g7331"><path
       d="m 232.35466,34.317352 h -1.324 v -6.396 c 0,-0.036 -0.004,-0.07733 -0.009,-0.118667 0,-0.250666 -0.084,-0.5 -0.256,-0.698666 l -10.64,-12.156 c -0.005,-0.0053 -0.005,-0.0053 -0.0107,-0.0053 -0.0627,-0.07333 -0.136,-0.130667 -0.21333,-0.182667 -0.0267,-0.01467 -0.0467,-0.02533 -0.0733,-0.04133 -0.068,-0.036 -0.14,-0.068 -0.21333,-0.088 -0.0213,-0.01067 -0.036,-0.016 -0.0573,-0.02133 -0.0787,-0.02133 -0.16134,-0.03067 -0.25067,-0.03067 H 193.1617 c -1.192,0 -2.16133,0.973333 -2.16133,2.166666 v 17.572 h -1.328 c -1.708,0 -3.09334,1.385333 -3.09334,3.094666 v 16.082667 c 0,1.708 1.38534,3.093333 3.09334,3.093333 H 191 V 67.59872 c 0,1.193334 0.96933,2.161334 2.16133,2.161334 h 35.708 c 1.19333,0 2.16133,-0.968 2.16133,-2.161334 V 56.588018 h 1.32933 c 1.70267,0 3.088,-1.385333 3.088,-3.093333 V 37.412018 c 0,-1.709333 -1.38533,-3.094666 -3.088,-3.094666 z m -39.19333,-17.572 h 25.068 v 11.072 c 0,0.594667 0.484,1.078667 1.07733,1.078667 h 9.55733 v 5.421333 h -35.70266 z m 35.70266,50.265332 H 193.16133 V 56.588285 h 35.70266 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path160" /><path
       d="M 232.35466,34.317352 H 189.672 c -1.708,0 -3.09334,1.385333 -3.09334,3.094666 v 16.082667 c 0,1.708 1.38534,3.093333 3.09334,3.093333 h 42.68266 c 1.708,0 3.09333,-1.385333 3.09333,-3.093333 V 37.412018 c 0,-1.709333 -1.38533,-3.094666 -3.09333,-3.094666 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path162" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text168"
       x="199.16"
       y="49.302685"><tspan
         x="199.16 207.27219 215.38438"
         y="49.302685"
         id="tspan166"
         style="stroke-width:1.33333">csv</tspan></text><path
       d="m 193.16133,16.718686 h 25.068 v 11.073333 c 0,0.598666 0.484,1.082666 1.07733,1.082666 h 9.55733 v 5.422667 h -35.70266 z m 35.708,50.270665 h -35.708 V 56.562685 h 35.70266 v 10.426666 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path170" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text176"
       x="168.62933"
       y="83.960014"><tspan
         x="168.62933 177.77345 185.39584 197.58344 205.95984 209.77104 217.39343 225.01582 233.39221 241.0146 248.63699"
         y="83.960014"
         id="tspan174"
         style="stroke-width:1.33333">Samplesheet</tspan></text><path
       d="m 302.11999,29.776019 h -1.07866 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0147,-0.09867 0,-0.204 -0.068,-0.406666 -0.20933,-0.568 l -8.67734,-9.917333 c -0.004,-0.004 -0.004,-0.004 -0.004,-0.004 -0.0533,-0.05733 -0.11466,-0.105333 -0.17733,-0.146666 -0.0213,-0.016 -0.0373,-0.02533 -0.0573,-0.036 -0.0573,-0.032 -0.11467,-0.05733 -0.17734,-0.07333 -0.016,-0.0053 -0.0307,-0.01067 -0.0467,-0.016 -0.0627,-0.02 -0.13067,-0.02533 -0.204,-0.02533 h -21.328 c -0.97334,0 -1.76534,0.792 -1.76534,1.765333 v 14.338667 h -1.08266 c -1.39067,0 -2.52134,1.125333 -2.52134,2.521333 v 13.118666 c 0,1.396 1.13067,2.526667 2.52134,2.526667 h 1.08266 v 8.978666 c 0,0.974667 0.792,1.766667 1.76534,1.766667 h 29.12533 c 0.97467,0 1.76533,-0.792 1.76533,-1.766667 v -8.978666 h 1.084 c 1.39067,0 2.52,-1.130667 2.52,-2.526667 v -13.11867 c 0,-1.390667 -1.12933,-2.521333 -2.52,-2.521333 z M 270.14533,15.437352 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505213 h 29.13066 z"
       style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path178" /><path
       d="m 302.11999,29.776019 h -34.81733 c -1.396,0 -2.52667,1.125333 -2.52667,2.521333 v 13.118666 c 0,1.396 1.13067,2.526667 2.52667,2.526667 h 34.81733 c 1.396,0 2.52534,-1.130667 2.52534,-2.526667 V 32.297352 c 0,-1.396 -1.12934,-2.521333 -2.52534,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path180" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text186"
       x="271.48666"
       y="43.212017"><tspan
         x="271.48666 278.75894 285.37662"
         y="43.212017"
         id="tspan184"
         style="stroke-width:1.33333">bam</tspan></text><path
       d="m 270.14533,15.416019 h 20.448 v 9.037333 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.421333 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505214 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path188" /><path
       d="m 348.08799,29.776019 h -1.07733 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0107,-0.09867 -0.005,-0.204 -0.0733,-0.406666 -0.21333,-0.568 l -8.67734,-9.917333 c -0.005,-0.004 -0.005,-0.004 -0.005,-0.004 -0.052,-0.05733 -0.11467,-0.105333 -0.17733,-0.146666 -0.0147,-0.016 -0.0413,-0.02533 -0.0573,-0.036 -0.0573,-0.032 -0.11466,-0.05733 -0.172,-0.07333 -0.02,-0.0053 -0.0307,-0.01067 -0.0467,-0.016 -0.0667,-0.02 -0.13467,-0.02533 -0.20267,-0.02533 h -21.33333 c -0.97467,0 -1.76533,0.792 -1.76533,1.765333 v 14.338667 h -1.07867 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.118666 c 0,1.396 1.12933,2.526667 2.52533,2.526667 h 1.07867 v 8.978666 c 0,0.974667 0.79066,1.766667 1.76533,1.766667 h 29.13066 c 0.97334,0 1.76534,-0.792 1.76534,-1.766667 v -8.978666 h 1.07733 c 1.396,0 2.52667,-1.130667 2.52667,-2.526667 v -13.11867 c 0,-1.390667 -1.13067,-2.521333 -2.52667,-2.521333 z M 316.11466,15.437352 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505213 h 29.13066 z"
       style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path190" /><path
       d="m 348.08799,29.776019 h -34.81733 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.118666 c 0,1.396 1.12933,2.526667 2.52533,2.526667 h 34.81733 c 1.396,0 2.52667,-1.130667 2.52667,-2.526667 V 32.297352 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path192" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text198"
       x="321.28934"
       y="41.842686"><tspan
         x="321.28934 328.56161 335.83392"
         y="41.842686"
         id="tspan196"
         style="stroke-width:1.33333">pbi</tspan></text><path
       d="m 316.11466,15.416019 h 20.448 v 9.037333 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.421333 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505214 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path200" /><path
       d="m 302.11999,81.765351 h -1.084 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.005,-0.09867 -0.004,-0.202666 -0.0667,-0.412 -0.21333,-0.568 l -8.67734,-9.915999 c 0,-0.0053 -0.004,-0.0053 -0.004,-0.0053 -0.0533,-0.05733 -0.11466,-0.104 -0.17733,-0.146666 -0.0213,-0.01467 -0.0373,-0.02533 -0.0573,-0.036 -0.0573,-0.03067 -0.11467,-0.05733 -0.172,-0.07333 -0.016,-0.0053 -0.032,-0.0093 -0.052,-0.02 -0.0627,-0.016 -0.13067,-0.02133 -0.19867,-0.02133 h -21.33333 c -0.97334,0 -1.76534,0.792 -1.76534,1.765333 v 14.338667 h -1.07733 c -1.396,0 -2.52667,1.125333 -2.52667,2.521333 v 13.12 c 0,1.395999 1.13067,2.525333 2.52667,2.525333 h 1.07733 v 8.980005 c 0,0.97333 0.792,1.76533 1.76534,1.76533 h 29.13066 c 0.97467,0 1.76534,-0.792 1.76534,-1.76533 v -8.980005 h 1.07866 c 1.396,0 2.52534,-1.129334 2.52534,-2.525333 v -13.12 c 0,-1.396 -1.12934,-2.521333 -2.52534,-2.521333 z M 270.14533,67.426684 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88,0.885333 h 7.79733 v 4.421334 h -29.12533 z m 29.12533,41.005336 h -29.12547 v -8.500003 h 29.12547 z"
       style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path202" /><path
       d="m 302.11999,81.765351 h -1.084 l -32.656,-0.0053 h -1.08266 c -1.39067,0 -2.52134,1.130667 -2.52134,2.526667 v 13.12 c 0,1.395999 1.13067,2.525333 2.52134,2.525333 h 34.82266 c 1.39067,0 2.52,-1.129334 2.52,-2.525333 v -13.12 c 0,-1.396 -1.12933,-2.521333 -2.52,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path204" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text210"
       x="271.48532"
       y="95.201347"><tspan
         x="271.48532 278.75763 285.37531"
         y="95.201347"
         id="tspan208"
         style="stroke-width:1.33333">bam</tspan></text><path
       d="m 270.14533,67.406684 h 20.448 v 9.030667 c 0,0.489333 0.396,0.885333 0.88,0.885333 h 7.79733 v 4.422667 h -29.12533 z m 29.13066,41.009336 h -29.13066 v -8.504003 h 29.12533 v 8.504003 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path212" /><path
       d="m 348.08799,81.765351 h -1.07733 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0107,-0.09867 -0.005,-0.202666 -0.0733,-0.412 -0.21333,-0.568 l -8.67734,-9.915999 c -0.005,-0.0053 -0.005,-0.0053 -0.005,-0.0053 -0.052,-0.05733 -0.11467,-0.109333 -0.17733,-0.146666 -0.0147,-0.01467 -0.0413,-0.02533 -0.0573,-0.036 -0.0573,-0.03067 -0.11466,-0.05733 -0.172,-0.07333 -0.02,-0.0053 -0.0307,-0.0093 -0.0467,-0.02 -0.0667,-0.016 -0.13467,-0.02133 -0.20267,-0.02133 h -21.33333 c -0.97467,0 -1.76533,0.792 -1.76533,1.765333 v 14.338667 h -1.07867 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.12 c 0,1.395999 1.12933,2.525333 2.52533,2.525333 h 1.07867 v 8.980005 c 0,0.97333 0.79066,1.76533 1.76533,1.76533 h 29.13066 c 0.97334,0 1.76534,-0.792 1.76534,-1.76533 v -8.980005 h 1.07733 c 1.396,0 2.52667,-1.129334 2.52667,-2.525333 v -13.12 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z M 316.11466,67.426684 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.005336 h -29.13066 v -8.500003 h 29.13066 z"
       style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path214" /><path
       d="m 348.08799,81.765351 h -1.07733 l -32.66133,-0.0053 h -1.07867 c -1.396,0 -2.52533,1.130667 -2.52533,2.526667 v 13.12 c 0,1.395999 1.12933,2.525333 2.52533,2.525333 h 34.81733 c 1.396,0 2.52667,-1.129334 2.52667,-2.525333 v -13.12 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path216" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text222"
       x="321.28934"
       y="93.832016"><tspan
         x="321.28934 328.56161 335.83392"
         y="93.832016"
         id="tspan220"
         style="stroke-width:1.33333">pbi</tspan></text><path
       d="m 316.11466,67.406684 h 20.448 v 9.030667 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.422667 h -29.13066 z m 29.13066,41.009336 h -29.13066 v -8.504177 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path224" /><path
       d="m 260.26533,14.281352 c 0,0 -4.35334,1.088 -5.45334,5.844 -1.10933,4.796 3.74534,19.125333 0.0213,20.166666 l -6.71867,1.88"
       style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path226" /><path
       d="m 260.26533,70.057351 c 0,0 -4.35334,-1.088 -5.45334,-5.844 -1.10933,-4.797333 3.74534,-19.119999 0.0213,-20.161333 l -6.71867,-1.88"
       style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path228" /><path
       d="m 211.01599,126.18802 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:none;stroke:#000000;stroke-width:12.598;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path320" /><path
       d="m 211.01599,126.18802 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path322" /></g><g
     id="g7241"
     transform="translate(118.13155,-15.543624)"><g
       id="g7213"
       transform="translate(51.610739)"><path
         d="m 106.62526,657.33452 h -1.324 v -6.396 c 0,-0.036 -0.004,-0.0773 -0.009,-0.11867 0,-0.25066 -0.084,-0.5 -0.256,-0.69866 l -10.639996,-12.156 c -0.005,-0.005 -0.005,-0.005 -0.0107,-0.005 -0.0627,-0.0733 -0.136,-0.13067 -0.21333,-0.18267 -0.0267,-0.0147 -0.0467,-0.0253 -0.0733,-0.0413 -0.068,-0.036 -0.14,-0.068 -0.21333,-0.088 -0.0213,-0.0107 -0.036,-0.016 -0.0573,-0.0213 -0.0787,-0.0213 -0.16134,-0.0307 -0.25067,-0.0307 h -26.14533 c -1.192,0 -2.16133,0.97333 -2.16133,2.16667 v 17.572 h -1.328 c -1.708,0 -3.09334,1.38533 -3.09334,3.09466 v 16.08267 c 0,1.708 1.38534,3.09333 3.09334,3.09333 h 1.32763 v 11.01067 c 0,1.19333 0.96933,2.16133 2.16133,2.16133 h 35.707996 c 1.19333,0 2.16133,-0.968 2.16133,-2.16133 v -11.0107 h 1.32933 c 1.70267,0 3.088,-1.38534 3.088,-3.09334 v -16.08266 c 0,-1.70934 -1.38533,-3.09467 -3.088,-3.09467 z m -39.193326,-17.572 h 25.068 v 11.072 c 0,0.59467 0.484,1.07867 1.07733,1.07867 h 9.557326 v 5.42133 H 67.431934 Z m 35.702656,50.26533 H 67.431934 v -10.4224 h 35.702656 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path160-3" /><path
         d="M 106.62526,657.33452 H 63.942604 c -1.708,0 -3.09334,1.38533 -3.09334,3.09467 v 16.08266 c 0,1.708 1.38534,3.09334 3.09334,3.09334 h 42.682656 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08266 c 0,-1.70934 -1.38533,-3.09467 -3.09333,-3.09467 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path162-6" /><text
         style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text168-7"
         x="73.430611"
         y="672.31982"><tspan
           x="73.430611 81.542793 89.654991"
           y="672.31982"
           id="tspan166-5"
           style="stroke-width:1.33333">csv</tspan></text><path
         d="m 67.431934,639.73586 h 25.068 v 11.07333 c 0,0.59866 0.484,1.08266 1.07733,1.08266 h 9.557326 v 5.42267 H 67.431934 Z m 35.707996,50.27066 H 67.431934 v -10.42667 h 35.702656 v 10.42667 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path170-3" /><text
         style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text176-5"
         x="42.89994"
         y="706.97717"><tspan
           x="42.89994 52.04406 59.666451 71.854042 80.230446 84.041649 91.66404 99.28643 107.66282 115.28521 122.9076"
           y="706.97717"
           id="tspan174-6"
           style="stroke-width:1.33333">Samplesheet</tspan></text></g><g
       id="g7204"
       transform="translate(-95.75166)"><path
         d="m 176.39059,652.79319 h -1.07866 v -5.21867 c 0,-0.0307 -0.005,-0.0627 -0.0147,-0.0987 0,-0.204 -0.068,-0.40666 -0.20933,-0.568 l -8.67734,-9.91733 c -0.004,-0.004 -0.004,-0.004 -0.004,-0.004 -0.0533,-0.0573 -0.11466,-0.10533 -0.17733,-0.14667 -0.0213,-0.016 -0.0373,-0.0253 -0.0573,-0.036 -0.0573,-0.032 -0.11467,-0.0573 -0.17734,-0.0733 -0.016,-0.005 -0.0307,-0.0107 -0.0467,-0.016 -0.0627,-0.02 -0.13067,-0.0253 -0.204,-0.0253 h -21.328 c -0.97334,0 -1.76534,0.792 -1.76534,1.76534 v 14.33866 h -1.08266 c -1.39067,0 -2.52134,1.12534 -2.52134,2.52134 v 13.11866 c 0,1.396 1.13067,2.52667 2.52134,2.52667 h 1.08266 v 8.97867 c 0,0.97466 0.792,1.76666 1.76534,1.76666 h 29.12533 c 0.97467,0 1.76533,-0.792 1.76533,-1.76666 v -8.97867 h 1.084 c 1.39067,0 2.52,-1.13067 2.52,-2.52667 v -13.11867 c 0,-1.39067 -1.12933,-2.52133 -2.52,-2.52133 z m -31.97466,-14.33867 h 20.448 v 9.032 c 0,0.48933 0.396,0.88533 0.88533,0.88533 h 7.79733 v 4.42134 h -29.13066 z m 29.13066,41.01067 h -29.13066 v -8.50522 h 29.13066 z"
         style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path178-2" /><path
         d="m 176.39059,652.79319 h -34.81733 c -1.396,0 -2.52667,1.12533 -2.52667,2.52133 v 13.11867 c 0,1.396 1.13067,2.52666 2.52667,2.52666 h 34.81733 c 1.396,0 2.52534,-1.13066 2.52534,-2.52666 v -13.11867 c 0,-1.396 -1.12934,-2.52133 -2.52534,-2.52133 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path180-9" /><text
         style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text186-1"
         x="145.75726"
         y="666.22919"><tspan
           id="tspan184-2"
           style="stroke-width:1.33333">fa.gz</tspan></text><path
         d="m 144.41593,638.43319 h 20.448 v 9.03733 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.42133 h -29.13066 z m 29.13066,41.01066 h -29.13066 v -8.50521 h 29.13066 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path188-7" /><path
         d="m 176.39059,704.78252 h -1.084 v -5.21867 c 0,-0.0307 -0.005,-0.0627 -0.005,-0.0987 -0.004,-0.20266 -0.0667,-0.412 -0.21333,-0.568 l -8.67734,-9.916 c 0,-0.005 -0.004,-0.005 -0.004,-0.005 -0.0533,-0.0573 -0.11466,-0.10399 -0.17733,-0.14666 -0.0213,-0.0147 -0.0373,-0.0253 -0.0573,-0.036 -0.0573,-0.0307 -0.11467,-0.0573 -0.172,-0.0733 -0.016,-0.005 -0.032,-0.009 -0.052,-0.02 -0.0627,-0.016 -0.13067,-0.0213 -0.19867,-0.0213 h -21.33333 c -0.97334,0 -1.76534,0.792 -1.76534,1.76533 v 14.33867 h -1.07733 c -1.396,0 -2.52667,1.12533 -2.52667,2.52133 v 13.12 c 0,1.396 1.13067,2.52533 2.52667,2.52533 h 1.07733 v 8.98001 c 0,0.97333 0.792,1.76533 1.76534,1.76533 h 29.13066 c 0.97467,0 1.76534,-0.792 1.76534,-1.76533 v -8.98001 h 1.07866 c 1.396,0 2.52534,-1.12933 2.52534,-2.52533 v -13.12 c 0,-1.396 -1.12934,-2.52133 -2.52534,-2.52133 z m -31.97466,-14.33867 h 20.448 v 9.032 c 0,0.48934 0.396,0.88534 0.88,0.88534 h 7.79733 v 4.42133 h -29.12533 z m 29.12533,41.00534 h -29.12547 v -8.5 h 29.12547 z"
         style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path202-6" /><path
         d="m 176.39059,704.78252 h -1.084 l -32.656,-0.005 h -1.08266 c -1.39067,0 -2.52134,1.13067 -2.52134,2.52667 v 13.12 c 0,1.396 1.13067,2.52533 2.52134,2.52533 h 34.82266 c 1.39067,0 2.52,-1.12933 2.52,-2.52533 v -13.12 c 0,-1.396 -1.12933,-2.52134 -2.52,-2.52134 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path204-2" /><text
         style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text210-6"
         x="145.75592"
         y="718.21851"><tspan
           id="tspan208-1"
           style="stroke-width:1.33333">fa.gz</tspan></text><path
         d="m 144.41593,690.42385 h 20.448 v 9.03067 c 0,0.48933 0.396,0.88533 0.88,0.88533 h 7.79733 v 4.42267 h -29.12533 z m 29.13066,41.00934 h -29.13066 v -8.504 h 29.12533 v 8.504 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path212-8" /></g><g
       id="g7217"
       transform="matrix(-1,0,0,1,222.21118,0)"><path
         d="m 134.53593,637.29852 c 0,0 -4.35334,1.088 -5.45334,5.844 -1.10933,4.796 3.74534,19.12533 0.0213,20.16667 l -6.71867,1.88"
         style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path226-3" /><path
         d="m 134.53593,693.07452 c 0,0 -4.35334,-1.088 -5.45334,-5.844 -1.10933,-4.79733 3.74534,-19.12 0.0213,-20.16133 l -6.71867,-1.88"
         style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path228-7" /></g></g><path
     d="m 211.01599,526.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path324" /><path
     d="m 211.01599,526.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path326" /><path
     d="m 492.59332,660.16667 h 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path328" /><path
     d="m 412.59332,660.16667 h 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path330" /><path
     d="m 412.59332,530.16667 h 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path332" /><path
     d="m 492.59332,530.16667 h 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path334" /><path
     d="m 732.59332,600.16667 h -30 c -14.90534,0 -29.45734,9.45867 -40,20 l -10,10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path336" /><path
     d="m 572.59332,660.16667 h 30 c 14.90666,0 29.45866,-9.4588 40,-20 l 10,-10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path338" /><path
     d="m 572.59332,530.16667 h 30 c 14.90666,0 29.45866,9.45867 40,20 l 10,10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path340" /><path
     d="m 732.59332,590.16667 h -30 c -14.90534,0 -29.45734,-9.45867 -40,-20 l -10,-10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path342" /><path
     d="m 412.59332,660.16667 h -30 c -14.90533,0 -29.45733,-9.4588 -40,-20 l -9.99999,-10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path346" /><path
     d="m 412.59332,530.16667 h -30 c -14.90533,0 -29.45733,9.45867 -40,20 l -9.99999,10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path348" /><g
     id="g7090"><path
       d="m 252.59333,600.16667 h 30 c 14.90666,0 29.45866,9.45867 40,20 l 10,10"
       style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path344" /><path
       d="m 252.59333,590.16667 h 30 c 14.90666,0 29.45866,-9.45867 40,-20 l 10,-10"
       style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path350" /></g><g
     id="g7086"
     transform="translate(-10.362416,-70.974755)"><path
       d="m 262.48391,678.74076 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path320-5" /><path
       d="m 262.48391,678.74076 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path322-9" /></g><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text356"
     x="366.82266"
     y="564.67865"><tspan
       x="366.82266 378.37466 388.15067 396.15067 400.59866 410.37466 414.82266 421.04666 429.94266 438.83865 448.61465"
       y="564.67865"
       id="tspan354"
       style="stroke-width:1.33333">Unzip reads</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text362"
     x="383.40933"
     y="582.388"><tspan
       x="383.40933 393.00931 402.60931 412.20932 421.80933 431.40933"
       y="582.388"
       id="tspan360"
       style="stroke-width:1.33333">gunzip</tspan></text><g
     id="g2017"><path
       d="m 399.71866,530.40667 c 0,-6.95866 5.64133,-12.6 12.59866,-12.6 6.95867,0 12.6,5.64134 12.6,12.6 0,6.95734 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59866,-5.64133 -12.59866,-12.59867 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path364" /><path
       d="m 399.71866,530.40667 c 0,-6.95866 5.64133,-12.6 12.59866,-12.6 6.95867,0 12.6,5.64134 12.6,12.6 0,6.95734 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59866,-5.64133 -12.59866,-12.59867 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path366" /></g><path
     d="M 773.39407,195.53601 V 393.5889"
     style="fill:none;stroke:#24b064;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path370" /><path
     d="M 783.32622,195.53601 V 393.5889"
     style="fill:none;stroke:#7eb2dd;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path374" /><path
     d="m 730.94798,338.06268 33.192,33.19733"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path376" /><path
     d="m 737.95865,330.99468 33.192,33.19333"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path378" /><path
     d="m 773.39065,393.58801 c 0,-8.37467 -3.328,-16.40533 -9.25067,-22.328"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path380" /><path
     d="m 783.32798,393.58801 c 0,-11.02533 -4.38,-21.604 -12.17733,-29.4"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path382" /><path
     d="m 728.70798,308.66668 c 0,8.37466 3.328,16.40666 9.25067,22.328"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path384" /><path
     d="m 718.70798,308.66668 c 0,11.02666 4.38,21.59866 12.17734,29.396"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path386" /><path
     d="m 773.30265,433.58801 v -40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path388" /><path
     d="m 783.32798,433.58801 v -40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path390" /><path
     d="M 769.11465,195.53601 V 155.53602"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path392" /><path
     d="M 779.11465,195.53601 V 155.53602"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path394" /><path
     d="m 773.30265,446.18801 c -6.95867,0 -12.6,-5.64134 -12.6,-12.6 0,-6.95733 5.64133,-12.59867 12.6,-12.59867 6.95733,0 12.59866,5.64134 12.59866,12.59867 0,6.95866 -5.64133,12.6 -12.59866,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path396" /><path
     d="m 773.30265,446.18801 c -6.95867,0 -12.6,-5.64134 -12.6,-12.6 0,-6.95733 5.64133,-12.59867 12.6,-12.59867 6.95733,0 12.59866,5.64134 12.59866,12.59867 0,6.95866 -5.64133,12.6 -12.59866,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path398" /><path
     d="M 763.41598,216.37468 V 195.53601"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path400" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406"
     x="51.173721"
     y="270.53067"><tspan
       id="tspan404"
       style="stroke-width:1.33333">Primers Removal</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412"
     x="142.37372"
     y="288.24002"><tspan
       x="142.37372 151.97372 161.57373 171.17372"
       y="288.24002"
       id="tspan410"
       style="stroke-width:1.33333">LIMA</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412-6"
     x="47.134659"
     y="366.22638"><tspan
       id="tspan410-2"
       style="stroke-width:1.33333">isoseq3 refine</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412-9"
     x="28.665909"
     y="448.11041"><tspan
       id="tspan410-1"
       style="stroke-width:1.33333">bamtools convert</tspan></text><path
     d="m 759.17198,108.58802 h 29.88"
     style="fill:none;stroke:#000000;stroke-width:9.99999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path414" /><path
     d="m 294.17199,258.30668 c 0,17.43867 -14.14133,31.57867 -31.57866,31.57867"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path416" /><path
     d="m 221.01599,321.46401 c 0,-17.43733 14.13467,-31.57866 31.57734,-31.57866"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path418" /><path
     d="m 723.81732,263.98935 33.25066,-33.25467"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path420" /><path
     d="m 708.70798,300.45868 c 0,-13.67733 5.432,-26.79733 15.10934,-36.46933"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path422" /><path
     d="m 757.01065,230.79201 c 4.04666,-4.04666 6.31733,-9.53066 6.31733,-15.256"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path424" /><path
     d="m 718.70798,300.45868 v 8.208"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path426" /><path
     d="m 708.70798,300.45868 v 8.208"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path428" /><path
     d="m 728.70798,300.45868 v 8.208"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path430" /><path
     d="m 718.70798,317.16134 c -6.95866,0 -12.59866,-5.64 -12.59866,-12.59866 0,-6.95867 5.64,-12.59867 12.59866,-12.59867 6.95867,0 12.59867,5.64 12.59867,12.59867 0,6.95866 -5.64,12.59866 -12.59867,12.59866 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path432" /><path
     d="m 718.70798,317.16134 c -6.95866,0 -12.59866,-5.64 -12.59866,-12.59866 0,-6.95867 5.64,-12.59867 12.59866,-12.59867 6.95867,0 12.59867,5.64 12.59867,12.59867 0,6.95866 -5.64,12.59866 -12.59867,12.59866 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path434" /><path
     d="m 774.13998,208.13601 c -6.952,0 -12.59333,-5.64133 -12.59333,-12.6 0,-6.95733 5.64133,-12.59866 12.59333,-12.59866 6.95867,0 12.6,5.64133 12.6,12.59866 0,6.95867 -5.64133,12.6 -12.6,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path436" /><path
     d="m 774.13998,208.13601 c -6.952,0 -12.59333,-5.64133 -12.59333,-12.6 0,-6.95733 5.64133,-12.59866 12.59333,-12.59866 6.95867,0 12.6,5.64133 12.6,12.59866 0,6.95867 -5.64133,12.6 -12.6,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path438" /><g
     id="g2021"><path
       d="m 585.19332,530.16667 c 0,6.95867 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59867,-5.64 -12.59867,-12.59867 0,-6.95866 5.64134,-12.59866 12.59867,-12.59866 6.95867,0 12.6,5.64 12.6,12.59866 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path440" /><path
       d="m 585.19332,530.16667 c 0,6.95867 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59867,-5.64 -12.59867,-12.59867 0,-6.95866 5.64134,-12.59866 12.59867,-12.59866 6.95867,0 12.6,5.64 12.6,12.59866 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path442" /></g><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text448"
     x="539.71063"
     y="564.67865"><tspan
       x="539.71063 553.03864 561.93463 571.71063 581.48663 585.93463 595.71063"
       y="564.67865"
       id="tspan446"
       style="stroke-width:1.33333">Mapping</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text456"
     x="519.7453"
     y="582.388"><tspan
       x="519.7453 529.34534 538.94531 548.54535 558.14532 567.7453 577.34534 586.94531 596.54529 606.14532 615.7453"
       y="582.388"
       id="tspan452"
       style="stroke-width:1.33333">uLTRA align</tspan><tspan
       x="454.2688 463.8688 473.46878 483.06879 492.66879 502.2688 511.86877 521.46881"
       y="615.40625"
       id="tspan454"
       style="stroke-width:1.33333">Minimap2</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text462"
     x="459.71066"
     y="634.09998"><tspan
       x="459.71066 473.03867 481.93466 491.71066 501.48666 505.93466 515.71063"
       y="634.09998"
       id="tspan460"
       style="stroke-width:1.33333">Mapping</tspan></text><path
     d="m 492.59332,687.53067 v -38.9052"
     style="fill:none;stroke:#ff9914;stroke-width:9.60997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path464" /><path
     d="m 513.93732,717.26507 h -1.328 v -6.39054 c 0,-0.0412 -0.005,-0.0824 -0.0107,-0.11986 0,-0.25467 -0.0827,-0.50414 -0.25466,-0.70254 l -10.64134,-12.15626 c 0,0 -0.005,0 -0.009,-0.005 -0.0627,-0.0683 -0.136,-0.1308 -0.21467,-0.1776 -0.0253,-0.0157 -0.0467,-0.0303 -0.072,-0.0464 -0.068,-0.036 -0.14133,-0.0683 -0.21333,-0.088 -0.0213,-0.005 -0.0373,-0.0161 -0.0573,-0.0161 -0.0787,-0.0161 -0.16267,-0.0319 -0.25067,-0.0319 h -26.14533 c -1.19334,0 -2.16667,0.96933 -2.16667,2.16253 v 17.57187 h -1.32267 c -1.70933,0 -3.09466,1.38546 -3.09466,3.0948 v 16.0828 c 0,1.70786 1.38533,3.09333 3.09466,3.09333 h 1.32267 v 11.0104 c 0,1.19373 0.97333,2.16667 2.16667,2.16667 h 35.708 c 1.192,0 2.16133,-0.97294 2.16133,-2.16667 V 739.536 h 1.32267 c 1.708,0 3.09466,-1.38547 3.09466,-3.09333 v -16.0828 c 0,-1.70934 -1.38666,-3.0948 -3.09466,-3.0948 z M 474.73999,699.6932 h 25.06666 v 11.07187 c 0,0.59893 0.48534,1.0844 1.084,1.0844 h 9.55734 v 5.4156 h -35.708 z m 35.708,50.2708 h -35.70787 v -10.42812 h 35.70787 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path466" /><path
     d="m 513.93732,717.26507 h -42.68667 c -1.70933,0 -3.08933,1.38546 -3.08933,3.0948 v 16.0828 c 0,1.70786 1.38,3.09333 3.08933,3.09333 h 42.68667 c 1.708,0 3.09333,-1.38547 3.09333,-3.09333 v -16.0828 c 0,-1.70934 -1.38533,-3.0948 -3.09333,-3.0948 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path468" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text474"
     x="474.56799"
     y="733.77545"><tspan
       x="474.56799 479.42654 487.53873 495.65091 500.50949"
       y="733.77545"
       id="tspan472"
       style="stroke-width:1.33333">fasta</tspan></text><path
     d="m 474.73999,699.66667 h 25.06666 v 11.07346 c 0,0.5984 0.48534,1.08227 1.084,1.08227 h 9.55734 v 5.42293 h -35.708 z m 35.708,50.2708 h -35.70787 v -10.42708 h 35.70787 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path476" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text482"
     x="465.06531"
     y="766.41614"><tspan
       x="465.06531 475.73117 483.35358 491.72998 500.10638 512.29395"
       y="766.41614"
       id="tspan480"
       style="stroke-width:1.33333">Genome</tspan></text><path
     d="m 479.99465,660.16667 c 0,-6.9588 5.64134,-12.59893 12.59867,-12.59893 6.95867,0 12.6,5.64013 12.6,12.59893 0,6.9588 -5.64133,12.5984 -12.6,12.5984 -6.95733,0 -12.59867,-5.6396 -12.59867,-12.5984 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path484" /><path
     d="m 479.99465,660.16667 c 0,-6.9588 5.64134,-12.59893 12.59867,-12.59893 6.95867,0 12.6,5.64013 12.6,12.59893 0,6.9588 -5.64133,12.5984 -12.6,12.5984 -6.95733,0 -12.59867,-5.6396 -12.59867,-12.5984 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path486" /><image
     width="272.31998"
     height="117.44"
     style="image-rendering:optimizeSpeed"
     preserveAspectRatio="none"
     id="image498"
     x="386.66666"
     y="174.66669" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3"
     x="73.845596"
     y="190.19548"><tspan
       id="tspan404-6"
       style="stroke-width:1.33333">Compute CCS</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3-7"
     x="18.290909"
     y="350.00543"><tspan
       id="tspan404-6-5"
       style="stroke-width:1.33333">Concatemer Removal</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3-7-3"
     x="4.6112213"
     y="431.332"><tspan
       id="tspan404-6-5-5"
       style="stroke-width:1.33333">Convert BAM to FASTA</tspan></text></svg>
VY 两个字母构成的具有新拟态风格的科技logo
github
github
Minimalist line-style web icon of a 3D printing workbench. Isometric view. A desktop 3D printer on a work table, with visible nozzle, print bed, and a partially printed object showing layered structure. Clean geometric lines, monochrome, no shading, no gradients, flat design, suitable for website UI icon or favicon, transparent or solid background.
Minimalist line-style web icon of a 3D printing workbench. Isometric view. A desktop 3D printer on a work table, with visible nozzle, print bed, and a partially printed object showing layered structure. Clean geometric lines, monochrome, no shading, no gradients, flat design, suitable for website UI icon or favicon, transparent or solid background.
雪人,有头和身体,身体是一个雪球,头部是一个雪球,身体不要2个雪球,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格,眼睛,胡萝卜鼻子
雪人,有头和身体,身体是一个雪球,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格
雪人,有头和身体,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行羽毛球比赛的事情,画1张图片中包含4张邮连续性的小图片。第一幕是男主突然像打羽毛球,第二幕是男主和另外一个同学在体育馆打羽毛球,第三幕是男主赢得了比赛,第四幕是男主获得周围同学的欣赏。颜色用黑白加另外一种颜色即可。
基因双螺旋,荧光绿,AI感
图标设计,VS Code 文件图标,矢量 SVG 风格,尺寸 16×16 像素,极简科技风,无冗余装饰。核心元素:① 中心是 FDTD 仿真的标志性符号 —— 抽象的电磁波波形(正弦曲线极简线条),代表光场传播;② 背景填充均匀的 dash 虚线网格(细线条,格子间距紧凑),体现时域有限差分的网格离散特性;③ 右下角嵌入小写字母组合「phtd」,字体纤细、无衬线,与图标融合;④ 配色方案:主色为科技蓝(#1E88E5),网格为浅灰色(#E0E0E0),文字与波形同色,单色 / 双色简约设计,无渐变无阴影,适配编辑器图标显示规范。整体风格简洁清晰,辨识度高,放大缩小无模糊,符合代码编辑器图标美学。
基于现有的SVG修改,增加一个Entrypoint lima,输入文件与CCS相同,节点黑字为split ccs bam,绿字工具为picard splitsambynumberofreads

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   version="1.1"
   id="svg2"
   xml:space="preserve"
   width="988"
   height="772"
   viewBox="0 0 988 772"
   sodipodi:docname="Isoseq_pipeline_metro.svg"
   inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
   inkscape:export-filename="Isoseq_pipeline_metro.png"
   inkscape:export-xdpi="300"
   inkscape:export-ydpi="300"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
     id="namedview466"
     pagecolor="#505050"
     bordercolor="#ffffff"
     borderopacity="1"
     inkscape:pageshadow="0"
     inkscape:pageopacity="0"
     inkscape:pagecheckerboard="1"
     showgrid="false"
     inkscape:zoom="0.68237637"
     inkscape:cx="220.55277"
     inkscape:cy="433.04548"
     inkscape:current-layer="svg2"
     inkscape:showpageshadow="0"
     inkscape:deskcolor="#505050"
     inkscape:window-width="1920"
     inkscape:window-height="1052"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:window-maximized="1" /><defs
     id="defs6"><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath494"><path
         d="m 2900,3600 h 2040 v 880 H 2900 Z"
         id="path492" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath506"><path
         d="m 430,3120 h 70 v 20 h -70 z"
         id="path504" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath518"><path
         d="m 1080,3120 h 60 v 20 h -60 z"
         id="path516" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath530"><path
         d="m 1150,3120 h 70 v 20 h -70 z"
         id="path528" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath542"><path
         d="m 430,3050 h 350 v 70 H 430 Z"
         id="path540" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath554"><path
         d="m 790,3050 h 60 v 70 h -60 z"
         id="path552" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath566"><path
         d="m 940,3050 h 130 v 70 H 940 Z"
         id="path564" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath578"><path
         d="m 1080,3050 h 60 v 70 h -60 z"
         id="path576" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath590"><path
         d="m 1150,3050 h 210 v 70 h -210 z"
         id="path588" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath602"><path
         d="m 430,3040 h 350 v 10 H 430 Z"
         id="path600" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath614"><path
         d="m 790,3040 h 70 v 10 h -70 z"
         id="path612" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath626"><path
         d="m 940,3040 h 130 v 10 H 940 Z"
         id="path624" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath638"><path
         d="m 1080,3040 h 60 v 10 h -60 z"
         id="path636" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath650"><path
         d="m 1150,3040 h 210 v 10 h -210 z"
         id="path648" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath662"><path
         d="m 790,3020 h 60 v 20 h -60 z"
         id="path660" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath674"><path
         d="m 220,2520 h 70 v 10 h -70 z"
         id="path672" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath686"><path
         d="m 660,2520 h 60 v 10 h -60 z"
         id="path684" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath698"><path
         d="m 220,2510 h 70 v 10 h -70 z"
         id="path696" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath710"><path
         d="m 440,2510 h 60 v 10 h -60 z"
         id="path708" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath722"><path
         d="m 660,2510 h 60 v 10 h -60 z"
         id="path720" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath734"><path
         d="m 1300,2510 h 60 v 10 h -60 z"
         id="path732" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath746"><path
         d="m 220,2440 h 210 v 70 H 220 Z"
         id="path744" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath758"><path
         d="m 440,2440 h 130 v 70 H 440 Z"
         id="path756" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath770"><path
         d="m 580,2440 h 70 v 70 h -70 z"
         id="path768" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath782"><path
         d="m 660,2440 h 130 v 70 H 660 Z"
         id="path780" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath794"><path
         d="m 860,2440 h 70 v 70 h -70 z"
         id="path792" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath806"><path
         d="m 940,2440 h 280 v 70 H 940 Z"
         id="path804" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath818"><path
         d="m 1230,2440 h 60 v 70 h -60 z"
         id="path816" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath830"><path
         d="m 1300,2440 h 60 v 70 h -60 z"
         id="path828" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath842"><path
         d="m 220,2430 h 210 v 10 H 220 Z"
         id="path840" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath854"><path
         d="m 440,2430 h 130 v 10 H 440 Z"
         id="path852" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath866"><path
         d="m 580,2430 h 70 v 10 h -70 z"
         id="path864" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath878"><path
         d="m 660,2430 h 140 v 10 H 660 Z"
         id="path876" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath890"><path
         d="m 860,2430 h 70 v 10 h -70 z"
         id="path888" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath902"><path
         d="m 940,2430 h 280 v 10 H 940 Z"
         id="path900" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath914"><path
         d="m 1230,2430 h 60 v 10 h -60 z"
         id="path912" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath926"><path
         d="m 1300,2430 h 60 v 10 h -60 z"
         id="path924" /></clipPath></defs><path
     d="M 0.3727595,771.77603 H 987.62724 V 0.223965 H 0.3727595 Z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path12" /><g
     id="g7082"
     transform="translate(-14.507382,-42.928154)"><rect
       style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:3.24635;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
       id="rect890"
       width="114.14889"
       height="56.060959"
       x="54.665562"
       y="87.977196"
       ry="10.103355" /><text
       style="font-variant:normal;font-weight:bold;font-size:18.6667px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text406-3-2"
       x="111.22959"
       y="109.08204"><tspan
         sodipodi:role="line"
         id="tspan805"
         x="111.22959"
         y="109.08204"
         style="font-size:18.6667px;text-align:center;text-anchor:middle">Entrypoint</tspan><tspan
         sodipodi:role="line"
         id="tspan807"
         x="111.22959"
         y="132.58566"
         style="font-size:18.6667px;text-align:center;text-anchor:middle">isoseq</tspan></text></g><g
     id="g7082-9"
     transform="translate(-25.213832,550.81379)"><g
       id="g7298"
       transform="translate(0,2.8269658)"><rect
         style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:3.24635;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
         id="rect890-7"
         width="114.14889"
         height="56.060959"
         x="54.665562"
         y="87.977196"
         ry="10.103355" /><text
         style="font-variant:normal;font-weight:bold;font-size:18.6667px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text406-3-2-3"
         x="111.22959"
         y="109.08204"><tspan
           sodipodi:role="line"
           id="tspan805-6"
           x="111.22959"
           y="109.08204"
           style="font-size:18.6667px;text-align:center;text-anchor:middle">Entrypoint</tspan><tspan
           sodipodi:role="line"
           id="tspan807-1"
           x="111.22959"
           y="132.58566"
           style="font-size:18.6667px;text-align:center;text-anchor:middle">map</tspan></text></g></g><path
     d="m 572.59398,449.07334 v 69.30024"
     style="fill:none;stroke:#24b064;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path14" /><path
     d="m 363.61083,436.47334 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7" /><path
     d="m 522.70566,436.47668 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1" /><path
     d="m 444.03383,436.47334 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1-2" /><path
     d="M 571.40266,520.16667 H 618.0685"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1-2-7" /><g
     id="g988"
     transform="translate(-62.59614)"><path
       d="m 411.57866,428.62534 h -1.324 v -6.396 c 0,-0.036 -0.009,-0.0787 -0.009,-0.12 -0.005,-0.25466 -0.084,-0.5 -0.26133,-0.69733 l -10.64,-12.15733 c 0,-0.004 -0.005,-0.004 -0.005,-0.004 -0.0627,-0.0733 -0.136,-0.13067 -0.21334,-0.18267 -0.0267,-0.016 -0.0467,-0.032 -0.0733,-0.0413 -0.068,-0.0373 -0.14,-0.068 -0.21333,-0.0893 -0.0213,-0.0107 -0.036,-0.016 -0.0573,-0.02 -0.084,-0.0213 -0.16666,-0.032 -0.25066,-0.032 h -26.14534 c -1.192,0 -2.16666,0.96934 -2.16666,2.16134 v 17.57866 h -1.32267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.32267 v 11.00533 c 0,1.19733 0.97466,2.16667 2.16666,2.16667 h 35.70267 c 1.19333,0 2.16667,-0.96934 2.16667,-2.16667 v -11.00533 h 1.324 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08399 c 0,-1.708 -1.38533,-3.09334 -3.09333,-3.09334 z m -39.19334,-17.57333 h 25.06267 v 11.068 c 0,0.59867 0.484,1.08267 1.08267,1.08267 h 9.55733 v 5.42266 h -35.70267 z m 35.70267,50.26533 h -35.70267 v -10.42136 h 35.70267 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path18" /><path
       d="m 411.57866,428.62534 h -42.68267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 42.68267 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08399 c 0,-1.708 -1.38533,-3.09334 -3.09333,-3.09334 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path20" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text26"
       x="378.97333"
       y="443.45468"><tspan
         x="378.97333 387.88797 392.74652"
         y="443.45468"
         id="tspan24"
         style="stroke-width:1.33333">gtf</tspan></text><path
       d="m 372.38532,411.02668 h 25.06267 v 11.072 c 0,0.59866 0.484,1.084 1.08267,1.084 h 9.55733 v 5.416 h -35.70267 z m 35.70267,50.27066 h -35.70267 v -10.42812 h 35.70267 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path28" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text36"
       x="357.60266"
       y="478.33466"><tspan
         x="357.60266 367.50079 375.1232 379.68839 387.31079 392.64371 400.26611 408.64252 416.26489"
         y="478.33466"
         id="tspan32"
         style="stroke-width:1.33333">Reference</tspan><tspan
         x="354.5834 364.48154 372.85794 381.23434 389.61075 394.17593 401.79834 406.36356 410.17474 418.55115"
         y="496.68988"
         id="tspan34"
         style="stroke-width:1.33333">Annotation</tspan></text></g><g
     id="g1981"
     transform="translate(80)"><path
       d="m 505.19332,436.47334 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path38" /><path
       d="m 505.19332,436.47334 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path40" /></g><g
     id="g1809"
     transform="translate(80.009192)"><text
       style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text46"
       x="459.70267"
       y="394.31735"><tspan
         x="459.70267 464.15067 473.92667 483.70267 492.59866 501.49466 505.94266 515.71869"
         y="394.31735"
         id="tspan44"
         style="stroke-width:1.33333">Indexing</tspan></text><text
       style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text52"
       x="439.452"
       y="412.02667"><tspan
         x="439.452 449.052 458.65198 468.25198 477.85199 487.452 497.052 506.65198 516.25201 525.85199 535.45197"
         y="412.02667"
         id="tspan50"
         style="stroke-width:1.33333">uLTRA index</tspan></text></g><g
     id="g1083"
     transform="translate(-81.910735,-35.40368)"><path
       d="m 506.82806,471.87702 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path38-3" /><path
       d="m 506.82806,471.87702 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path40-6" /></g><g
     id="g1809-3"
     transform="translate(-65.266818,-3.234375)"><g
       id="g1977"><g
         id="g2007"
         transform="translate(0,3.234375)"><g
           id="g2013"><text
             style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
             id="text46-5"
             x="461.452"
             y="394.31735"><tspan
               id="tspan44-6"
               style="stroke-width:1.33333">Sort</tspan></text><text
             style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
             id="text52-2"
             x="439.452"
             y="412.02667"><tspan
               id="tspan50-9"
               style="stroke-width:1.33333">gnu/sort</tspan></text></g></g></g></g><g
     id="g2030"
     transform="translate(23.424014)"><path
       d="m 655.00747,428.62534 h -1.32266 v -6.396 c 0,-0.036 -0.005,-0.0787 -0.0107,-0.12 -0.005,-0.25466 -0.084,-0.50533 -0.26133,-0.70266 l -10.63467,-12.152 c -0.005,-0.004 -0.005,-0.004 -0.0107,-0.004 -0.068,-0.0733 -0.14,-0.13067 -0.21866,-0.18267 -0.0213,-0.016 -0.0413,-0.0267 -0.068,-0.0413 -0.068,-0.0427 -0.14,-0.068 -0.21334,-0.0947 -0.0253,-0.005 -0.0413,-0.0147 -0.0573,-0.0147 -0.0827,-0.016 -0.16667,-0.032 -0.24933,-0.032 h -26.152 c -1.192,0 -2.16133,0.96934 -2.16133,2.16134 v 17.57866 h -1.32267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.32267 v 11.00533 c 0,1.19733 0.96933,2.16667 2.16133,2.16667 h 35.70933 c 1.192,0 2.16667,-0.96934 2.16667,-2.16667 v -11.00533 h 1.32266 c 1.708,0 3.09334,-1.38534 3.09334,-3.09334 v -16.08399 c 0,-1.708 -1.38534,-3.09334 -3.09334,-3.09334 z m -39.19333,-17.57866 h 25.06267 v 11.07333 c 0,0.59867 0.484,1.08267 1.084,1.08267 h 9.55733 v 5.42266 h -35.704 z m 35.704,50.27066 h -35.7036 v -10.42656 h 35.7036 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path54" /><path
       d="m 655.00747,428.62534 h -1.32266 l -40.03733,-0.005 h -1.32267 c -1.708,0 -3.09333,1.38533 -3.09333,3.09333 V 447.803 c 0,1.70267 1.38533,3.088 3.09333,3.088 h 42.68266 c 1.708,0 3.09334,-1.38533 3.09334,-3.088 v -16.08933 c 0,-1.708 -1.38534,-3.088 -3.09334,-3.088 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path56" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text62"
       x="615.63953"
       y="445.13202"><tspan
         x="615.63953 620.49805 628.61023 636.72241 641.58099"
         y="445.13202"
         id="tspan60"
         style="stroke-width:1.33333">fasta</tspan></text><path
       d="m 615.81414,411.02668 h 25.06267 v 11.072 c 0,0.59466 0.484,1.07866 1.084,1.07866 h 9.55733 v 5.42134 h -35.704 z m 35.704,50.26533 h -35.7036 v -10.42292 h 35.7036 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path64" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text70"
       x="606.13684"
       y="477.77335"><tspan
         x="606.13684 616.80267 624.42511 632.80151 641.17792 653.36548"
         y="477.77335"
         id="tspan68"
         style="stroke-width:1.33333">Genome</tspan></text></g><path
     d="m 654.64717,488.58935 c 0,17.43733 -14.136,31.57733 -31.57867,31.57733"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path80" /><path
     d="m 654.64717,489.52135 v -5.932"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path76" /><path
     d="m 769.11465,113.58802 v 79.99999"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path82" /><path
     d="m 779.11465,113.58802 v 79.99999"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path84" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text90"
     x="268.284"
     y="246.20535"><tspan
       x="268.284 277.4281 282.76105 286.57224 298.75983 306.38223 311.71515"
       y="246.20535"
       id="tspan88"
       style="stroke-width:1.33333">Primers</tspan></text><path
     d="m 315.51599,196.56268 h -1.328 v -6.396 c 0,-0.036 -0.005,-0.0787 -0.0107,-0.12 0,-0.25467 -0.084,-0.5 -0.256,-0.69733 l -10.64,-12.156 c 0,-0.005 -0.005,-0.005 -0.0107,-0.005 -0.0627,-0.068 -0.13467,-0.13066 -0.21333,-0.18266 -0.0213,-0.016 -0.0467,-0.0267 -0.0733,-0.0413 -0.0667,-0.0373 -0.14,-0.068 -0.21333,-0.0893 -0.0213,-0.005 -0.036,-0.0147 -0.0573,-0.0147 -0.0773,-0.0213 -0.16134,-0.0373 -0.24934,-0.0373 h -26.14666 c -1.192,0 -2.16134,0.97467 -2.16134,2.16667 v 17.57333 h -1.328 c -1.708,0 -3.09333,1.38533 -3.09333,3.09333 v 16.084 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.328 v 11.01066 c 0,1.192 0.96934,2.16134 2.16134,2.16134 h 35.70933 c 1.192,0 2.16133,-0.96934 2.16133,-2.16134 v -11.01066 h 1.328 c 1.70267,0 3.088,-1.38534 3.088,-3.09334 v -16.084 c 0,-1.708 -1.38533,-3.09333 -3.088,-3.09333 z m -39.19866,-17.57333 h 25.068 v 11.07333 c 0,0.59333 0.484,1.07733 1.084,1.07733 h 9.55733 v 5.42267 h -35.70933 z m 35.70933,50.26533 h -35.70933 v -10.42136 h 35.70933 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path92" /><path
     d="m 315.51599,196.56268 h -42.688 c -1.708,0 -3.088,1.38533 -3.088,3.09333 v 16.084 c 0,1.708 1.38,3.09334 3.088,3.09334 h 42.688 c 1.708,0 3.09334,-1.38534 3.09334,-3.09334 v -16.084 c 0,-1.708 -1.38534,-3.09333 -3.09334,-3.09333 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path94" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text100"
     x="276.14667"
     y="213.07068"><tspan
       x="276.14667 281.00522 289.1174 297.22958 302.08817"
       y="213.07068"
       id="tspan98"
       style="stroke-width:1.33333">fasta</tspan></text><path
     d="m 276.31733,178.96401 h 25.068 v 11.072 c 0,0.6 0.484,1.084 1.084,1.084 h 9.55733 v 5.42134 h -35.70933 z m 35.70933,50.27067 h -35.70933 v -10.42812 h 35.70933 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path102" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text108"
     x="803.72266"
     y="428.34268"><tspan
       x="803.72266 816.17065 825.06665 834.84265 843.73865 848.18665 862.41064 872.18665 881.96265 890.85864 895.30664 904.20264 908.65063 917.54663 921.99463 930.89062 939.78662 949.56262 959.33862 963.78662 973.56262"
       y="428.34268"
       id="tspan106"
       style="stroke-width:1.33333">Gene models cleanning</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text114"
     x="803.90265"
     y="447.10666"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267 899.90265 909.50262 919.10266"
       y="447.10666"
       id="tspan112"
       style="stroke-width:1.33333">TAMA collapse</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text120"
     x="803.30933"
     y="300.81601"><tspan
       x="803.30933 813.08533 817.53333 826.42932 831.75732 836.20532 841.53333 845.98132 850.42932 859.32532 868.22131 872.66931 881.56531 890.4613 904.6853 914.4613 918.9093"
       y="300.81601"
       id="tspan118"
       style="stroke-width:1.33333">List files sample</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text126"
     x="803.90265"
     y="319.74533"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267 899.90265 909.50262 919.10266"
       y="319.74533"
       id="tspan124"
       style="stroke-width:1.33333">TAMA filelist</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text132"
     x="803.30933"
     y="190.78136"><tspan
       x="803.30933 816.63733 825.53333 831.75732 841.53333 845.98132 855.75732 865.53333 869.98132 878.87732 888.65332 898.42932 908.20532 913.53333 922.42932 927.75732 932.20532 941.98132 951.75732"
       y="190.78136"
       id="tspan130"
       style="stroke-width:1.33333">Merging annotations</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text138"
     x="803.90265"
     y="208.49068"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267"
       y="208.49068"
       id="tspan136"
       style="stroke-width:1.33333">TAMA merge</tspan></text><path
     d="m 795.20265,24.740019 h -1.328 v -6.396 c 0,-0.03733 -0.005,-0.07867 -0.0107,-0.12 0,-0.254667 -0.0827,-0.5 -0.25467,-0.697333 l -10.64,-12.1573335 c -0.005,-0.00533 -0.005,-0.00533 -0.005,-0.00533 -0.068,-0.072 -0.14133,-0.1293334 -0.21867,-0.1813334 -0.0213,-0.016 -0.048,-0.032 -0.068,-0.042667 -0.068,-0.036 -0.14133,-0.066667 -0.21333,-0.088 -0.0213,-0.010667 -0.0427,-0.016 -0.0627,-0.021333 -0.0787,-0.02 -0.16133,-0.030667 -0.24533,-0.030667 h -26.15067 c -1.19333,0 -2.16133,0.9693333 -2.16133,2.1666666 V 24.740019 h -1.328 c -1.704,0 -3.08933,1.385333 -3.08933,3.093333 v 16.084 c 0,1.707999 1.38533,3.093333 3.08933,3.093333 h 1.328 v 11.010666 c 0,1.192 0.968,2.161333 2.16133,2.161333 h 35.708 c 1.19334,0 2.16134,-0.969333 2.16134,-2.161333 V 47.010685 h 1.328 c 1.70933,0 3.09466,-1.385334 3.09466,-3.093333 v -16.084 c 0,-1.708 -1.38533,-3.093333 -3.09466,-3.093333 z M 756.00531,7.1666858 h 25.068 V 18.234686 c 0,0.598666 0.484,1.082666 1.08267,1.082666 h 9.55733 v 5.422667 h -35.708 z m 35.708,50.2653322 h -35.7084 v -10.42136 h 35.7084 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path140" /><path
     d="m 795.20265,24.740019 h -42.68667 c -1.70933,0 -3.09467,1.385333 -3.09467,3.093333 v 16.084 c 0,1.707999 1.38534,3.093333 3.09467,3.093333 h 42.68667 c 1.70933,0 3.09466,-1.385334 3.09466,-3.093333 v -16.084 c 0,-1.708 -1.38533,-3.093333 -3.09466,-3.093333 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path142" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text148"
     x="760.31195"
     y="41.212017"><tspan
       x="760.31195 769.22662 777.33881"
       y="41.212017"
       id="tspan146"
       style="stroke-width:1.33333">bed</tspan></text><path
     d="m 756.00531,7.1400191 h 25.068 V 18.213352 c 0,0.598667 0.484,1.084 1.08267,1.084 h 9.55733 v 5.416 h -35.708 z m 35.708,50.2719989 h -35.7084 v -10.42812 h 35.7084 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path150" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text158"
     x="752.65863"
     y="73.750687"><tspan
       x="752.65863 756.46985 764.09222 772.46863 780.091 787.71344"
       y="73.750687"
       id="tspan154"
       style="stroke-width:1.33333">Isoseq</tspan><tspan
       x="734.3941 744.29224 752.66864 761.04504 769.42145 773.98669 781.60907 786.17426 789.98547 798.36188 806.73828"
       y="92.105881"
       id="tspan156"
       style="stroke-width:1.33333">Annotations</tspan></text><path
     d="m 769.17198,558.58801 c 0,17.44266 -14.14133,31.57866 -31.57867,31.57866"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path230" /><path
     d="m 779.17198,558.58801 c 0,22.96399 -18.61467,41.57866 -41.57867,41.57866"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path232" /><path
     d="m 769.17198,513.58801 v 40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path234" /><path
     d="m 779.17198,513.58801 v 40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path236" /><path
     d="m 769.17198,433.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path238" /><path
     d="m 779.17198,433.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path240" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text246"
     x="19.333332"
     y="508.34268"><tspan
       x="19.333332 30.885332 39.781334 54.005333 63.78133 72.67733 77.125336 86.901329 96.67733 101.12534 110.90134 120.67734 125.12534 134.02133 144.98123 149.42923 154.75723 163.65323 168.10126 172.54922"
       y="508.34268"
       id="tspan244"
       style="stroke-width:1.33333">Removing polyA tails</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text252"
     x="18.299465"
     y="527.10669"><tspan
       x="18.299465 27.899466 37.499466 47.099464 56.699463 66.299461 75.899467 85.499466 95.099464 104.69947 114.29946 123.89946 133.49947 143.09946 152.69946 162.29947 171.89946"
       y="527.10669"
       id="tspan250"
       style="stroke-width:1.33333">TAMA polyAcleanup</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text268"
     x="142.87059"
     y="207.99734"><tspan
       x="152.4706"
       id="tspan266"
       style="stroke-width:1.33333">CCS</tspan></text><path
     d="m 247.59333,590.16667 c -17.44267,0 -31.57734,-14.136 -31.57734,-31.57866"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path270" /><path
     d="m 221.01599,243.16135 c 0,-17.44267 14.13467,-31.57734 31.57734,-31.57734"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path272" /><path
     d="m 247.59333,600.16667 c -22.96267,0 -41.57734,-18.61467 -41.57734,-41.57866"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path274" /><path
     d="m 216.01599,113.58802 v 79.99999"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path276" /><path
     d="m 206.01599,113.58802 v 79.99999"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path278" /><path
     d="m 216.01599,513.58801 v 40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path280" /><path
     d="m 206.01599,513.58801 v 40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path282" /><path
     d="m 216.01599,433.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path284" /><path
     d="m 206.01599,433.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path286" /><path
     d="m 216.01599,353.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path288" /><path
     d="m 206.01599,353.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path290" /><path
     d="m 211.01599,273.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path292" /><path
     d="m 201.01599,273.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path294" /><path
     d="m 211.01599,193.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path296" /><path
     d="m 201.01599,193.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path298" /><path
     d="m 221.01599,246.46401 v 27.124"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path300" /><path
     d="m 221.01599,326.46401 v 27.124"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path302" /><path
     d="m 211.01599,206.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path304" /><path
     d="m 211.01599,206.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path306" /><path
     d="m 211.01599,286.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path308" /><path
     d="m 211.01599,286.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path310" /><path
     d="m 211.01599,366.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path312" /><path
     d="m 211.01599,366.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path314" /><path
     d="m 211.01599,446.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path316" /><path
     d="m 211.01599,446.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path318" /><g
     id="g7331"><path
       d="m 232.35466,34.317352 h -1.324 v -6.396 c 0,-0.036 -0.004,-0.07733 -0.009,-0.118667 0,-0.250666 -0.084,-0.5 -0.256,-0.698666 l -10.64,-12.156 c -0.005,-0.0053 -0.005,-0.0053 -0.0107,-0.0053 -0.0627,-0.07333 -0.136,-0.130667 -0.21333,-0.182667 -0.0267,-0.01467 -0.0467,-0.02533 -0.0733,-0.04133 -0.068,-0.036 -0.14,-0.068 -0.21333,-0.088 -0.0213,-0.01067 -0.036,-0.016 -0.0573,-0.02133 -0.0787,-0.02133 -0.16134,-0.03067 -0.25067,-0.03067 H 193.1617 c -1.192,0 -2.16133,0.973333 -2.16133,2.166666 v 17.572 h -1.328 c -1.708,0 -3.09334,1.385333 -3.09334,3.094666 v 16.082667 c 0,1.708 1.38534,3.093333 3.09334,3.093333 H 191 V 67.59872 c 0,1.193334 0.96933,2.161334 2.16133,2.161334 h 35.708 c 1.19333,0 2.16133,-0.968 2.16133,-2.161334 V 56.588018 h 1.32933 c 1.70267,0 3.088,-1.385333 3.088,-3.093333 V 37.412018 c 0,-1.709333 -1.38533,-3.094666 -3.088,-3.094666 z m -39.19333,-17.572 h 25.068 v 11.072 c 0,0.594667 0.484,1.078667 1.07733,1.078667 h 9.55733 v 5.421333 h -35.70266 z m 35.70266,50.265332 H 193.16133 V 56.588285 h 35.70266 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path160" /><path
       d="M 232.35466,34.317352 H 189.672 c -1.708,0 -3.09334,1.385333 -3.09334,3.094666 v 16.082667 c 0,1.708 1.38534,3.093333 3.09334,3.093333 h 42.68266 c 1.708,0 3.09333,-1.385333 3.09333,-3.093333 V 37.412018 c 0,-1.709333 -1.38533,-3.094666 -3.09333,-3.094666 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path162" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text168"
       x="199.16"
       y="49.302685"><tspan
         x="199.16 207.27219 215.38438"
         y="49.302685"
         id="tspan166"
         style="stroke-width:1.33333">csv</tspan></text><path
       d="m 193.16133,16.718686 h 25.068 v 11.073333 c 0,0.598666 0.484,1.082666 1.07733,1.082666 h 9.55733 v 5.422667 h -35.70266 z m 35.708,50.270665 h -35.708 V 56.562685 h 35.70266 v 10.426666 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path170" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text176"
       x="168.62933"
       y="83.960014"><tspan
         x="168.62933 177.77345 185.39584 197.58344 205.95984 209.77104 217.39343 225.01582 233.39221 241.0146 248.63699"
         y="83.960014"
         id="tspan174"
         style="stroke-width:1.33333">Samplesheet</tspan></text><path
       d="m 302.11999,29.776019 h -1.07866 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0147,-0.09867 0,-0.204 -0.068,-0.406666 -0.20933,-0.568 l -8.67734,-9.917333 c -0.004,-0.004 -0.004,-0.004 -0.004,-0.004 -0.0533,-0.05733 -0.11466,-0.105333 -0.17733,-0.146666 -0.0213,-0.016 -0.0373,-0.02533 -0.0573,-0.036 -0.0573,-0.032 -0.11467,-0.05733 -0.17734,-0.07333 -0.016,-0.0053 -0.0307,-0.01067 -0.0467,-0.016 -0.0627,-0.02 -0.13067,-0.02533 -0.204,-0.02533 h -21.328 c -0.97334,0 -1.76534,0.792 -1.76534,1.765333 v 14.338667 h -1.08266 c -1.39067,0 -2.52134,1.125333 -2.52134,2.521333 v 13.118666 c 0,1.396 1.13067,2.526667 2.52134,2.526667 h 1.08266 v 8.978666 c 0,0.974667 0.792,1.766667 1.76534,1.766667 h 29.12533 c 0.97467,0 1.76533,-0.792 1.76533,-1.766667 v -8.978666 h 1.084 c 1.39067,0 2.52,-1.130667 2.52,-2.526667 v -13.11867 c 0,-1.390667 -1.12933,-2.521333 -2.52,-2.521333 z M 270.14533,15.437352 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505213 h 29.13066 z"
       style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path178" /><path
       d="m 302.11999,29.776019 h -34.81733 c -1.396,0 -2.52667,1.125333 -2.52667,2.521333 v 13.118666 c 0,1.396 1.13067,2.526667 2.52667,2.526667 h 34.81733 c 1.396,0 2.52534,-1.130667 2.52534,-2.526667 V 32.297352 c 0,-1.396 -1.12934,-2.521333 -2.52534,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path180" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text186"
       x="271.48666"
       y="43.212017"><tspan
         x="271.48666 278.75894 285.37662"
         y="43.212017"
         id="tspan184"
         style="stroke-width:1.33333">bam</tspan></text><path
       d="m 270.14533,15.416019 h 20.448 v 9.037333 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.421333 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505214 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path188" /><path
       d="m 348.08799,29.776019 h -1.07733 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0107,-0.09867 -0.005,-0.204 -0.0733,-0.406666 -0.21333,-0.568 l -8.67734,-9.917333 c -0.005,-0.004 -0.005,-0.004 -0.005,-0.004 -0.052,-0.05733 -0.11467,-0.105333 -0.17733,-0.146666 -0.0147,-0.016 -0.0413,-0.02533 -0.0573,-0.036 -0.0573,-0.032 -0.11466,-0.05733 -0.172,-0.07333 -0.02,-0.0053 -0.0307,-0.01067 -0.0467,-0.016 -0.0667,-0.02 -0.13467,-0.02533 -0.20267,-0.02533 h -21.33333 c -0.97467,0 -1.76533,0.792 -1.76533,1.765333 v 14.338667 h -1.07867 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.118666 c 0,1.396 1.12933,2.526667 2.52533,2.526667 h 1.07867 v 8.978666 c 0,0.974667 0.79066,1.766667 1.76533,1.766667 h 29.13066 c 0.97334,0 1.76534,-0.792 1.76534,-1.766667 v -8.978666 h 1.07733 c 1.396,0 2.52667,-1.130667 2.52667,-2.526667 v -13.11867 c 0,-1.390667 -1.13067,-2.521333 -2.52667,-2.521333 z M 316.11466,15.437352 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505213 h 29.13066 z"
       style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path190" /><path
       d="m 348.08799,29.776019 h -34.81733 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.118666 c 0,1.396 1.12933,2.526667 2.52533,2.526667 h 34.81733 c 1.396,0 2.52667,-1.130667 2.52667,-2.526667 V 32.297352 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path192" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text198"
       x="321.28934"
       y="41.842686"><tspan
         x="321.28934 328.56161 335.83392"
         y="41.842686"
         id="tspan196"
         style="stroke-width:1.33333">pbi</tspan></text><path
       d="m 316.11466,15.416019 h 20.448 v 9.037333 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.421333 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505214 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path200" /><path
       d="m 302.11999,81.765351 h -1.084 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.005,-0.09867 -0.004,-0.202666 -0.0667,-0.412 -0.21333,-0.568 l -8.67734,-9.915999 c 0,-0.0053 -0.004,-0.0053 -0.004,-0.0053 -0.0533,-0.05733 -0.11466,-0.104 -0.17733,-0.146666 -0.0213,-0.01467 -0.0373,-0.02533 -0.0573,-0.036 -0.0573,-0.03067 -0.11467,-0.05733 -0.172,-0.07333 -0.016,-0.0053 -0.032,-0.0093 -0.052,-0.02 -0.0627,-0.016 -0.13067,-0.02133 -0.19867,-0.02133 h -21.33333 c -0.97334,0 -1.76534,0.792 -1.76534,1.765333 v 14.338667 h -1.07733 c -1.396,0 -2.52667,1.125333 -2.52667,2.521333 v 13.12 c 0,1.395999 1.13067,2.525333 2.52667,2.525333 h 1.07733 v 8.980005 c 0,0.97333 0.792,1.76533 1.76534,1.76533 h 29.13066 c 0.97467,0 1.76534,-0.792 1.76534,-1.76533 v -8.980005 h 1.07866 c 1.396,0 2.52534,-1.129334 2.52534,-2.525333 v -13.12 c 0,-1.396 -1.12934,-2.521333 -2.52534,-2.521333 z M 270.14533,67.426684 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88,0.885333 h 7.79733 v 4.421334 h -29.12533 z m 29.12533,41.005336 h -29.12547 v -8.500003 h 29.12547 z"
       style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path202" /><path
       d="m 302.11999,81.765351 h -1.084 l -32.656,-0.0053 h -1.08266 c -1.39067,0 -2.52134,1.130667 -2.52134,2.526667 v 13.12 c 0,1.395999 1.13067,2.525333 2.52134,2.525333 h 34.82266 c 1.39067,0 2.52,-1.129334 2.52,-2.525333 v -13.12 c 0,-1.396 -1.12933,-2.521333 -2.52,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path204" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text210"
       x="271.48532"
       y="95.201347"><tspan
         x="271.48532 278.75763 285.37531"
         y="95.201347"
         id="tspan208"
         style="stroke-width:1.33333">bam</tspan></text><path
       d="m 270.14533,67.406684 h 20.448 v 9.030667 c 0,0.489333 0.396,0.885333 0.88,0.885333 h 7.79733 v 4.422667 h -29.12533 z m 29.13066,41.009336 h -29.13066 v -8.504003 h 29.12533 v 8.504003 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path212" /><path
       d="m 348.08799,81.765351 h -1.07733 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0107,-0.09867 -0.005,-0.202666 -0.0733,-0.412 -0.21333,-0.568 l -8.67734,-9.915999 c -0.005,-0.0053 -0.005,-0.0053 -0.005,-0.0053 -0.052,-0.05733 -0.11467,-0.109333 -0.17733,-0.146666 -0.0147,-0.01467 -0.0413,-0.02533 -0.0573,-0.036 -0.0573,-0.03067 -0.11466,-0.05733 -0.172,-0.07333 -0.02,-0.0053 -0.0307,-0.0093 -0.0467,-0.02 -0.0667,-0.016 -0.13467,-0.02133 -0.20267,-0.02133 h -21.33333 c -0.97467,0 -1.76533,0.792 -1.76533,1.765333 v 14.338667 h -1.07867 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.12 c 0,1.395999 1.12933,2.525333 2.52533,2.525333 h 1.07867 v 8.980005 c 0,0.97333 0.79066,1.76533 1.76533,1.76533 h 29.13066 c 0.97334,0 1.76534,-0.792 1.76534,-1.76533 v -8.980005 h 1.07733 c 1.396,0 2.52667,-1.129334 2.52667,-2.525333 v -13.12 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z M 316.11466,67.426684 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.005336 h -29.13066 v -8.500003 h 29.13066 z"
       style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path214" /><path
       d="m 348.08799,81.765351 h -1.07733 l -32.66133,-0.0053 h -1.07867 c -1.396,0 -2.52533,1.130667 -2.52533,2.526667 v 13.12 c 0,1.395999 1.12933,2.525333 2.52533,2.525333 h 34.81733 c 1.396,0 2.52667,-1.129334 2.52667,-2.525333 v -13.12 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path216" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text222"
       x="321.28934"
       y="93.832016"><tspan
         x="321.28934 328.56161 335.83392"
         y="93.832016"
         id="tspan220"
         style="stroke-width:1.33333">pbi</tspan></text><path
       d="m 316.11466,67.406684 h 20.448 v 9.030667 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.422667 h -29.13066 z m 29.13066,41.009336 h -29.13066 v -8.504177 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path224" /><path
       d="m 260.26533,14.281352 c 0,0 -4.35334,1.088 -5.45334,5.844 -1.10933,4.796 3.74534,19.125333 0.0213,20.166666 l -6.71867,1.88"
       style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path226" /><path
       d="m 260.26533,70.057351 c 0,0 -4.35334,-1.088 -5.45334,-5.844 -1.10933,-4.797333 3.74534,-19.119999 0.0213,-20.161333 l -6.71867,-1.88"
       style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path228" /><path
       d="m 211.01599,126.18802 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:none;stroke:#000000;stroke-width:12.598;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path320" /><path
       d="m 211.01599,126.18802 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path322" /></g><g
     id="g7241"
     transform="translate(118.13155,-15.543624)"><g
       id="g7213"
       transform="translate(51.610739)"><path
         d="m 106.62526,657.33452 h -1.324 v -6.396 c 0,-0.036 -0.004,-0.0773 -0.009,-0.11867 0,-0.25066 -0.084,-0.5 -0.256,-0.69866 l -10.639996,-12.156 c -0.005,-0.005 -0.005,-0.005 -0.0107,-0.005 -0.0627,-0.0733 -0.136,-0.13067 -0.21333,-0.18267 -0.0267,-0.0147 -0.0467,-0.0253 -0.0733,-0.0413 -0.068,-0.036 -0.14,-0.068 -0.21333,-0.088 -0.0213,-0.0107 -0.036,-0.016 -0.0573,-0.0213 -0.0787,-0.0213 -0.16134,-0.0307 -0.25067,-0.0307 h -26.14533 c -1.192,0 -2.16133,0.97333 -2.16133,2.16667 v 17.572 h -1.328 c -1.708,0 -3.09334,1.38533 -3.09334,3.09466 v 16.08267 c 0,1.708 1.38534,3.09333 3.09334,3.09333 h 1.32763 v 11.01067 c 0,1.19333 0.96933,2.16133 2.16133,2.16133 h 35.707996 c 1.19333,0 2.16133,-0.968 2.16133,-2.16133 v -11.0107 h 1.32933 c 1.70267,0 3.088,-1.38534 3.088,-3.09334 v -16.08266 c 0,-1.70934 -1.38533,-3.09467 -3.088,-3.09467 z m -39.193326,-17.572 h 25.068 v 11.072 c 0,0.59467 0.484,1.07867 1.07733,1.07867 h 9.557326 v 5.42133 H 67.431934 Z m 35.702656,50.26533 H 67.431934 v -10.4224 h 35.702656 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path160-3" /><path
         d="M 106.62526,657.33452 H 63.942604 c -1.708,0 -3.09334,1.38533 -3.09334,3.09467 v 16.08266 c 0,1.708 1.38534,3.09334 3.09334,3.09334 h 42.682656 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08266 c 0,-1.70934 -1.38533,-3.09467 -3.09333,-3.09467 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path162-6" /><text
         style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text168-7"
         x="73.430611"
         y="672.31982"><tspan
           x="73.430611 81.542793 89.654991"
           y="672.31982"
           id="tspan166-5"
           style="stroke-width:1.33333">csv</tspan></text><path
         d="m 67.431934,639.73586 h 25.068 v 11.07333 c 0,0.59866 0.484,1.08266 1.07733,1.08266 h 9.557326 v 5.42267 H 67.431934 Z m 35.707996,50.27066 H 67.431934 v -10.42667 h 35.702656 v 10.42667 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path170-3" /><text
         style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text176-5"
         x="42.89994"
         y="706.97717"><tspan
           x="42.89994 52.04406 59.666451 71.854042 80.230446 84.041649 91.66404 99.28643 107.66282 115.28521 122.9076"
           y="706.97717"
           id="tspan174-6"
           style="stroke-width:1.33333">Samplesheet</tspan></text></g><g
       id="g7204"
       transform="translate(-95.75166)"><path
         d="m 176.39059,652.79319 h -1.07866 v -5.21867 c 0,-0.0307 -0.005,-0.0627 -0.0147,-0.0987 0,-0.204 -0.068,-0.40666 -0.20933,-0.568 l -8.67734,-9.91733 c -0.004,-0.004 -0.004,-0.004 -0.004,-0.004 -0.0533,-0.0573 -0.11466,-0.10533 -0.17733,-0.14667 -0.0213,-0.016 -0.0373,-0.0253 -0.0573,-0.036 -0.0573,-0.032 -0.11467,-0.0573 -0.17734,-0.0733 -0.016,-0.005 -0.0307,-0.0107 -0.0467,-0.016 -0.0627,-0.02 -0.13067,-0.0253 -0.204,-0.0253 h -21.328 c -0.97334,0 -1.76534,0.792 -1.76534,1.76534 v 14.33866 h -1.08266 c -1.39067,0 -2.52134,1.12534 -2.52134,2.52134 v 13.11866 c 0,1.396 1.13067,2.52667 2.52134,2.52667 h 1.08266 v 8.97867 c 0,0.97466 0.792,1.76666 1.76534,1.76666 h 29.12533 c 0.97467,0 1.76533,-0.792 1.76533,-1.76666 v -8.97867 h 1.084 c 1.39067,0 2.52,-1.13067 2.52,-2.52667 v -13.11867 c 0,-1.39067 -1.12933,-2.52133 -2.52,-2.52133 z m -31.97466,-14.33867 h 20.448 v 9.032 c 0,0.48933 0.396,0.88533 0.88533,0.88533 h 7.79733 v 4.42134 h -29.13066 z m 29.13066,41.01067 h -29.13066 v -8.50522 h 29.13066 z"
         style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path178-2" /><path
         d="m 176.39059,652.79319 h -34.81733 c -1.396,0 -2.52667,1.12533 -2.52667,2.52133 v 13.11867 c 0,1.396 1.13067,2.52666 2.52667,2.52666 h 34.81733 c 1.396,0 2.52534,-1.13066 2.52534,-2.52666 v -13.11867 c 0,-1.396 -1.12934,-2.52133 -2.52534,-2.52133 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path180-9" /><text
         style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text186-1"
         x="145.75726"
         y="666.22919"><tspan
           id="tspan184-2"
           style="stroke-width:1.33333">fa.gz</tspan></text><path
         d="m 144.41593,638.43319 h 20.448 v 9.03733 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.42133 h -29.13066 z m 29.13066,41.01066 h -29.13066 v -8.50521 h 29.13066 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path188-7" /><path
         d="m 176.39059,704.78252 h -1.084 v -5.21867 c 0,-0.0307 -0.005,-0.0627 -0.005,-0.0987 -0.004,-0.20266 -0.0667,-0.412 -0.21333,-0.568 l -8.67734,-9.916 c 0,-0.005 -0.004,-0.005 -0.004,-0.005 -0.0533,-0.0573 -0.11466,-0.10399 -0.17733,-0.14666 -0.0213,-0.0147 -0.0373,-0.0253 -0.0573,-0.036 -0.0573,-0.0307 -0.11467,-0.0573 -0.172,-0.0733 -0.016,-0.005 -0.032,-0.009 -0.052,-0.02 -0.0627,-0.016 -0.13067,-0.0213 -0.19867,-0.0213 h -21.33333 c -0.97334,0 -1.76534,0.792 -1.76534,1.76533 v 14.33867 h -1.07733 c -1.396,0 -2.52667,1.12533 -2.52667,2.52133 v 13.12 c 0,1.396 1.13067,2.52533 2.52667,2.52533 h 1.07733 v 8.98001 c 0,0.97333 0.792,1.76533 1.76534,1.76533 h 29.13066 c 0.97467,0 1.76534,-0.792 1.76534,-1.76533 v -8.98001 h 1.07866 c 1.396,0 2.52534,-1.12933 2.52534,-2.52533 v -13.12 c 0,-1.396 -1.12934,-2.52133 -2.52534,-2.52133 z m -31.97466,-14.33867 h 20.448 v 9.032 c 0,0.48934 0.396,0.88534 0.88,0.88534 h 7.79733 v 4.42133 h -29.12533 z m 29.12533,41.00534 h -29.12547 v -8.5 h 29.12547 z"
         style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path202-6" /><path
         d="m 176.39059,704.78252 h -1.084 l -32.656,-0.005 h -1.08266 c -1.39067,0 -2.52134,1.13067 -2.52134,2.52667 v 13.12 c 0,1.396 1.13067,2.52533 2.52134,2.52533 h 34.82266 c 1.39067,0 2.52,-1.12933 2.52,-2.52533 v -13.12 c 0,-1.396 -1.12933,-2.52134 -2.52,-2.52134 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path204-2" /><text
         style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text210-6"
         x="145.75592"
         y="718.21851"><tspan
           id="tspan208-1"
           style="stroke-width:1.33333">fa.gz</tspan></text><path
         d="m 144.41593,690.42385 h 20.448 v 9.03067 c 0,0.48933 0.396,0.88533 0.88,0.88533 h 7.79733 v 4.42267 h -29.12533 z m 29.13066,41.00934 h -29.13066 v -8.504 h 29.12533 v 8.504 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path212-8" /></g><g
       id="g7217"
       transform="matrix(-1,0,0,1,222.21118,0)"><path
         d="m 134.53593,637.29852 c 0,0 -4.35334,1.088 -5.45334,5.844 -1.10933,4.796 3.74534,19.12533 0.0213,20.16667 l -6.71867,1.88"
         style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path226-3" /><path
         d="m 134.53593,693.07452 c 0,0 -4.35334,-1.088 -5.45334,-5.844 -1.10933,-4.79733 3.74534,-19.12 0.0213,-20.16133 l -6.71867,-1.88"
         style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path228-7" /></g></g><path
     d="m 211.01599,526.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path324" /><path
     d="m 211.01599,526.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path326" /><path
     d="m 492.59332,660.16667 h 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path328" /><path
     d="m 412.59332,660.16667 h 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path330" /><path
     d="m 412.59332,530.16667 h 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path332" /><path
     d="m 492.59332,530.16667 h 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path334" /><path
     d="m 732.59332,600.16667 h -30 c -14.90534,0 -29.45734,9.45867 -40,20 l -10,10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path336" /><path
     d="m 572.59332,660.16667 h 30 c 14.90666,0 29.45866,-9.4588 40,-20 l 10,-10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path338" /><path
     d="m 572.59332,530.16667 h 30 c 14.90666,0 29.45866,9.45867 40,20 l 10,10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path340" /><path
     d="m 732.59332,590.16667 h -30 c -14.90534,0 -29.45734,-9.45867 -40,-20 l -10,-10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path342" /><path
     d="m 412.59332,660.16667 h -30 c -14.90533,0 -29.45733,-9.4588 -40,-20 l -9.99999,-10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path346" /><path
     d="m 412.59332,530.16667 h -30 c -14.90533,0 -29.45733,9.45867 -40,20 l -9.99999,10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path348" /><g
     id="g7090"><path
       d="m 252.59333,600.16667 h 30 c 14.90666,0 29.45866,9.45867 40,20 l 10,10"
       style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path344" /><path
       d="m 252.59333,590.16667 h 30 c 14.90666,0 29.45866,-9.45867 40,-20 l 10,-10"
       style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path350" /></g><g
     id="g7086"
     transform="translate(-10.362416,-70.974755)"><path
       d="m 262.48391,678.74076 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path320-5" /><path
       d="m 262.48391,678.74076 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path322-9" /></g><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text356"
     x="366.82266"
     y="564.67865"><tspan
       x="366.82266 378.37466 388.15067 396.15067 400.59866 410.37466 414.82266 421.04666 429.94266 438.83865 448.61465"
       y="564.67865"
       id="tspan354"
       style="stroke-width:1.33333">Unzip reads</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text362"
     x="383.40933"
     y="582.388"><tspan
       x="383.40933 393.00931 402.60931 412.20932 421.80933 431.40933"
       y="582.388"
       id="tspan360"
       style="stroke-width:1.33333">gunzip</tspan></text><g
     id="g2017"><path
       d="m 399.71866,530.40667 c 0,-6.95866 5.64133,-12.6 12.59866,-12.6 6.95867,0 12.6,5.64134 12.6,12.6 0,6.95734 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59866,-5.64133 -12.59866,-12.59867 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path364" /><path
       d="m 399.71866,530.40667 c 0,-6.95866 5.64133,-12.6 12.59866,-12.6 6.95867,0 12.6,5.64134 12.6,12.6 0,6.95734 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59866,-5.64133 -12.59866,-12.59867 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path366" /></g><path
     d="M 773.39407,195.53601 V 393.5889"
     style="fill:none;stroke:#24b064;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path370" /><path
     d="M 783.32622,195.53601 V 393.5889"
     style="fill:none;stroke:#7eb2dd;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path374" /><path
     d="m 730.94798,338.06268 33.192,33.19733"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path376" /><path
     d="m 737.95865,330.99468 33.192,33.19333"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path378" /><path
     d="m 773.39065,393.58801 c 0,-8.37467 -3.328,-16.40533 -9.25067,-22.328"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path380" /><path
     d="m 783.32798,393.58801 c 0,-11.02533 -4.38,-21.604 -12.17733,-29.4"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path382" /><path
     d="m 728.70798,308.66668 c 0,8.37466 3.328,16.40666 9.25067,22.328"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path384" /><path
     d="m 718.70798,308.66668 c 0,11.02666 4.38,21.59866 12.17734,29.396"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path386" /><path
     d="m 773.30265,433.58801 v -40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path388" /><path
     d="m 783.32798,433.58801 v -40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path390" /><path
     d="M 769.11465,195.53601 V 155.53602"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path392" /><path
     d="M 779.11465,195.53601 V 155.53602"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path394" /><path
     d="m 773.30265,446.18801 c -6.95867,0 -12.6,-5.64134 -12.6,-12.6 0,-6.95733 5.64133,-12.59867 12.6,-12.59867 6.95733,0 12.59866,5.64134 12.59866,12.59867 0,6.95866 -5.64133,12.6 -12.59866,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path396" /><path
     d="m 773.30265,446.18801 c -6.95867,0 -12.6,-5.64134 -12.6,-12.6 0,-6.95733 5.64133,-12.59867 12.6,-12.59867 6.95733,0 12.59866,5.64134 12.59866,12.59867 0,6.95866 -5.64133,12.6 -12.59866,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path398" /><path
     d="M 763.41598,216.37468 V 195.53601"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path400" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406"
     x="51.173721"
     y="270.53067"><tspan
       id="tspan404"
       style="stroke-width:1.33333">Primers Removal</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412"
     x="142.37372"
     y="288.24002"><tspan
       x="142.37372 151.97372 161.57373 171.17372"
       y="288.24002"
       id="tspan410"
       style="stroke-width:1.33333">LIMA</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412-6"
     x="47.134659"
     y="366.22638"><tspan
       id="tspan410-2"
       style="stroke-width:1.33333">isoseq3 refine</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412-9"
     x="28.665909"
     y="448.11041"><tspan
       id="tspan410-1"
       style="stroke-width:1.33333">bamtools convert</tspan></text><path
     d="m 759.17198,108.58802 h 29.88"
     style="fill:none;stroke:#000000;stroke-width:9.99999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path414" /><path
     d="m 294.17199,258.30668 c 0,17.43867 -14.14133,31.57867 -31.57866,31.57867"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path416" /><path
     d="m 221.01599,321.46401 c 0,-17.43733 14.13467,-31.57866 31.57734,-31.57866"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path418" /><path
     d="m 723.81732,263.98935 33.25066,-33.25467"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path420" /><path
     d="m 708.70798,300.45868 c 0,-13.67733 5.432,-26.79733 15.10934,-36.46933"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path422" /><path
     d="m 757.01065,230.79201 c 4.04666,-4.04666 6.31733,-9.53066 6.31733,-15.256"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path424" /><path
     d="m 718.70798,300.45868 v 8.208"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path426" /><path
     d="m 708.70798,300.45868 v 8.208"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path428" /><path
     d="m 728.70798,300.45868 v 8.208"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path430" /><path
     d="m 718.70798,317.16134 c -6.95866,0 -12.59866,-5.64 -12.59866,-12.59866 0,-6.95867 5.64,-12.59867 12.59866,-12.59867 6.95867,0 12.59867,5.64 12.59867,12.59867 0,6.95866 -5.64,12.59866 -12.59867,12.59866 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path432" /><path
     d="m 718.70798,317.16134 c -6.95866,0 -12.59866,-5.64 -12.59866,-12.59866 0,-6.95867 5.64,-12.59867 12.59866,-12.59867 6.95867,0 12.59867,5.64 12.59867,12.59867 0,6.95866 -5.64,12.59866 -12.59867,12.59866 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path434" /><path
     d="m 774.13998,208.13601 c -6.952,0 -12.59333,-5.64133 -12.59333,-12.6 0,-6.95733 5.64133,-12.59866 12.59333,-12.59866 6.95867,0 12.6,5.64133 12.6,12.59866 0,6.95867 -5.64133,12.6 -12.6,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path436" /><path
     d="m 774.13998,208.13601 c -6.952,0 -12.59333,-5.64133 -12.59333,-12.6 0,-6.95733 5.64133,-12.59866 12.59333,-12.59866 6.95867,0 12.6,5.64133 12.6,12.59866 0,6.95867 -5.64133,12.6 -12.6,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path438" /><g
     id="g2021"><path
       d="m 585.19332,530.16667 c 0,6.95867 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59867,-5.64 -12.59867,-12.59867 0,-6.95866 5.64134,-12.59866 12.59867,-12.59866 6.95867,0 12.6,5.64 12.6,12.59866 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path440" /><path
       d="m 585.19332,530.16667 c 0,6.95867 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59867,-5.64 -12.59867,-12.59867 0,-6.95866 5.64134,-12.59866 12.59867,-12.59866 6.95867,0 12.6,5.64 12.6,12.59866 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path442" /></g><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text448"
     x="539.71063"
     y="564.67865"><tspan
       x="539.71063 553.03864 561.93463 571.71063 581.48663 585.93463 595.71063"
       y="564.67865"
       id="tspan446"
       style="stroke-width:1.33333">Mapping</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text456"
     x="519.7453"
     y="582.388"><tspan
       x="519.7453 529.34534 538.94531 548.54535 558.14532 567.7453 577.34534 586.94531 596.54529 606.14532 615.7453"
       y="582.388"
       id="tspan452"
       style="stroke-width:1.33333">uLTRA align</tspan><tspan
       x="454.2688 463.8688 473.46878 483.06879 492.66879 502.2688 511.86877 521.46881"
       y="615.40625"
       id="tspan454"
       style="stroke-width:1.33333">Minimap2</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text462"
     x="459.71066"
     y="634.09998"><tspan
       x="459.71066 473.03867 481.93466 491.71066 501.48666 505.93466 515.71063"
       y="634.09998"
       id="tspan460"
       style="stroke-width:1.33333">Mapping</tspan></text><path
     d="m 492.59332,687.53067 v -38.9052"
     style="fill:none;stroke:#ff9914;stroke-width:9.60997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path464" /><path
     d="m 513.93732,717.26507 h -1.328 v -6.39054 c 0,-0.0412 -0.005,-0.0824 -0.0107,-0.11986 0,-0.25467 -0.0827,-0.50414 -0.25466,-0.70254 l -10.64134,-12.15626 c 0,0 -0.005,0 -0.009,-0.005 -0.0627,-0.0683 -0.136,-0.1308 -0.21467,-0.1776 -0.0253,-0.0157 -0.0467,-0.0303 -0.072,-0.0464 -0.068,-0.036 -0.14133,-0.0683 -0.21333,-0.088 -0.0213,-0.005 -0.0373,-0.0161 -0.0573,-0.0161 -0.0787,-0.0161 -0.16267,-0.0319 -0.25067,-0.0319 h -26.14533 c -1.19334,0 -2.16667,0.96933 -2.16667,2.16253 v 17.57187 h -1.32267 c -1.70933,0 -3.09466,1.38546 -3.09466,3.0948 v 16.0828 c 0,1.70786 1.38533,3.09333 3.09466,3.09333 h 1.32267 v 11.0104 c 0,1.19373 0.97333,2.16667 2.16667,2.16667 h 35.708 c 1.192,0 2.16133,-0.97294 2.16133,-2.16667 V 739.536 h 1.32267 c 1.708,0 3.09466,-1.38547 3.09466,-3.09333 v -16.0828 c 0,-1.70934 -1.38666,-3.0948 -3.09466,-3.0948 z M 474.73999,699.6932 h 25.06666 v 11.07187 c 0,0.59893 0.48534,1.0844 1.084,1.0844 h 9.55734 v 5.4156 h -35.708 z m 35.708,50.2708 h -35.70787 v -10.42812 h 35.70787 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path466" /><path
     d="m 513.93732,717.26507 h -42.68667 c -1.70933,0 -3.08933,1.38546 -3.08933,3.0948 v 16.0828 c 0,1.70786 1.38,3.09333 3.08933,3.09333 h 42.68667 c 1.708,0 3.09333,-1.38547 3.09333,-3.09333 v -16.0828 c 0,-1.70934 -1.38533,-3.0948 -3.09333,-3.0948 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path468" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text474"
     x="474.56799"
     y="733.77545"><tspan
       x="474.56799 479.42654 487.53873 495.65091 500.50949"
       y="733.77545"
       id="tspan472"
       style="stroke-width:1.33333">fasta</tspan></text><path
     d="m 474.73999,699.66667 h 25.06666 v 11.07346 c 0,0.5984 0.48534,1.08227 1.084,1.08227 h 9.55734 v 5.42293 h -35.708 z m 35.708,50.2708 h -35.70787 v -10.42708 h 35.70787 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path476" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text482"
     x="465.06531"
     y="766.41614"><tspan
       x="465.06531 475.73117 483.35358 491.72998 500.10638 512.29395"
       y="766.41614"
       id="tspan480"
       style="stroke-width:1.33333">Genome</tspan></text><path
     d="m 479.99465,660.16667 c 0,-6.9588 5.64134,-12.59893 12.59867,-12.59893 6.95867,0 12.6,5.64013 12.6,12.59893 0,6.9588 -5.64133,12.5984 -12.6,12.5984 -6.95733,0 -12.59867,-5.6396 -12.59867,-12.5984 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path484" /><path
     d="m 479.99465,660.16667 c 0,-6.9588 5.64134,-12.59893 12.59867,-12.59893 6.95867,0 12.6,5.64013 12.6,12.59893 0,6.9588 -5.64133,12.5984 -12.6,12.5984 -6.95733,0 -12.59867,-5.6396 -12.59867,-12.5984 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path486" /><image
     width="272.31998"
     height="117.44"
     style="image-rendering:optimizeSpeed"
     preserveAspectRatio="none"
     id="image498"
     x="386.66666"
     y="174.66669" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3"
     x="73.845596"
     y="190.19548"><tspan
       id="tspan404-6"
       style="stroke-width:1.33333">Compute CCS</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3-7"
     x="18.290909"
     y="350.00543"><tspan
       id="tspan404-6-5"
       style="stroke-width:1.33333">Concatemer Removal</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3-7-3"
     x="4.6112213"
     y="431.332"><tspan
       id="tspan404-6-5-5"
       style="stroke-width:1.33333">Convert BAM to FASTA</tspan></text></svg>
VY 两个字母构成的具有新拟态风格的科技logo
github
github
Minimalist line-style web icon of a 3D printing workbench. Isometric view. A desktop 3D printer on a work table, with visible nozzle, print bed, and a partially printed object showing layered structure. Clean geometric lines, monochrome, no shading, no gradients, flat design, suitable for website UI icon or favicon, transparent or solid background.
Minimalist line-style web icon of a 3D printing workbench. Isometric view. A desktop 3D printer on a work table, with visible nozzle, print bed, and a partially printed object showing layered structure. Clean geometric lines, monochrome, no shading, no gradients, flat design, suitable for website UI icon or favicon, transparent or solid background.
雪人,有头和身体,身体是一个雪球,头部是一个雪球,身体不要2个雪球,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格,眼睛,胡萝卜鼻子
雪人,有头和身体,身体是一个雪球,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格
雪人,有头和身体,头戴红色棉帽子,身体上有黑色树枝做手,身体和头之间有红围脖,手绘风格
我想要生成一个漫画风格的校园生活,需要有一个主人公,发生在校园中进行羽毛球比赛的事情,画1张图片中包含4张邮连续性的小图片。第一幕是男主突然像打羽毛球,第二幕是男主和另外一个同学在体育馆打羽毛球,第三幕是男主赢得了比赛,第四幕是男主获得周围同学的欣赏。颜色用黑白加另外一种颜色即可。
基因双螺旋,荧光绿,AI感
图标设计,VS Code 文件图标,矢量 SVG 风格,尺寸 16×16 像素,极简科技风,无冗余装饰。核心元素:① 中心是 FDTD 仿真的标志性符号 —— 抽象的电磁波波形(正弦曲线极简线条),代表光场传播;② 背景填充均匀的 dash 虚线网格(细线条,格子间距紧凑),体现时域有限差分的网格离散特性;③ 右下角嵌入小写字母组合「phtd」,字体纤细、无衬线,与图标融合;④ 配色方案:主色为科技蓝(#1E88E5),网格为浅灰色(#E0E0E0),文字与波形同色,单色 / 双色简约设计,无渐变无阴影,适配编辑器图标显示规范。整体风格简洁清晰,辨识度高,放大缩小无模糊,符合代码编辑器图标美学。
基于现有的SVG修改,增加一个Entrypoint lima,输入文件与CCS相同,节点黑字为split ccs bam,绿字工具为picard splitsambynumberofreads

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   version="1.1"
   id="svg2"
   xml:space="preserve"
   width="988"
   height="772"
   viewBox="0 0 988 772"
   sodipodi:docname="Isoseq_pipeline_metro.svg"
   inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
   inkscape:export-filename="Isoseq_pipeline_metro.png"
   inkscape:export-xdpi="300"
   inkscape:export-ydpi="300"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
     id="namedview466"
     pagecolor="#505050"
     bordercolor="#ffffff"
     borderopacity="1"
     inkscape:pageshadow="0"
     inkscape:pageopacity="0"
     inkscape:pagecheckerboard="1"
     showgrid="false"
     inkscape:zoom="0.68237637"
     inkscape:cx="220.55277"
     inkscape:cy="433.04548"
     inkscape:current-layer="svg2"
     inkscape:showpageshadow="0"
     inkscape:deskcolor="#505050"
     inkscape:window-width="1920"
     inkscape:window-height="1052"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:window-maximized="1" /><defs
     id="defs6"><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath494"><path
         d="m 2900,3600 h 2040 v 880 H 2900 Z"
         id="path492" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath506"><path
         d="m 430,3120 h 70 v 20 h -70 z"
         id="path504" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath518"><path
         d="m 1080,3120 h 60 v 20 h -60 z"
         id="path516" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath530"><path
         d="m 1150,3120 h 70 v 20 h -70 z"
         id="path528" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath542"><path
         d="m 430,3050 h 350 v 70 H 430 Z"
         id="path540" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath554"><path
         d="m 790,3050 h 60 v 70 h -60 z"
         id="path552" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath566"><path
         d="m 940,3050 h 130 v 70 H 940 Z"
         id="path564" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath578"><path
         d="m 1080,3050 h 60 v 70 h -60 z"
         id="path576" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath590"><path
         d="m 1150,3050 h 210 v 70 h -210 z"
         id="path588" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath602"><path
         d="m 430,3040 h 350 v 10 H 430 Z"
         id="path600" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath614"><path
         d="m 790,3040 h 70 v 10 h -70 z"
         id="path612" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath626"><path
         d="m 940,3040 h 130 v 10 H 940 Z"
         id="path624" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath638"><path
         d="m 1080,3040 h 60 v 10 h -60 z"
         id="path636" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath650"><path
         d="m 1150,3040 h 210 v 10 h -210 z"
         id="path648" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath662"><path
         d="m 790,3020 h 60 v 20 h -60 z"
         id="path660" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath674"><path
         d="m 220,2520 h 70 v 10 h -70 z"
         id="path672" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath686"><path
         d="m 660,2520 h 60 v 10 h -60 z"
         id="path684" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath698"><path
         d="m 220,2510 h 70 v 10 h -70 z"
         id="path696" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath710"><path
         d="m 440,2510 h 60 v 10 h -60 z"
         id="path708" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath722"><path
         d="m 660,2510 h 60 v 10 h -60 z"
         id="path720" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath734"><path
         d="m 1300,2510 h 60 v 10 h -60 z"
         id="path732" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath746"><path
         d="m 220,2440 h 210 v 70 H 220 Z"
         id="path744" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath758"><path
         d="m 440,2440 h 130 v 70 H 440 Z"
         id="path756" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath770"><path
         d="m 580,2440 h 70 v 70 h -70 z"
         id="path768" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath782"><path
         d="m 660,2440 h 130 v 70 H 660 Z"
         id="path780" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath794"><path
         d="m 860,2440 h 70 v 70 h -70 z"
         id="path792" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath806"><path
         d="m 940,2440 h 280 v 70 H 940 Z"
         id="path804" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath818"><path
         d="m 1230,2440 h 60 v 70 h -60 z"
         id="path816" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath830"><path
         d="m 1300,2440 h 60 v 70 h -60 z"
         id="path828" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath842"><path
         d="m 220,2430 h 210 v 10 H 220 Z"
         id="path840" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath854"><path
         d="m 440,2430 h 130 v 10 H 440 Z"
         id="path852" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath866"><path
         d="m 580,2430 h 70 v 10 h -70 z"
         id="path864" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath878"><path
         d="m 660,2430 h 140 v 10 H 660 Z"
         id="path876" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath890"><path
         d="m 860,2430 h 70 v 10 h -70 z"
         id="path888" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath902"><path
         d="m 940,2430 h 280 v 10 H 940 Z"
         id="path900" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath914"><path
         d="m 1230,2430 h 60 v 10 h -60 z"
         id="path912" /></clipPath><clipPath
       clipPathUnits="userSpaceOnUse"
       id="clipPath926"><path
         d="m 1300,2430 h 60 v 10 h -60 z"
         id="path924" /></clipPath></defs><path
     d="M 0.3727595,771.77603 H 987.62724 V 0.223965 H 0.3727595 Z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path12" /><g
     id="g7082"
     transform="translate(-14.507382,-42.928154)"><rect
       style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:3.24635;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
       id="rect890"
       width="114.14889"
       height="56.060959"
       x="54.665562"
       y="87.977196"
       ry="10.103355" /><text
       style="font-variant:normal;font-weight:bold;font-size:18.6667px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text406-3-2"
       x="111.22959"
       y="109.08204"><tspan
         sodipodi:role="line"
         id="tspan805"
         x="111.22959"
         y="109.08204"
         style="font-size:18.6667px;text-align:center;text-anchor:middle">Entrypoint</tspan><tspan
         sodipodi:role="line"
         id="tspan807"
         x="111.22959"
         y="132.58566"
         style="font-size:18.6667px;text-align:center;text-anchor:middle">isoseq</tspan></text></g><g
     id="g7082-9"
     transform="translate(-25.213832,550.81379)"><g
       id="g7298"
       transform="translate(0,2.8269658)"><rect
         style="fill:#c8c8c8;fill-opacity:1;stroke:#000000;stroke-width:3.24635;stroke-linecap:butt;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1"
         id="rect890-7"
         width="114.14889"
         height="56.060959"
         x="54.665562"
         y="87.977196"
         ry="10.103355" /><text
         style="font-variant:normal;font-weight:bold;font-size:18.6667px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text406-3-2-3"
         x="111.22959"
         y="109.08204"><tspan
           sodipodi:role="line"
           id="tspan805-6"
           x="111.22959"
           y="109.08204"
           style="font-size:18.6667px;text-align:center;text-anchor:middle">Entrypoint</tspan><tspan
           sodipodi:role="line"
           id="tspan807-1"
           x="111.22959"
           y="132.58566"
           style="font-size:18.6667px;text-align:center;text-anchor:middle">map</tspan></text></g></g><path
     d="m 572.59398,449.07334 v 69.30024"
     style="fill:none;stroke:#24b064;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path14" /><path
     d="m 363.61083,436.47334 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7" /><path
     d="m 522.70566,436.47668 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1" /><path
     d="m 444.03383,436.47334 h 99.77665"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1-2" /><path
     d="M 571.40266,520.16667 H 618.0685"
     style="fill:none;stroke:#ff9914;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path16-7-1-2-7" /><g
     id="g988"
     transform="translate(-62.59614)"><path
       d="m 411.57866,428.62534 h -1.324 v -6.396 c 0,-0.036 -0.009,-0.0787 -0.009,-0.12 -0.005,-0.25466 -0.084,-0.5 -0.26133,-0.69733 l -10.64,-12.15733 c 0,-0.004 -0.005,-0.004 -0.005,-0.004 -0.0627,-0.0733 -0.136,-0.13067 -0.21334,-0.18267 -0.0267,-0.016 -0.0467,-0.032 -0.0733,-0.0413 -0.068,-0.0373 -0.14,-0.068 -0.21333,-0.0893 -0.0213,-0.0107 -0.036,-0.016 -0.0573,-0.02 -0.084,-0.0213 -0.16666,-0.032 -0.25066,-0.032 h -26.14534 c -1.192,0 -2.16666,0.96934 -2.16666,2.16134 v 17.57866 h -1.32267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.32267 v 11.00533 c 0,1.19733 0.97466,2.16667 2.16666,2.16667 h 35.70267 c 1.19333,0 2.16667,-0.96934 2.16667,-2.16667 v -11.00533 h 1.324 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08399 c 0,-1.708 -1.38533,-3.09334 -3.09333,-3.09334 z m -39.19334,-17.57333 h 25.06267 v 11.068 c 0,0.59867 0.484,1.08267 1.08267,1.08267 h 9.55733 v 5.42266 h -35.70267 z m 35.70267,50.26533 h -35.70267 v -10.42136 h 35.70267 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path18" /><path
       d="m 411.57866,428.62534 h -42.68267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 42.68267 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08399 c 0,-1.708 -1.38533,-3.09334 -3.09333,-3.09334 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path20" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text26"
       x="378.97333"
       y="443.45468"><tspan
         x="378.97333 387.88797 392.74652"
         y="443.45468"
         id="tspan24"
         style="stroke-width:1.33333">gtf</tspan></text><path
       d="m 372.38532,411.02668 h 25.06267 v 11.072 c 0,0.59866 0.484,1.084 1.08267,1.084 h 9.55733 v 5.416 h -35.70267 z m 35.70267,50.27066 h -35.70267 v -10.42812 h 35.70267 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path28" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text36"
       x="357.60266"
       y="478.33466"><tspan
         x="357.60266 367.50079 375.1232 379.68839 387.31079 392.64371 400.26611 408.64252 416.26489"
         y="478.33466"
         id="tspan32"
         style="stroke-width:1.33333">Reference</tspan><tspan
         x="354.5834 364.48154 372.85794 381.23434 389.61075 394.17593 401.79834 406.36356 410.17474 418.55115"
         y="496.68988"
         id="tspan34"
         style="stroke-width:1.33333">Annotation</tspan></text></g><g
     id="g1981"
     transform="translate(80)"><path
       d="m 505.19332,436.47334 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path38" /><path
       d="m 505.19332,436.47334 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path40" /></g><g
     id="g1809"
     transform="translate(80.009192)"><text
       style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text46"
       x="459.70267"
       y="394.31735"><tspan
         x="459.70267 464.15067 473.92667 483.70267 492.59866 501.49466 505.94266 515.71869"
         y="394.31735"
         id="tspan44"
         style="stroke-width:1.33333">Indexing</tspan></text><text
       style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text52"
       x="439.452"
       y="412.02667"><tspan
         x="439.452 449.052 458.65198 468.25198 477.85199 487.452 497.052 506.65198 516.25201 525.85199 535.45197"
         y="412.02667"
         id="tspan50"
         style="stroke-width:1.33333">uLTRA index</tspan></text></g><g
     id="g1083"
     transform="translate(-81.910735,-35.40368)"><path
       d="m 506.82806,471.87702 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path38-3" /><path
       d="m 506.82806,471.87702 c 0,6.95867 -5.64133,12.6 -12.6,12.6 -6.95733,0 -12.59867,-5.64133 -12.59867,-12.6 0,-6.952 5.64134,-12.59333 12.59867,-12.59333 6.95867,0 12.6,5.64133 12.6,12.59333 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path40-6" /></g><g
     id="g1809-3"
     transform="translate(-65.266818,-3.234375)"><g
       id="g1977"><g
         id="g2007"
         transform="translate(0,3.234375)"><g
           id="g2013"><text
             style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
             id="text46-5"
             x="461.452"
             y="394.31735"><tspan
               id="tspan44-6"
               style="stroke-width:1.33333">Sort</tspan></text><text
             style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
             id="text52-2"
             x="439.452"
             y="412.02667"><tspan
               id="tspan50-9"
               style="stroke-width:1.33333">gnu/sort</tspan></text></g></g></g></g><g
     id="g2030"
     transform="translate(23.424014)"><path
       d="m 655.00747,428.62534 h -1.32266 v -6.396 c 0,-0.036 -0.005,-0.0787 -0.0107,-0.12 -0.005,-0.25466 -0.084,-0.50533 -0.26133,-0.70266 l -10.63467,-12.152 c -0.005,-0.004 -0.005,-0.004 -0.0107,-0.004 -0.068,-0.0733 -0.14,-0.13067 -0.21866,-0.18267 -0.0213,-0.016 -0.0413,-0.0267 -0.068,-0.0413 -0.068,-0.0427 -0.14,-0.068 -0.21334,-0.0947 -0.0253,-0.005 -0.0413,-0.0147 -0.0573,-0.0147 -0.0827,-0.016 -0.16667,-0.032 -0.24933,-0.032 h -26.152 c -1.192,0 -2.16133,0.96934 -2.16133,2.16134 v 17.57866 h -1.32267 c -1.708,0 -3.09333,1.38 -3.09333,3.09334 v 16.08399 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.32267 v 11.00533 c 0,1.19733 0.96933,2.16667 2.16133,2.16667 h 35.70933 c 1.192,0 2.16667,-0.96934 2.16667,-2.16667 v -11.00533 h 1.32266 c 1.708,0 3.09334,-1.38534 3.09334,-3.09334 v -16.08399 c 0,-1.708 -1.38534,-3.09334 -3.09334,-3.09334 z m -39.19333,-17.57866 h 25.06267 v 11.07333 c 0,0.59867 0.484,1.08267 1.084,1.08267 h 9.55733 v 5.42266 h -35.704 z m 35.704,50.27066 h -35.7036 v -10.42656 h 35.7036 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path54" /><path
       d="m 655.00747,428.62534 h -1.32266 l -40.03733,-0.005 h -1.32267 c -1.708,0 -3.09333,1.38533 -3.09333,3.09333 V 447.803 c 0,1.70267 1.38533,3.088 3.09333,3.088 h 42.68266 c 1.708,0 3.09334,-1.38533 3.09334,-3.088 v -16.08933 c 0,-1.708 -1.38534,-3.088 -3.09334,-3.088 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path56" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text62"
       x="615.63953"
       y="445.13202"><tspan
         x="615.63953 620.49805 628.61023 636.72241 641.58099"
         y="445.13202"
         id="tspan60"
         style="stroke-width:1.33333">fasta</tspan></text><path
       d="m 615.81414,411.02668 h 25.06267 v 11.072 c 0,0.59466 0.484,1.07866 1.084,1.07866 h 9.55733 v 5.42134 h -35.704 z m 35.704,50.26533 h -35.7036 v -10.42292 h 35.7036 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path64" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text70"
       x="606.13684"
       y="477.77335"><tspan
         x="606.13684 616.80267 624.42511 632.80151 641.17792 653.36548"
         y="477.77335"
         id="tspan68"
         style="stroke-width:1.33333">Genome</tspan></text></g><path
     d="m 654.64717,488.58935 c 0,17.43733 -14.136,31.57733 -31.57867,31.57733"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path80" /><path
     d="m 654.64717,489.52135 v -5.932"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path76" /><path
     d="m 769.11465,113.58802 v 79.99999"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path82" /><path
     d="m 779.11465,113.58802 v 79.99999"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path84" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text90"
     x="268.284"
     y="246.20535"><tspan
       x="268.284 277.4281 282.76105 286.57224 298.75983 306.38223 311.71515"
       y="246.20535"
       id="tspan88"
       style="stroke-width:1.33333">Primers</tspan></text><path
     d="m 315.51599,196.56268 h -1.328 v -6.396 c 0,-0.036 -0.005,-0.0787 -0.0107,-0.12 0,-0.25467 -0.084,-0.5 -0.256,-0.69733 l -10.64,-12.156 c 0,-0.005 -0.005,-0.005 -0.0107,-0.005 -0.0627,-0.068 -0.13467,-0.13066 -0.21333,-0.18266 -0.0213,-0.016 -0.0467,-0.0267 -0.0733,-0.0413 -0.0667,-0.0373 -0.14,-0.068 -0.21333,-0.0893 -0.0213,-0.005 -0.036,-0.0147 -0.0573,-0.0147 -0.0773,-0.0213 -0.16134,-0.0373 -0.24934,-0.0373 h -26.14666 c -1.192,0 -2.16134,0.97467 -2.16134,2.16667 v 17.57333 h -1.328 c -1.708,0 -3.09333,1.38533 -3.09333,3.09333 v 16.084 c 0,1.708 1.38533,3.09334 3.09333,3.09334 h 1.328 v 11.01066 c 0,1.192 0.96934,2.16134 2.16134,2.16134 h 35.70933 c 1.192,0 2.16133,-0.96934 2.16133,-2.16134 v -11.01066 h 1.328 c 1.70267,0 3.088,-1.38534 3.088,-3.09334 v -16.084 c 0,-1.708 -1.38533,-3.09333 -3.088,-3.09333 z m -39.19866,-17.57333 h 25.068 v 11.07333 c 0,0.59333 0.484,1.07733 1.084,1.07733 h 9.55733 v 5.42267 h -35.70933 z m 35.70933,50.26533 h -35.70933 v -10.42136 h 35.70933 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path92" /><path
     d="m 315.51599,196.56268 h -42.688 c -1.708,0 -3.088,1.38533 -3.088,3.09333 v 16.084 c 0,1.708 1.38,3.09334 3.088,3.09334 h 42.688 c 1.708,0 3.09334,-1.38534 3.09334,-3.09334 v -16.084 c 0,-1.708 -1.38534,-3.09333 -3.09334,-3.09333 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path94" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text100"
     x="276.14667"
     y="213.07068"><tspan
       x="276.14667 281.00522 289.1174 297.22958 302.08817"
       y="213.07068"
       id="tspan98"
       style="stroke-width:1.33333">fasta</tspan></text><path
     d="m 276.31733,178.96401 h 25.068 v 11.072 c 0,0.6 0.484,1.084 1.084,1.084 h 9.55733 v 5.42134 h -35.70933 z m 35.70933,50.27067 h -35.70933 v -10.42812 h 35.70933 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path102" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text108"
     x="803.72266"
     y="428.34268"><tspan
       x="803.72266 816.17065 825.06665 834.84265 843.73865 848.18665 862.41064 872.18665 881.96265 890.85864 895.30664 904.20264 908.65063 917.54663 921.99463 930.89062 939.78662 949.56262 959.33862 963.78662 973.56262"
       y="428.34268"
       id="tspan106"
       style="stroke-width:1.33333">Gene models cleanning</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text114"
     x="803.90265"
     y="447.10666"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267 899.90265 909.50262 919.10266"
       y="447.10666"
       id="tspan112"
       style="stroke-width:1.33333">TAMA collapse</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text120"
     x="803.30933"
     y="300.81601"><tspan
       x="803.30933 813.08533 817.53333 826.42932 831.75732 836.20532 841.53333 845.98132 850.42932 859.32532 868.22131 872.66931 881.56531 890.4613 904.6853 914.4613 918.9093"
       y="300.81601"
       id="tspan118"
       style="stroke-width:1.33333">List files sample</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text126"
     x="803.90265"
     y="319.74533"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267 899.90265 909.50262 919.10266"
       y="319.74533"
       id="tspan124"
       style="stroke-width:1.33333">TAMA filelist</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text132"
     x="803.30933"
     y="190.78136"><tspan
       x="803.30933 816.63733 825.53333 831.75732 841.53333 845.98132 855.75732 865.53333 869.98132 878.87732 888.65332 898.42932 908.20532 913.53333 922.42932 927.75732 932.20532 941.98132 951.75732"
       y="190.78136"
       id="tspan130"
       style="stroke-width:1.33333">Merging annotations</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text138"
     x="803.90265"
     y="208.49068"><tspan
       x="803.90265 813.50262 823.10266 832.70264 842.30267 851.90265 861.50262 871.10266 880.70264 890.30267"
       y="208.49068"
       id="tspan136"
       style="stroke-width:1.33333">TAMA merge</tspan></text><path
     d="m 795.20265,24.740019 h -1.328 v -6.396 c 0,-0.03733 -0.005,-0.07867 -0.0107,-0.12 0,-0.254667 -0.0827,-0.5 -0.25467,-0.697333 l -10.64,-12.1573335 c -0.005,-0.00533 -0.005,-0.00533 -0.005,-0.00533 -0.068,-0.072 -0.14133,-0.1293334 -0.21867,-0.1813334 -0.0213,-0.016 -0.048,-0.032 -0.068,-0.042667 -0.068,-0.036 -0.14133,-0.066667 -0.21333,-0.088 -0.0213,-0.010667 -0.0427,-0.016 -0.0627,-0.021333 -0.0787,-0.02 -0.16133,-0.030667 -0.24533,-0.030667 h -26.15067 c -1.19333,0 -2.16133,0.9693333 -2.16133,2.1666666 V 24.740019 h -1.328 c -1.704,0 -3.08933,1.385333 -3.08933,3.093333 v 16.084 c 0,1.707999 1.38533,3.093333 3.08933,3.093333 h 1.328 v 11.010666 c 0,1.192 0.968,2.161333 2.16133,2.161333 h 35.708 c 1.19334,0 2.16134,-0.969333 2.16134,-2.161333 V 47.010685 h 1.328 c 1.70933,0 3.09466,-1.385334 3.09466,-3.093333 v -16.084 c 0,-1.708 -1.38533,-3.093333 -3.09466,-3.093333 z M 756.00531,7.1666858 h 25.068 V 18.234686 c 0,0.598666 0.484,1.082666 1.08267,1.082666 h 9.55733 v 5.422667 h -35.708 z m 35.708,50.2653322 h -35.7084 v -10.42136 h 35.7084 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path140" /><path
     d="m 795.20265,24.740019 h -42.68667 c -1.70933,0 -3.09467,1.385333 -3.09467,3.093333 v 16.084 c 0,1.707999 1.38534,3.093333 3.09467,3.093333 h 42.68667 c 1.70933,0 3.09466,-1.385334 3.09466,-3.093333 v -16.084 c 0,-1.708 -1.38533,-3.093333 -3.09466,-3.093333 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path142" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text148"
     x="760.31195"
     y="41.212017"><tspan
       x="760.31195 769.22662 777.33881"
       y="41.212017"
       id="tspan146"
       style="stroke-width:1.33333">bed</tspan></text><path
     d="m 756.00531,7.1400191 h 25.068 V 18.213352 c 0,0.598667 0.484,1.084 1.08267,1.084 h 9.55733 v 5.416 h -35.708 z m 35.708,50.2719989 h -35.7084 v -10.42812 h 35.7084 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path150" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text158"
     x="752.65863"
     y="73.750687"><tspan
       x="752.65863 756.46985 764.09222 772.46863 780.091 787.71344"
       y="73.750687"
       id="tspan154"
       style="stroke-width:1.33333">Isoseq</tspan><tspan
       x="734.3941 744.29224 752.66864 761.04504 769.42145 773.98669 781.60907 786.17426 789.98547 798.36188 806.73828"
       y="92.105881"
       id="tspan156"
       style="stroke-width:1.33333">Annotations</tspan></text><path
     d="m 769.17198,558.58801 c 0,17.44266 -14.14133,31.57866 -31.57867,31.57866"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path230" /><path
     d="m 779.17198,558.58801 c 0,22.96399 -18.61467,41.57866 -41.57867,41.57866"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path232" /><path
     d="m 769.17198,513.58801 v 40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path234" /><path
     d="m 779.17198,513.58801 v 40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path236" /><path
     d="m 769.17198,433.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path238" /><path
     d="m 779.17198,433.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path240" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text246"
     x="19.333332"
     y="508.34268"><tspan
       x="19.333332 30.885332 39.781334 54.005333 63.78133 72.67733 77.125336 86.901329 96.67733 101.12534 110.90134 120.67734 125.12534 134.02133 144.98123 149.42923 154.75723 163.65323 168.10126 172.54922"
       y="508.34268"
       id="tspan244"
       style="stroke-width:1.33333">Removing polyA tails</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text252"
     x="18.299465"
     y="527.10669"><tspan
       x="18.299465 27.899466 37.499466 47.099464 56.699463 66.299461 75.899467 85.499466 95.099464 104.69947 114.29946 123.89946 133.49947 143.09946 152.69946 162.29947 171.89946"
       y="527.10669"
       id="tspan250"
       style="stroke-width:1.33333">TAMA polyAcleanup</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text268"
     x="142.87059"
     y="207.99734"><tspan
       x="152.4706"
       id="tspan266"
       style="stroke-width:1.33333">CCS</tspan></text><path
     d="m 247.59333,590.16667 c -17.44267,0 -31.57734,-14.136 -31.57734,-31.57866"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path270" /><path
     d="m 221.01599,243.16135 c 0,-17.44267 14.13467,-31.57734 31.57734,-31.57734"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path272" /><path
     d="m 247.59333,600.16667 c -22.96267,0 -41.57734,-18.61467 -41.57734,-41.57866"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path274" /><path
     d="m 216.01599,113.58802 v 79.99999"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path276" /><path
     d="m 206.01599,113.58802 v 79.99999"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path278" /><path
     d="m 216.01599,513.58801 v 40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path280" /><path
     d="m 206.01599,513.58801 v 40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path282" /><path
     d="m 216.01599,433.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path284" /><path
     d="m 206.01599,433.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path286" /><path
     d="m 216.01599,353.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path288" /><path
     d="m 206.01599,353.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path290" /><path
     d="m 211.01599,273.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path292" /><path
     d="m 201.01599,273.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path294" /><path
     d="m 211.01599,193.58801 v 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path296" /><path
     d="m 201.01599,193.58801 v 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path298" /><path
     d="m 221.01599,246.46401 v 27.124"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path300" /><path
     d="m 221.01599,326.46401 v 27.124"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path302" /><path
     d="m 211.01599,206.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path304" /><path
     d="m 211.01599,206.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path306" /><path
     d="m 211.01599,286.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path308" /><path
     d="m 211.01599,286.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59866 12.59999,-12.59866 6.95734,0 12.59867,5.64133 12.59867,12.59866 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path310" /><path
     d="m 211.01599,366.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path312" /><path
     d="m 211.01599,366.18801 c -6.95866,0 -12.59999,-5.64133 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95867 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path314" /><path
     d="m 211.01599,446.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path316" /><path
     d="m 211.01599,446.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95733 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64134 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path318" /><g
     id="g7331"><path
       d="m 232.35466,34.317352 h -1.324 v -6.396 c 0,-0.036 -0.004,-0.07733 -0.009,-0.118667 0,-0.250666 -0.084,-0.5 -0.256,-0.698666 l -10.64,-12.156 c -0.005,-0.0053 -0.005,-0.0053 -0.0107,-0.0053 -0.0627,-0.07333 -0.136,-0.130667 -0.21333,-0.182667 -0.0267,-0.01467 -0.0467,-0.02533 -0.0733,-0.04133 -0.068,-0.036 -0.14,-0.068 -0.21333,-0.088 -0.0213,-0.01067 -0.036,-0.016 -0.0573,-0.02133 -0.0787,-0.02133 -0.16134,-0.03067 -0.25067,-0.03067 H 193.1617 c -1.192,0 -2.16133,0.973333 -2.16133,2.166666 v 17.572 h -1.328 c -1.708,0 -3.09334,1.385333 -3.09334,3.094666 v 16.082667 c 0,1.708 1.38534,3.093333 3.09334,3.093333 H 191 V 67.59872 c 0,1.193334 0.96933,2.161334 2.16133,2.161334 h 35.708 c 1.19333,0 2.16133,-0.968 2.16133,-2.161334 V 56.588018 h 1.32933 c 1.70267,0 3.088,-1.385333 3.088,-3.093333 V 37.412018 c 0,-1.709333 -1.38533,-3.094666 -3.088,-3.094666 z m -39.19333,-17.572 h 25.068 v 11.072 c 0,0.594667 0.484,1.078667 1.07733,1.078667 h 9.55733 v 5.421333 h -35.70266 z m 35.70266,50.265332 H 193.16133 V 56.588285 h 35.70266 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path160" /><path
       d="M 232.35466,34.317352 H 189.672 c -1.708,0 -3.09334,1.385333 -3.09334,3.094666 v 16.082667 c 0,1.708 1.38534,3.093333 3.09334,3.093333 h 42.68266 c 1.708,0 3.09333,-1.385333 3.09333,-3.093333 V 37.412018 c 0,-1.709333 -1.38533,-3.094666 -3.09333,-3.094666 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path162" /><text
       style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text168"
       x="199.16"
       y="49.302685"><tspan
         x="199.16 207.27219 215.38438"
         y="49.302685"
         id="tspan166"
         style="stroke-width:1.33333">csv</tspan></text><path
       d="m 193.16133,16.718686 h 25.068 v 11.073333 c 0,0.598666 0.484,1.082666 1.07733,1.082666 h 9.55733 v 5.422667 h -35.70266 z m 35.708,50.270665 h -35.708 V 56.562685 h 35.70266 v 10.426666 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path170" /><text
       style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text176"
       x="168.62933"
       y="83.960014"><tspan
         x="168.62933 177.77345 185.39584 197.58344 205.95984 209.77104 217.39343 225.01582 233.39221 241.0146 248.63699"
         y="83.960014"
         id="tspan174"
         style="stroke-width:1.33333">Samplesheet</tspan></text><path
       d="m 302.11999,29.776019 h -1.07866 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0147,-0.09867 0,-0.204 -0.068,-0.406666 -0.20933,-0.568 l -8.67734,-9.917333 c -0.004,-0.004 -0.004,-0.004 -0.004,-0.004 -0.0533,-0.05733 -0.11466,-0.105333 -0.17733,-0.146666 -0.0213,-0.016 -0.0373,-0.02533 -0.0573,-0.036 -0.0573,-0.032 -0.11467,-0.05733 -0.17734,-0.07333 -0.016,-0.0053 -0.0307,-0.01067 -0.0467,-0.016 -0.0627,-0.02 -0.13067,-0.02533 -0.204,-0.02533 h -21.328 c -0.97334,0 -1.76534,0.792 -1.76534,1.765333 v 14.338667 h -1.08266 c -1.39067,0 -2.52134,1.125333 -2.52134,2.521333 v 13.118666 c 0,1.396 1.13067,2.526667 2.52134,2.526667 h 1.08266 v 8.978666 c 0,0.974667 0.792,1.766667 1.76534,1.766667 h 29.12533 c 0.97467,0 1.76533,-0.792 1.76533,-1.766667 v -8.978666 h 1.084 c 1.39067,0 2.52,-1.130667 2.52,-2.526667 v -13.11867 c 0,-1.390667 -1.12933,-2.521333 -2.52,-2.521333 z M 270.14533,15.437352 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505213 h 29.13066 z"
       style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path178" /><path
       d="m 302.11999,29.776019 h -34.81733 c -1.396,0 -2.52667,1.125333 -2.52667,2.521333 v 13.118666 c 0,1.396 1.13067,2.526667 2.52667,2.526667 h 34.81733 c 1.396,0 2.52534,-1.130667 2.52534,-2.526667 V 32.297352 c 0,-1.396 -1.12934,-2.521333 -2.52534,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path180" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text186"
       x="271.48666"
       y="43.212017"><tspan
         x="271.48666 278.75894 285.37662"
         y="43.212017"
         id="tspan184"
         style="stroke-width:1.33333">bam</tspan></text><path
       d="m 270.14533,15.416019 h 20.448 v 9.037333 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.421333 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505214 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path188" /><path
       d="m 348.08799,29.776019 h -1.07733 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0107,-0.09867 -0.005,-0.204 -0.0733,-0.406666 -0.21333,-0.568 l -8.67734,-9.917333 c -0.005,-0.004 -0.005,-0.004 -0.005,-0.004 -0.052,-0.05733 -0.11467,-0.105333 -0.17733,-0.146666 -0.0147,-0.016 -0.0413,-0.02533 -0.0573,-0.036 -0.0573,-0.032 -0.11466,-0.05733 -0.172,-0.07333 -0.02,-0.0053 -0.0307,-0.01067 -0.0467,-0.016 -0.0667,-0.02 -0.13467,-0.02533 -0.20267,-0.02533 h -21.33333 c -0.97467,0 -1.76533,0.792 -1.76533,1.765333 v 14.338667 h -1.07867 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.118666 c 0,1.396 1.12933,2.526667 2.52533,2.526667 h 1.07867 v 8.978666 c 0,0.974667 0.79066,1.766667 1.76533,1.766667 h 29.13066 c 0.97334,0 1.76534,-0.792 1.76534,-1.766667 v -8.978666 h 1.07733 c 1.396,0 2.52667,-1.130667 2.52667,-2.526667 v -13.11867 c 0,-1.390667 -1.13067,-2.521333 -2.52667,-2.521333 z M 316.11466,15.437352 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505213 h 29.13066 z"
       style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path190" /><path
       d="m 348.08799,29.776019 h -34.81733 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.118666 c 0,1.396 1.12933,2.526667 2.52533,2.526667 h 34.81733 c 1.396,0 2.52667,-1.130667 2.52667,-2.526667 V 32.297352 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path192" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text198"
       x="321.28934"
       y="41.842686"><tspan
         x="321.28934 328.56161 335.83392"
         y="41.842686"
         id="tspan196"
         style="stroke-width:1.33333">pbi</tspan></text><path
       d="m 316.11466,15.416019 h 20.448 v 9.037333 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.421333 h -29.13066 z m 29.13066,41.010666 h -29.13066 v -8.505214 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path200" /><path
       d="m 302.11999,81.765351 h -1.084 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.005,-0.09867 -0.004,-0.202666 -0.0667,-0.412 -0.21333,-0.568 l -8.67734,-9.915999 c 0,-0.0053 -0.004,-0.0053 -0.004,-0.0053 -0.0533,-0.05733 -0.11466,-0.104 -0.17733,-0.146666 -0.0213,-0.01467 -0.0373,-0.02533 -0.0573,-0.036 -0.0573,-0.03067 -0.11467,-0.05733 -0.172,-0.07333 -0.016,-0.0053 -0.032,-0.0093 -0.052,-0.02 -0.0627,-0.016 -0.13067,-0.02133 -0.19867,-0.02133 h -21.33333 c -0.97334,0 -1.76534,0.792 -1.76534,1.765333 v 14.338667 h -1.07733 c -1.396,0 -2.52667,1.125333 -2.52667,2.521333 v 13.12 c 0,1.395999 1.13067,2.525333 2.52667,2.525333 h 1.07733 v 8.980005 c 0,0.97333 0.792,1.76533 1.76534,1.76533 h 29.13066 c 0.97467,0 1.76534,-0.792 1.76534,-1.76533 v -8.980005 h 1.07866 c 1.396,0 2.52534,-1.129334 2.52534,-2.525333 v -13.12 c 0,-1.396 -1.12934,-2.521333 -2.52534,-2.521333 z M 270.14533,67.426684 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88,0.885333 h 7.79733 v 4.421334 h -29.12533 z m 29.12533,41.005336 h -29.12547 v -8.500003 h 29.12547 z"
       style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path202" /><path
       d="m 302.11999,81.765351 h -1.084 l -32.656,-0.0053 h -1.08266 c -1.39067,0 -2.52134,1.130667 -2.52134,2.526667 v 13.12 c 0,1.395999 1.13067,2.525333 2.52134,2.525333 h 34.82266 c 1.39067,0 2.52,-1.129334 2.52,-2.525333 v -13.12 c 0,-1.396 -1.12933,-2.521333 -2.52,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path204" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text210"
       x="271.48532"
       y="95.201347"><tspan
         x="271.48532 278.75763 285.37531"
         y="95.201347"
         id="tspan208"
         style="stroke-width:1.33333">bam</tspan></text><path
       d="m 270.14533,67.406684 h 20.448 v 9.030667 c 0,0.489333 0.396,0.885333 0.88,0.885333 h 7.79733 v 4.422667 h -29.12533 z m 29.13066,41.009336 h -29.13066 v -8.504003 h 29.12533 v 8.504003 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path212" /><path
       d="m 348.08799,81.765351 h -1.07733 v -5.218667 c 0,-0.03067 -0.005,-0.06267 -0.0107,-0.09867 -0.005,-0.202666 -0.0733,-0.412 -0.21333,-0.568 l -8.67734,-9.915999 c -0.005,-0.0053 -0.005,-0.0053 -0.005,-0.0053 -0.052,-0.05733 -0.11467,-0.109333 -0.17733,-0.146666 -0.0147,-0.01467 -0.0413,-0.02533 -0.0573,-0.036 -0.0573,-0.03067 -0.11466,-0.05733 -0.172,-0.07333 -0.02,-0.0053 -0.0307,-0.0093 -0.0467,-0.02 -0.0667,-0.016 -0.13467,-0.02133 -0.20267,-0.02133 h -21.33333 c -0.97467,0 -1.76533,0.792 -1.76533,1.765333 v 14.338667 h -1.07867 c -1.396,0 -2.52533,1.125333 -2.52533,2.521333 v 13.12 c 0,1.395999 1.12933,2.525333 2.52533,2.525333 h 1.07867 v 8.980005 c 0,0.97333 0.79066,1.76533 1.76533,1.76533 h 29.13066 c 0.97334,0 1.76534,-0.792 1.76534,-1.76533 v -8.980005 h 1.07733 c 1.396,0 2.52667,-1.129334 2.52667,-2.525333 v -13.12 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z M 316.11466,67.426684 h 20.448 v 9.032 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.421334 h -29.13066 z m 29.13066,41.005336 h -29.13066 v -8.500003 h 29.13066 z"
       style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path214" /><path
       d="m 348.08799,81.765351 h -1.07733 l -32.66133,-0.0053 h -1.07867 c -1.396,0 -2.52533,1.130667 -2.52533,2.526667 v 13.12 c 0,1.395999 1.12933,2.525333 2.52533,2.525333 h 34.81733 c 1.396,0 2.52667,-1.129334 2.52667,-2.525333 v -13.12 c 0,-1.396 -1.13067,-2.521333 -2.52667,-2.521333 z"
       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path216" /><text
       style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
       id="text222"
       x="321.28934"
       y="93.832016"><tspan
         x="321.28934 328.56161 335.83392"
         y="93.832016"
         id="tspan220"
         style="stroke-width:1.33333">pbi</tspan></text><path
       d="m 316.11466,67.406684 h 20.448 v 9.030667 c 0,0.489333 0.396,0.885333 0.88533,0.885333 h 7.79733 v 4.422667 h -29.13066 z m 29.13066,41.009336 h -29.13066 v -8.504177 h 29.13066 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path224" /><path
       d="m 260.26533,14.281352 c 0,0 -4.35334,1.088 -5.45334,5.844 -1.10933,4.796 3.74534,19.125333 0.0213,20.166666 l -6.71867,1.88"
       style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path226" /><path
       d="m 260.26533,70.057351 c 0,0 -4.35334,-1.088 -5.45334,-5.844 -1.10933,-4.797333 3.74534,-19.119999 0.0213,-20.161333 l -6.71867,-1.88"
       style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path228" /><path
       d="m 211.01599,126.18802 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:none;stroke:#000000;stroke-width:12.598;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path320" /><path
       d="m 211.01599,126.18802 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path322" /></g><g
     id="g7241"
     transform="translate(118.13155,-15.543624)"><g
       id="g7213"
       transform="translate(51.610739)"><path
         d="m 106.62526,657.33452 h -1.324 v -6.396 c 0,-0.036 -0.004,-0.0773 -0.009,-0.11867 0,-0.25066 -0.084,-0.5 -0.256,-0.69866 l -10.639996,-12.156 c -0.005,-0.005 -0.005,-0.005 -0.0107,-0.005 -0.0627,-0.0733 -0.136,-0.13067 -0.21333,-0.18267 -0.0267,-0.0147 -0.0467,-0.0253 -0.0733,-0.0413 -0.068,-0.036 -0.14,-0.068 -0.21333,-0.088 -0.0213,-0.0107 -0.036,-0.016 -0.0573,-0.0213 -0.0787,-0.0213 -0.16134,-0.0307 -0.25067,-0.0307 h -26.14533 c -1.192,0 -2.16133,0.97333 -2.16133,2.16667 v 17.572 h -1.328 c -1.708,0 -3.09334,1.38533 -3.09334,3.09466 v 16.08267 c 0,1.708 1.38534,3.09333 3.09334,3.09333 h 1.32763 v 11.01067 c 0,1.19333 0.96933,2.16133 2.16133,2.16133 h 35.707996 c 1.19333,0 2.16133,-0.968 2.16133,-2.16133 v -11.0107 h 1.32933 c 1.70267,0 3.088,-1.38534 3.088,-3.09334 v -16.08266 c 0,-1.70934 -1.38533,-3.09467 -3.088,-3.09467 z m -39.193326,-17.572 h 25.068 v 11.072 c 0,0.59467 0.484,1.07867 1.07733,1.07867 h 9.557326 v 5.42133 H 67.431934 Z m 35.702656,50.26533 H 67.431934 v -10.4224 h 35.702656 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path160-3" /><path
         d="M 106.62526,657.33452 H 63.942604 c -1.708,0 -3.09334,1.38533 -3.09334,3.09467 v 16.08266 c 0,1.708 1.38534,3.09334 3.09334,3.09334 h 42.682656 c 1.708,0 3.09333,-1.38534 3.09333,-3.09334 v -16.08266 c 0,-1.70934 -1.38533,-3.09467 -3.09333,-3.09467 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path162-6" /><text
         style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text168-7"
         x="73.430611"
         y="672.31982"><tspan
           x="73.430611 81.542793 89.654991"
           y="672.31982"
           id="tspan166-5"
           style="stroke-width:1.33333">csv</tspan></text><path
         d="m 67.431934,639.73586 h 25.068 v 11.07333 c 0,0.59866 0.484,1.08266 1.07733,1.08266 h 9.557326 v 5.42267 H 67.431934 Z m 35.707996,50.27066 H 67.431934 v -10.42667 h 35.702656 v 10.42667 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path170-3" /><text
         style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text176-5"
         x="42.89994"
         y="706.97717"><tspan
           x="42.89994 52.04406 59.666451 71.854042 80.230446 84.041649 91.66404 99.28643 107.66282 115.28521 122.9076"
           y="706.97717"
           id="tspan174-6"
           style="stroke-width:1.33333">Samplesheet</tspan></text></g><g
       id="g7204"
       transform="translate(-95.75166)"><path
         d="m 176.39059,652.79319 h -1.07866 v -5.21867 c 0,-0.0307 -0.005,-0.0627 -0.0147,-0.0987 0,-0.204 -0.068,-0.40666 -0.20933,-0.568 l -8.67734,-9.91733 c -0.004,-0.004 -0.004,-0.004 -0.004,-0.004 -0.0533,-0.0573 -0.11466,-0.10533 -0.17733,-0.14667 -0.0213,-0.016 -0.0373,-0.0253 -0.0573,-0.036 -0.0573,-0.032 -0.11467,-0.0573 -0.17734,-0.0733 -0.016,-0.005 -0.0307,-0.0107 -0.0467,-0.016 -0.0627,-0.02 -0.13067,-0.0253 -0.204,-0.0253 h -21.328 c -0.97334,0 -1.76534,0.792 -1.76534,1.76534 v 14.33866 h -1.08266 c -1.39067,0 -2.52134,1.12534 -2.52134,2.52134 v 13.11866 c 0,1.396 1.13067,2.52667 2.52134,2.52667 h 1.08266 v 8.97867 c 0,0.97466 0.792,1.76666 1.76534,1.76666 h 29.12533 c 0.97467,0 1.76533,-0.792 1.76533,-1.76666 v -8.97867 h 1.084 c 1.39067,0 2.52,-1.13067 2.52,-2.52667 v -13.11867 c 0,-1.39067 -1.12933,-2.52133 -2.52,-2.52133 z m -31.97466,-14.33867 h 20.448 v 9.032 c 0,0.48933 0.396,0.88533 0.88533,0.88533 h 7.79733 v 4.42134 h -29.13066 z m 29.13066,41.01067 h -29.13066 v -8.50522 h 29.13066 z"
         style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path178-2" /><path
         d="m 176.39059,652.79319 h -34.81733 c -1.396,0 -2.52667,1.12533 -2.52667,2.52133 v 13.11867 c 0,1.396 1.13067,2.52666 2.52667,2.52666 h 34.81733 c 1.396,0 2.52534,-1.13066 2.52534,-2.52666 v -13.11867 c 0,-1.396 -1.12934,-2.52133 -2.52534,-2.52133 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path180-9" /><text
         style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text186-1"
         x="145.75726"
         y="666.22919"><tspan
           id="tspan184-2"
           style="stroke-width:1.33333">fa.gz</tspan></text><path
         d="m 144.41593,638.43319 h 20.448 v 9.03733 c 0,0.484 0.396,0.88 0.88533,0.88 h 7.79733 v 4.42133 h -29.13066 z m 29.13066,41.01066 h -29.13066 v -8.50521 h 29.13066 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path188-7" /><path
         d="m 176.39059,704.78252 h -1.084 v -5.21867 c 0,-0.0307 -0.005,-0.0627 -0.005,-0.0987 -0.004,-0.20266 -0.0667,-0.412 -0.21333,-0.568 l -8.67734,-9.916 c 0,-0.005 -0.004,-0.005 -0.004,-0.005 -0.0533,-0.0573 -0.11466,-0.10399 -0.17733,-0.14666 -0.0213,-0.0147 -0.0373,-0.0253 -0.0573,-0.036 -0.0573,-0.0307 -0.11467,-0.0573 -0.172,-0.0733 -0.016,-0.005 -0.032,-0.009 -0.052,-0.02 -0.0627,-0.016 -0.13067,-0.0213 -0.19867,-0.0213 h -21.33333 c -0.97334,0 -1.76534,0.792 -1.76534,1.76533 v 14.33867 h -1.07733 c -1.396,0 -2.52667,1.12533 -2.52667,2.52133 v 13.12 c 0,1.396 1.13067,2.52533 2.52667,2.52533 h 1.07733 v 8.98001 c 0,0.97333 0.792,1.76533 1.76534,1.76533 h 29.13066 c 0.97467,0 1.76534,-0.792 1.76534,-1.76533 v -8.98001 h 1.07866 c 1.396,0 2.52534,-1.12933 2.52534,-2.52533 v -13.12 c 0,-1.396 -1.12934,-2.52133 -2.52534,-2.52133 z m -31.97466,-14.33867 h 20.448 v 9.032 c 0,0.48934 0.396,0.88534 0.88,0.88534 h 7.79733 v 4.42133 h -29.12533 z m 29.12533,41.00534 h -29.12547 v -8.5 h 29.12547 z"
         style="fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path202-6" /><path
         d="m 176.39059,704.78252 h -1.084 l -32.656,-0.005 h -1.08266 c -1.39067,0 -2.52134,1.13067 -2.52134,2.52667 v 13.12 c 0,1.396 1.13067,2.52533 2.52134,2.52533 h 34.82266 c 1.39067,0 2.52,-1.12933 2.52,-2.52533 v -13.12 c 0,-1.396 -1.12933,-2.52134 -2.52,-2.52134 z"
         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path204-2" /><text
         style="font-variant:normal;font-weight:bold;font-size:11.9023px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
         id="text210-6"
         x="145.75592"
         y="718.21851"><tspan
           id="tspan208-1"
           style="stroke-width:1.33333">fa.gz</tspan></text><path
         d="m 144.41593,690.42385 h 20.448 v 9.03067 c 0,0.48933 0.396,0.88533 0.88,0.88533 h 7.79733 v 4.42267 h -29.12533 z m 29.13066,41.00934 h -29.13066 v -8.504 h 29.12533 v 8.504 z"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
         id="path212-8" /></g><g
       id="g7217"
       transform="matrix(-1,0,0,1,222.21118,0)"><path
         d="m 134.53593,637.29852 c 0,0 -4.35334,1.088 -5.45334,5.844 -1.10933,4.796 3.74534,19.12533 0.0213,20.16667 l -6.71867,1.88"
         style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path226-3" /><path
         d="m 134.53593,693.07452 c 0,0 -4.35334,-1.088 -5.45334,-5.844 -1.10933,-4.79733 3.74534,-19.12 0.0213,-20.16133 l -6.71867,-1.88"
         style="fill:none;stroke:#000000;stroke-width:1.25549;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         id="path228-7" /></g></g><path
     d="m 211.01599,526.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path324" /><path
     d="m 211.01599,526.18801 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path326" /><path
     d="m 492.59332,660.16667 h 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path328" /><path
     d="m 412.59332,660.16667 h 80"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path330" /><path
     d="m 412.59332,530.16667 h 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path332" /><path
     d="m 492.59332,530.16667 h 80"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path334" /><path
     d="m 732.59332,600.16667 h -30 c -14.90534,0 -29.45734,9.45867 -40,20 l -10,10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path336" /><path
     d="m 572.59332,660.16667 h 30 c 14.90666,0 29.45866,-9.4588 40,-20 l 10,-10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path338" /><path
     d="m 572.59332,530.16667 h 30 c 14.90666,0 29.45866,9.45867 40,20 l 10,10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path340" /><path
     d="m 732.59332,590.16667 h -30 c -14.90534,0 -29.45734,-9.45867 -40,-20 l -10,-10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path342" /><path
     d="m 412.59332,660.16667 h -30 c -14.90533,0 -29.45733,-9.4588 -40,-20 l -9.99999,-10"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path346" /><path
     d="m 412.59332,530.16667 h -30 c -14.90533,0 -29.45733,9.45867 -40,20 l -9.99999,10"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path348" /><g
     id="g7090"><path
       d="m 252.59333,600.16667 h 30 c 14.90666,0 29.45866,9.45867 40,20 l 10,10"
       style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path344" /><path
       d="m 252.59333,590.16667 h 30 c 14.90666,0 29.45866,-9.45867 40,-20 l 10,-10"
       style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path350" /></g><g
     id="g7086"
     transform="translate(-10.362416,-70.974755)"><path
       d="m 262.48391,678.74076 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path320-5" /><path
       d="m 262.48391,678.74076 c -6.95866,0 -12.59999,-5.64134 -12.59999,-12.6 0,-6.95734 5.64133,-12.59867 12.59999,-12.59867 6.95734,0 12.59867,5.64133 12.59867,12.59867 0,6.95866 -5.64133,12.6 -12.59867,12.6 z"
       style="fill:#c8c8c8;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path322-9" /></g><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text356"
     x="366.82266"
     y="564.67865"><tspan
       x="366.82266 378.37466 388.15067 396.15067 400.59866 410.37466 414.82266 421.04666 429.94266 438.83865 448.61465"
       y="564.67865"
       id="tspan354"
       style="stroke-width:1.33333">Unzip reads</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text362"
     x="383.40933"
     y="582.388"><tspan
       x="383.40933 393.00931 402.60931 412.20932 421.80933 431.40933"
       y="582.388"
       id="tspan360"
       style="stroke-width:1.33333">gunzip</tspan></text><g
     id="g2017"><path
       d="m 399.71866,530.40667 c 0,-6.95866 5.64133,-12.6 12.59866,-12.6 6.95867,0 12.6,5.64134 12.6,12.6 0,6.95734 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59866,-5.64133 -12.59866,-12.59867 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path364" /><path
       d="m 399.71866,530.40667 c 0,-6.95866 5.64133,-12.6 12.59866,-12.6 6.95867,0 12.6,5.64134 12.6,12.6 0,6.95734 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59866,-5.64133 -12.59866,-12.59867 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path366" /></g><path
     d="M 773.39407,195.53601 V 393.5889"
     style="fill:none;stroke:#24b064;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path370" /><path
     d="M 783.32622,195.53601 V 393.5889"
     style="fill:none;stroke:#7eb2dd;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path374" /><path
     d="m 730.94798,338.06268 33.192,33.19733"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path376" /><path
     d="m 737.95865,330.99468 33.192,33.19333"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path378" /><path
     d="m 773.39065,393.58801 c 0,-8.37467 -3.328,-16.40533 -9.25067,-22.328"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path380" /><path
     d="m 783.32798,393.58801 c 0,-11.02533 -4.38,-21.604 -12.17733,-29.4"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path382" /><path
     d="m 728.70798,308.66668 c 0,8.37466 3.328,16.40666 9.25067,22.328"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path384" /><path
     d="m 718.70798,308.66668 c 0,11.02666 4.38,21.59866 12.17734,29.396"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path386" /><path
     d="m 773.30265,433.58801 v -40"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path388" /><path
     d="m 783.32798,433.58801 v -40"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path390" /><path
     d="M 769.11465,195.53601 V 155.53602"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path392" /><path
     d="M 779.11465,195.53601 V 155.53602"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path394" /><path
     d="m 773.30265,446.18801 c -6.95867,0 -12.6,-5.64134 -12.6,-12.6 0,-6.95733 5.64133,-12.59867 12.6,-12.59867 6.95733,0 12.59866,5.64134 12.59866,12.59867 0,6.95866 -5.64133,12.6 -12.59866,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path396" /><path
     d="m 773.30265,446.18801 c -6.95867,0 -12.6,-5.64134 -12.6,-12.6 0,-6.95733 5.64133,-12.59867 12.6,-12.59867 6.95733,0 12.59866,5.64134 12.59866,12.59867 0,6.95866 -5.64133,12.6 -12.59866,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path398" /><path
     d="M 763.41598,216.37468 V 195.53601"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path400" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406"
     x="51.173721"
     y="270.53067"><tspan
       id="tspan404"
       style="stroke-width:1.33333">Primers Removal</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412"
     x="142.37372"
     y="288.24002"><tspan
       x="142.37372 151.97372 161.57373 171.17372"
       y="288.24002"
       id="tspan410"
       style="stroke-width:1.33333">LIMA</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412-6"
     x="47.134659"
     y="366.22638"><tspan
       id="tspan410-2"
       style="stroke-width:1.33333">isoseq3 refine</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text412-9"
     x="28.665909"
     y="448.11041"><tspan
       id="tspan410-1"
       style="stroke-width:1.33333">bamtools convert</tspan></text><path
     d="m 759.17198,108.58802 h 29.88"
     style="fill:none;stroke:#000000;stroke-width:9.99999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path414" /><path
     d="m 294.17199,258.30668 c 0,17.43867 -14.14133,31.57867 -31.57866,31.57867"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path416" /><path
     d="m 221.01599,321.46401 c 0,-17.43733 14.13467,-31.57866 31.57734,-31.57866"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path418" /><path
     d="m 723.81732,263.98935 33.25066,-33.25467"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path420" /><path
     d="m 708.70798,300.45868 c 0,-13.67733 5.432,-26.79733 15.10934,-36.46933"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path422" /><path
     d="m 757.01065,230.79201 c 4.04666,-4.04666 6.31733,-9.53066 6.31733,-15.256"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path424" /><path
     d="m 718.70798,300.45868 v 8.208"
     style="fill:none;stroke:#24b064;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path426" /><path
     d="m 708.70798,300.45868 v 8.208"
     style="fill:none;stroke:#ff9914;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path428" /><path
     d="m 728.70798,300.45868 v 8.208"
     style="fill:none;stroke:#7eb2dd;stroke-width:9.99999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path430" /><path
     d="m 718.70798,317.16134 c -6.95866,0 -12.59866,-5.64 -12.59866,-12.59866 0,-6.95867 5.64,-12.59867 12.59866,-12.59867 6.95867,0 12.59867,5.64 12.59867,12.59867 0,6.95866 -5.64,12.59866 -12.59867,12.59866 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path432" /><path
     d="m 718.70798,317.16134 c -6.95866,0 -12.59866,-5.64 -12.59866,-12.59866 0,-6.95867 5.64,-12.59867 12.59866,-12.59867 6.95867,0 12.59867,5.64 12.59867,12.59867 0,6.95866 -5.64,12.59866 -12.59867,12.59866 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path434" /><path
     d="m 774.13998,208.13601 c -6.952,0 -12.59333,-5.64133 -12.59333,-12.6 0,-6.95733 5.64133,-12.59866 12.59333,-12.59866 6.95867,0 12.6,5.64133 12.6,12.59866 0,6.95867 -5.64133,12.6 -12.6,12.6 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path436" /><path
     d="m 774.13998,208.13601 c -6.952,0 -12.59333,-5.64133 -12.59333,-12.6 0,-6.95733 5.64133,-12.59866 12.59333,-12.59866 6.95867,0 12.6,5.64133 12.6,12.59866 0,6.95867 -5.64133,12.6 -12.6,12.6 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path438" /><g
     id="g2021"><path
       d="m 585.19332,530.16667 c 0,6.95867 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59867,-5.64 -12.59867,-12.59867 0,-6.95866 5.64134,-12.59866 12.59867,-12.59866 6.95867,0 12.6,5.64 12.6,12.59866 z"
       style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
       id="path440" /><path
       d="m 585.19332,530.16667 c 0,6.95867 -5.64133,12.59867 -12.6,12.59867 -6.95733,0 -12.59867,-5.64 -12.59867,-12.59867 0,-6.95866 5.64134,-12.59866 12.59867,-12.59866 6.95867,0 12.6,5.64 12.6,12.59866 z"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
       id="path442" /></g><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text448"
     x="539.71063"
     y="564.67865"><tspan
       x="539.71063 553.03864 561.93463 571.71063 581.48663 585.93463 595.71063"
       y="564.67865"
       id="tspan446"
       style="stroke-width:1.33333">Mapping</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Mono';-inkscape-font-specification:LiberationMono-Bold;writing-mode:lr-tb;fill:#24b064;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text456"
     x="519.7453"
     y="582.388"><tspan
       x="519.7453 529.34534 538.94531 548.54535 558.14532 567.7453 577.34534 586.94531 596.54529 606.14532 615.7453"
       y="582.388"
       id="tspan452"
       style="stroke-width:1.33333">uLTRA align</tspan><tspan
       x="454.2688 463.8688 473.46878 483.06879 492.66879 502.2688 511.86877 521.46881"
       y="615.40625"
       id="tspan454"
       style="stroke-width:1.33333">Minimap2</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text462"
     x="459.71066"
     y="634.09998"><tspan
       x="459.71066 473.03867 481.93466 491.71066 501.48666 505.93466 515.71063"
       y="634.09998"
       id="tspan460"
       style="stroke-width:1.33333">Mapping</tspan></text><path
     d="m 492.59332,687.53067 v -38.9052"
     style="fill:none;stroke:#ff9914;stroke-width:9.60997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path464" /><path
     d="m 513.93732,717.26507 h -1.328 v -6.39054 c 0,-0.0412 -0.005,-0.0824 -0.0107,-0.11986 0,-0.25467 -0.0827,-0.50414 -0.25466,-0.70254 l -10.64134,-12.15626 c 0,0 -0.005,0 -0.009,-0.005 -0.0627,-0.0683 -0.136,-0.1308 -0.21467,-0.1776 -0.0253,-0.0157 -0.0467,-0.0303 -0.072,-0.0464 -0.068,-0.036 -0.14133,-0.0683 -0.21333,-0.088 -0.0213,-0.005 -0.0373,-0.0161 -0.0573,-0.0161 -0.0787,-0.0161 -0.16267,-0.0319 -0.25067,-0.0319 h -26.14533 c -1.19334,0 -2.16667,0.96933 -2.16667,2.16253 v 17.57187 h -1.32267 c -1.70933,0 -3.09466,1.38546 -3.09466,3.0948 v 16.0828 c 0,1.70786 1.38533,3.09333 3.09466,3.09333 h 1.32267 v 11.0104 c 0,1.19373 0.97333,2.16667 2.16667,2.16667 h 35.708 c 1.192,0 2.16133,-0.97294 2.16133,-2.16667 V 739.536 h 1.32267 c 1.708,0 3.09466,-1.38547 3.09466,-3.09333 v -16.0828 c 0,-1.70934 -1.38666,-3.0948 -3.09466,-3.0948 z M 474.73999,699.6932 h 25.06666 v 11.07187 c 0,0.59893 0.48534,1.0844 1.084,1.0844 h 9.55734 v 5.4156 h -35.708 z m 35.708,50.2708 h -35.70787 v -10.42812 h 35.70787 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path466" /><path
     d="m 513.93732,717.26507 h -42.68667 c -1.70933,0 -3.08933,1.38546 -3.08933,3.0948 v 16.0828 c 0,1.70786 1.38,3.09333 3.08933,3.09333 h 42.68667 c 1.708,0 3.09333,-1.38547 3.09333,-3.09333 v -16.0828 c 0,-1.70934 -1.38533,-3.0948 -3.09333,-3.0948 z"
     style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path468" /><text
     style="font-variant:normal;font-weight:bold;font-size:14.5903px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text474"
     x="474.56799"
     y="733.77545"><tspan
       x="474.56799 479.42654 487.53873 495.65091 500.50949"
       y="733.77545"
       id="tspan472"
       style="stroke-width:1.33333">fasta</tspan></text><path
     d="m 474.73999,699.66667 h 25.06666 v 11.07346 c 0,0.5984 0.48534,1.08227 1.084,1.08227 h 9.55734 v 5.42293 h -35.708 z m 35.708,50.2708 h -35.70787 v -10.42708 h 35.70787 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path476" /><text
     style="font-variant:normal;font-weight:bold;font-size:13.7093px;font-family:Arimo;-inkscape-font-specification:Arimo-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text482"
     x="465.06531"
     y="766.41614"><tspan
       x="465.06531 475.73117 483.35358 491.72998 500.10638 512.29395"
       y="766.41614"
       id="tspan480"
       style="stroke-width:1.33333">Genome</tspan></text><path
     d="m 479.99465,660.16667 c 0,-6.9588 5.64134,-12.59893 12.59867,-12.59893 6.95867,0 12.6,5.64013 12.6,12.59893 0,6.9588 -5.64133,12.5984 -12.6,12.5984 -6.95733,0 -12.59867,-5.6396 -12.59867,-12.5984 z"
     style="fill:none;stroke:#000000;stroke-width:12.5984;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
     id="path484" /><path
     d="m 479.99465,660.16667 c 0,-6.9588 5.64134,-12.59893 12.59867,-12.59893 6.95867,0 12.6,5.64013 12.6,12.59893 0,6.9588 -5.64133,12.5984 -12.6,12.5984 -6.95733,0 -12.59867,-5.6396 -12.59867,-12.5984 z"
     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.133333"
     id="path486" /><image
     width="272.31998"
     height="117.44"
     style="image-rendering:optimizeSpeed"
     preserveAspectRatio="none"
     id="image498"
     x="386.66666"
     y="174.66669" /><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3"
     x="73.845596"
     y="190.19548"><tspan
       id="tspan404-6"
       style="stroke-width:1.33333">Compute CCS</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3-7"
     x="18.290909"
     y="350.00543"><tspan
       id="tspan404-6-5"
       style="stroke-width:1.33333">Concatemer Removal</tspan></text><text
     style="font-variant:normal;font-weight:bold;font-size:16px;font-family:'Liberation Sans';-inkscape-font-specification:LiberationSans-Bold;writing-mode:lr-tb;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.33333"
     id="text406-3-7-3"
     x="4.6112213"
     y="431.332"><tspan
       id="tspan404-6-5-5"
       style="stroke-width:1.33333">Convert BAM to FASTA</tspan></text></svg>
VY 两个字母构成的具有新拟态风格的科技logo
github
github
Minimalist line-style web icon of a 3D printing workbench. Isometric view. A desktop 3D printer on a work table, with visible nozzle, print bed, and a partially printed object showing layered structure. Clean geometric lines, monochrome, no shading, no gradients, flat design, suitable for website UI icon or favicon, transparent or solid background.
Minimalist line-style web icon of a 3D printing workbench. Isometric view. A desktop 3D printer on a work table, with visible nozzle, print bed, and a partially printed object showing layered structure. Clean geometric lines, monochrome, no shading, no gradients, flat design, suitable for website UI icon or favicon, transparent or solid background.

Features

Our AI platform makes creating SVG graphics faster and easier than ever before.

Lightning Fast

Generate professional-quality SVG graphics instantly, not hours.

Fully Editable

All generated SVGs are fully editable in any vector editing software.

Easy Export

Download your creations with one click, in SVG, PNG, or other formats.

How It Works

Create beautiful SVG graphics in three simple steps.

1

Describe Your Idea

Enter a detailed description of the graphic you want to create. The more specific, the better.

2

AI Generation

Our AI analyzes your description and generates multiple SVG options for you to choose from.

3

Download & Edit

Select your favorite design, download it, and make any final adjustments.

Pricing Plans

Choose the perfect plan for your design needs.

Use Promo Code

Basic

For occasional use.

$7/ mth

Billed Yearly

  • 100 SVG generations per month
  • All styles
  • Vector export
  • Commercial Use License
  • Email support

Pro

For professional designers.

$15/ mth

Billed Yearly

  • 500 SVG generations per month
  • All styles
  • Vector export
  • Commercial Use License
  • Email support

Premium

For teams and businesses.

$29/ mth

Billed Yearly

  • 3000 SVG generations per month
  • All styles
  • Vector export
  • Commercial Use License
  • Email support

Ready to Get Started?

Join thousands of designers already using SVGX to create stunning SVG graphics.

Free Trial

Frequently Asked Questions

Some common questions about SVGX to help you better understand our product

What is SVGX?

SVGX is an AI-powered SVG vector graphics generation tool that allows users to create professional-level SVG icons, logos, and illustrations through simple text descriptions. Our technology uses advanced artificial intelligence models to transform your ideas into vector graphics that are ready to use immediately.

Do I need design skills to use SVGX?

No! SVGX was designed to allow anyone to create professional-level vector graphics, regardless of whether they have a design background. You just need to describe the graphic you want, and the AI will generate it for you. Of course, if you are a professional designer, SVGX can also serve as a powerful tool in your workflow, helping you realize your ideas faster.

Can the generated SVG files be used commercially?

Yes, all SVG files generated through SVGX can be used for commercial purposes. Once you create and download a graphic, you have full usage rights to that graphic. Our Professional and Enterprise plans also offer broader commercial usage rights and bulk generation capabilities.

Is SVGX free?

Yes, SVGX is free for new user registration, and each new user receives 10 credit points upon registration. If you need more credit points, you'll need to obtain them through a paid subscription.

What export formats does SVGX support?

SVGX primarily generates files in SVG format, which is a scalable vector graphics format suitable for display at any size. The SVG format also supports arbitrary editing of elements (zooming, color modification, rotation) and other features.

How can I get the best generation results?

To get the best results, describe the graphic you want in as much detail as possible. Include details such as character features, scene elements, states, etc. For example, instead of just saying 'a logo', say 'a minimalist coffee shop logo using blue and green, with a coffee cup and bean pattern'.

Have other questions?

Contact our support team