Skip to content

Commit

Permalink
updates final bash and mouse file
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jul 5, 2023
1 parent 77ef5f4 commit 84a5956
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export REFERENCES_PATH=$RAFT_PATH/references
cd $REFERENCES_PATH

mkdir -p mus_musculus; cd mus_musculus
export MOUSE_REFERENCES_PATH=$REFERENCES_PATH/mus_musculus
export MOUSE_REFERENCES_PATH=$REFERENCES_PATH/mus_musculus


# Genomic reference
Expand Down Expand Up @@ -64,7 +64,7 @@ cd $MOUSE_REFERENCES_PATH

# NeoSplice reference
mkdir -p neosplice; cd neosplice
wget https://raw.githubusercontent.com/max555beyond/NeoSplice/master/generate_reference_peptidome.py
wget https://raw.githubusercontent.com/BWMac/NeoSplice/master/generate_reference_peptidome.py
python3 generate_reference_peptidome.py $MOUSE_REFERENCES_PATH/annot/gencode.vM25.annotation.gff3 $MOUSE_REFERENCES_PATH/fasta/GRCm38.primary_assembly.genome.fa .
mv .peptidome_result/ peptidome.mus_musculus
rm generate_reference_peptidome.py
Expand All @@ -77,14 +77,14 @@ mkdir -p cta_self; cd cta_self
wget https://gitlab.com/landscape-of-effective-neoantigens-software/nextflow/modules/tools/lens/-/wikis/uploads/7f7454717866c1a61fb505f8ac5446e0/cta_and_self_antigen.mus_musculus.gene_list
cd $MOUSE_REFERENCES_PATH

# STARFusion reference
mkdir -p starfusion; cd starfusion
wget https://data.broadinstitute.org/Trinity/CTAT_RESOURCE_LIB/__genome_libs_StarFv1.9/Mouse_gencode_M24_CTAT_lib_Apr062020.plug-n-play.tar.gz
tar -xvf Mouse_gencode_M24_CTAT_lib_Apr062020.plug-n-play.tar.gz
cd Mouse_gencode_M24_CTAT_lib_Apr062020.plug-n-play
mv ctat_genome_lib_build_dir/* .; rm -rf ctat_genome_lib_build_dir/; cd ..
rm -rf Mouse_gencode_M24_CTAT_lib_Apr062020.plug-n-play.tar.gz
cd $MOUSE_REFERENCES_PATH
# STARFusion reference - waiting for response on 404 error
# mkdir -p starfusion; cd starfusion
# wget https://data.broadinstitute.org/Trinity/CTAT_RESOURCE_LIB/__genome_libs_StarFv1.9/Mouse_gencode_M24_CTAT_lib_Apr062020.plug-n-play.tar.gz
# tar -xvf Mouse_gencode_M24_CTAT_lib_Apr062020.plug-n-play.tar.gz
# cd Mouse_gencode_M24_CTAT_lib_Apr062020.plug-n-play
# mv ctat_genome_lib_build_dir/* .; rm -rf ctat_genome_lib_build_dir/; cd ..
# rm -rf Mouse_gencode_M24_CTAT_lib_Apr062020.plug-n-play.tar.gz
# cd $MOUSE_REFERENCES_PATH

# ERV reference
mkdir -p erv; cd erv
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ prefixes=(
echo "Downloading LENS reference files"
mkdir -p "./lens/references"
cd ./lens
wget -P . https://gitlab.com/landscape-of-effective-neoantigens-software/nextflow/modules/tools/lens/-/wikis/uploads/b0d8a24036628bd9e6c860eb531919c3/download_general_references.sh \
https://gitlab.com/landscape-of-effective-neoantigens-software/nextflow/modules/tools/lens/-/wikis/uploads/2238c7f4af5c5499f298315bf5080ad7/download_human_references.sh \
https://gitlab.com/landscape-of-effective-neoantigens-software/nextflow/modules/tools/lens/-/wikis/uploads/bf210753e3724edf6db2543eb54c3de4/download_mouse_references.sh
export RAFT_PATH="."
bash download_general_references.sh .
bash download_human_references.sh .
bash download_mouse_references.sh .
bash download_general_references.sh
bash download_human_references.sh
bash download_mouse_references.sh

for prefix in ${prefixes[*]}; do
echo "Syncing $prefix..."
Expand Down

0 comments on commit 84a5956

Please sign in to comment.