Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Chaichontat Sriworarat <[email protected]>
  • Loading branch information
chaichontat committed Oct 17, 2022
1 parent 26b3083 commit 4891276
Show file tree
Hide file tree
Showing 4 changed files with 522 additions and 306 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"proseWrap": "always"
}
13 changes: 5 additions & 8 deletions modules/module_7/notebooks/10x_10k_preprocessing.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
#Setup environment
# Setup environment
conda activate kallistobus

# Fetch data
Expand All @@ -17,10 +17,7 @@ cd ..
mkdir kallisto
cd kallisto
kb count --h5ad -i ../index/index.idx -g ../index/t2g.txt -x 10xv3 -o output --filter bustools -t 2 \
../neuron_10k_v3_fastqs/neuron_10k_v3_S1_L001_R1_001.fastq.gz \
../neuron_10k_v3_fastqs/neuron_10k_v3_S1_L001_R2_001.fastq.gz \
../neuron_10k_v3_fastqs/neuron_10k_v3_S1_L002_R1_001.fastq.gz \
../neuron_10k_v3_fastqs/neuron_10k_v3_S1_L002_R2_001.fastq.gz



../neuron_10k_v3_fastqs/neuron_10k_v3_S1_L001_R1_001.fastq.gz \
../neuron_10k_v3_fastqs/neuron_10k_v3_S1_L001_R2_001.fastq.gz \
../neuron_10k_v3_fastqs/neuron_10k_v3_S1_L002_R1_001.fastq.gz \
../neuron_10k_v3_fastqs/neuron_10k_v3_S1_L002_R2_001.fastq.gz
Loading

0 comments on commit 4891276

Please sign in to comment.