Skip to content

Commit

Permalink
merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
tdayris-perso committed Nov 21, 2024
2 parents c547c76 + 9673dad commit 65ab0b1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 27 deletions.
3 changes: 1 addition & 2 deletions 2024/ebaiin1/chip-seq/hands-on/hands-on.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Your directory structure should be like this
```
3. Get FastQC available in your environment
```{bash eval=FALSE}
module load fastqc/0.12.1
module load fastqc/0.11.9
```
4. Check the help page of the program to see its usage and parameters.

Expand Down Expand Up @@ -274,7 +274,6 @@ Your directory structure should be like this:
```{bash eval=FALSE}
## Run alignment
## Tip: first type bowtie command line then add quotes around and prefix it with "sbatch --cpus 10 --wrap="
module load formation/2421
sbatch -p fast -o FNR_IP_ChIP-seq_Anaerobic_A.mapping.out --cpus-per-task 10 --wrap="bowtie2 -p 10 --mm -3 1 -x ../index/Escherichia_coli_K12 -U ../../data/FNR_IP_ChIP-seq_Anaerobic_A.fastq.gz -S FNR_IP_ChIP-seq_Anaerobic_A.sam"
```
Expand Down
49 changes: 24 additions & 25 deletions 2024/ebaiin1/chip-seq/hands-on/hands-on.html

Large diffs are not rendered by default.

0 comments on commit 65ab0b1

Please sign in to comment.