Skip to content

Commit

Permalink
This works!
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Oct 16, 2024
1 parent 66af85d commit 3074668
Show file tree
Hide file tree
Showing 15 changed files with 132,688 additions and 2 deletions.
Binary file removed inst/extdata/config/pgPEN_index/pgPEN_gRNA1.1.ebwt
Binary file not shown.
Binary file not shown.
Binary file removed inst/extdata/config/pgPEN_index/pgPEN_gRNA1.3.ebwt
Binary file not shown.
Binary file removed inst/extdata/config/pgPEN_index/pgPEN_gRNA1.4.ebwt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed inst/extdata/config/pgPEN_index/pgPEN_gRNA2.1.ebwt
Binary file not shown.
Binary file not shown.
Binary file removed inst/extdata/config/pgPEN_index/pgPEN_gRNA2.3.ebwt
Binary file not shown.
Binary file removed inst/extdata/config/pgPEN_index/pgPEN_gRNA2.4.ebwt
Binary file not shown.
Binary file not shown.
Binary file not shown.
66,340 changes: 66,340 additions & 0 deletions inst/extdata/data/ref/pgPEN_R1.fa

Large diffs are not rendered by default.

66,340 changes: 66,340 additions & 0 deletions inst/extdata/data/ref/pgPEN_R2.fa

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions inst/extdata/scripts/dependency-poc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@

/home/config/idemp/idemp -b /home/config/barcode_ref_file.sample.txt -I1 /home/data/tutorial_fastqs/PP_pgPEN_HeLa_S1_R1_001.fastq.gz -R1 /home/data/tutorial_fastqs/PP_pgPEN_HeLa_S1_R1_001.fastq.gz -R2 /home/data/tutorial_fastqs/PP_pgPEN_HeLa_S1_R1_001.fastq.gz -o /tmp/demux/ && echo "idemp installed"

# TODO pgPEN_index not compatible with bowtie2. Can we generate them?
# /home/biodocker/bin/bowtie2 -x /home/config/pgPEN_index/pgPEN_index/pgPEN_gRNA1.1.ebwt -q /home/data/tutorial_fastqs/PP_pgPEN_HeLa_S1_R1_001.fastq.gz -S /tmp/gRNA1.sam > /tmp/alignment.log && echo "bowtie2 installed"
# Generating indices
# TODO: are these the right files for making indices for the samples here?
/home/biodocker/bin/bowtie2-build /home/data/ref/pgPEN_R1.fa,/home/data/ref/pgPEN_R2.fa pg_PEN_index

/home/biodocker/bin/bowtie2 -x pg_PEN_index \
-1 /home/data/tutorial_fastqs/PP_pgPEN_HeLa_S1_R1_001.fastq.gz \
-2 /home/data/tutorial_fastqs/PP_pgPEN_HeLa_S1_R2_001.fastq.gz \
-S /tmp/gRNA1.sam > /tmp/alignment.log && echo "bowtie2 installed"

/home/biodocker/bin/bowtie2 --version && echo "bowtie2 Installed"

Expand Down

0 comments on commit 3074668

Please sign in to comment.