Skip to content

Commit

Permalink
Changes to simulations tooling scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Van Twisk committed Sep 16, 2024
1 parent 4dc6630 commit 00c9b81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions art_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#SBATCH -n 1
#SBATCH -t 02:00:00


OUTDIR=shortreads
[ ! -d ${OUTDIR} ] && mkdir ${OUTDIR}

Expand Down
1 change: 1 addition & 0 deletions badread_helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

OUTDIR=longreads


[ ! -d ${OUTDIR} ] && mkdir ${OUTDIR}
echo $1
echo $2
Expand Down
1 change: 1 addition & 0 deletions generate_breakpoints.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ library(Biostrings)

arg <- commandArgs(trailingOnly=TRUE)


fa <- readDNAStringSet(arg[2])
#fa <- Biostrings::readDNAStringSet('longread-fusion-transcript-pipeline/Homo_sapiens.GRCh38.cdna.all.fa')

Expand Down

0 comments on commit 00c9b81

Please sign in to comment.