Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yichao authored and Yichao committed Sep 6, 2024
1 parent 3ced179 commit e20064f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/content/Linux_Art/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ Commonly used python libraries

.. code:: bash
import matplotlib
matplotlib.rcParams['pdf.fonttype'] = 42
matplotlib.rcParams['ps.fonttype'] = 42
import pandas as pd
import numpy as np
import scipy.stats as sts
Expand All @@ -61,6 +58,12 @@ Commonly used python libraries
from Levenshtein import distance
pd.options.display.max_columns = 100
pd.options.display.max_rows = 100
import matplotlib
matplotlib.rcParams['pdf.fonttype'] = 42
matplotlib.rcParams['ps.fonttype'] = 42
import warnings
warnings.filterwarnings("ignore")
Ignore python warning

Expand Down
10 changes: 10 additions & 0 deletions docs/content/NGS_pipelines/atac_starr_seq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ Usage
run_lsf.py -f fastq.tsv -p atac_starr_seq --MAPQ 0 --macs_genome hs -g hg19
For custom genome
----------------

.. code:: bash
run_lsf.py -f fastq.tsv -p atac_starr_seq --MAPQ 0 --macs_genome hs -g custom --bowtie2_index YOUR_PATH
Applies to any ``-p`` pipelines below.



For strand separated results, run:
----------------------------------
Expand Down

0 comments on commit e20064f

Please sign in to comment.