Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ldenti committed Nov 25, 2019
1 parent 67af858 commit 8c0e982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ genome-wide analyses), install:
On an ubuntu system (18.04), the following commands suffice:
```bash
sudo apt-get update
sudo apt-get install build-essential git python3 python3-pip python3-setuptools python3-biopython python3-biopython-sql python3-pysam cmake libboost1.65-all-dev samtools unzip wget curl zlib1g-dev liblzma-dev libjemalloc-dev libjemalloc1 libghc-bzlib-dev
sudo apt-get install build-essential git python3 python3-pip python3-setuptools python3-biopython python3-biopython-sql python3-pysam cmake libboost1.65-all-dev samtools unzip wget curl zlib1g-dev liblzma-dev libjemalloc-dev libjemalloc1 libghc-bzlib-dev libgff-dev libtbb-dev
pip3 install --user gffutils
```

Expand Down Expand Up @@ -180,7 +180,7 @@ grep "CG13375" Drosophila_melanogaster.BDGP6.91.chr.gtf > input/annotation.gtf
rm Drosophila_melanogaster.BDGP6.91.chr.gtf

# Run ASGAL
../asgal -g input/genome.fa -a input/annotation.gtf -s input/sample_1.fasta -o CG13375
../asgal -g input/genome.fa -a input/annotation.gtf -s input/sample_1.fa -o CG13375
```

We should obtain a novel _exon skipping_ events:
Expand Down
2 changes: 1 addition & 1 deletion docs/genomewide.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ Then, you can run asgal in genome-wide mode with:
docker run -v "$PWD"/asgalgw_data:/data algolab/asgal
```

You will find the output in the folder `input/output/`.
You will find the output in the folder `./asgalgw_data/output/`.

0 comments on commit 8c0e982

Please sign in to comment.