{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## When you have technical replicates in a data set" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "import ipyrad as ip" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#### Test 1: check if they assemble as replicates (i.e., do not merge them)" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "New Assembly: d1\n" ] }, { "data": { "text/plain": [ ">" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "d1 = ip.Assembly(\"d1\")\n", "d1.set_params(\"\")" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.4" } }, "nbformat": 4, "nbformat_minor": 2 }