Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
McVey Lab
sdmmej
Commits
319fbb23
Commit
319fbb23
authored
Oct 29, 2020
by
Rebecca E Batorsky
Browse files
remove extra files
parent
3092856d
Changes
1
Hide whitespace changes
Inline
Side-by-side
run_script.sh
deleted
100644 → 0
View file @
3092856d
#!/bin/bash
infile
=
/Users/rbator01/Box/rebecca_documents/sdmmej_data/PolyGSeq.csv
indir
=
/Users/rbator01/Box/rebecca_documents/sdmmej_data/
search_radius
=
30
breakpoint
=
161
debug
=
0
reclass
=
${
infile
%.csv
}
_reclassified.csv
deletion
=
${
infile
%.csv
}
_deletion.txt
insertion
=
${
infile
%.csv
}
_insertion.txt
Rscript process_hifibr.R
$infile
$indir
$search_radius
$breakpoint
$debug
cd
deletion/
python SDMMEJDeletionProgram_cli.py
-hi
$reclass
-del
$deletion
-n
$breakpoint
-out
$indir
cd
../insertion/
Rscript INSERTION_PROGRAM.R
$reclass
$insertion
$indir
$breakpoint
$search_radius
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment