Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
ngs_tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
bioinfo
ngs_tools
Commits
6f0748b9
Commit
6f0748b9
authored
Apr 30, 2015
by
Holger Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaced dropbox links to core_* with versioned github links
parent
3ddf07d2
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
12 deletions
+12
-12
chipseq_workflow/chipseq_utils.sh
chipseq_workflow/chipseq_utils.sh
+2
-2
dge_workflow/cutadapt_summary.R
dge_workflow/cutadapt_summary.R
+2
-2
dge_workflow/dge_analysis.R
dge_workflow/dge_analysis.R
+3
-3
dge_workflow/dge_utils.sh
dge_workflow/dge_utils.sh
+1
-1
dge_workflow/fastqc_summary.R
dge_workflow/fastqc_summary.R
+2
-2
dge_workflow/tophat_qc.R
dge_workflow/tophat_qc.R
+2
-2
No files found.
chipseq_workflow/chipseq_utils.sh
View file @
6f0748b9
...
...
@@ -108,8 +108,8 @@ done
wait
echo
'
devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.
5
/R/core_commons.R")
devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.
5
/R/ggplot_commons.R")
devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.
9
/R/core_commons.R")
devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.
9
/R/ggplot_commons.R")
libSizes <- read.delim("algn_counts.txt", header=F) %>% set_names(c("library_size", "sample"))
libSizes %>% ggplot(aes(sample, library_size)) +
...
...
dge_workflow/cutadapt_summary.R
View file @
6f0748b9
...
...
@@ -4,8 +4,8 @@
## Note This script is supposed to be knitr::spin'ed
devtools
::
source_url
(
"https://
dl.dropboxusercontent.com/u/113630701/datautils
/R/core_commons.R"
)
devtools
::
source_url
(
"https://
dl.dropboxusercontent.com/u/113630701/datautils
/R/ggplot_commons.R"
)
devtools
::
source_url
(
"https://
raw.githubusercontent.com/holgerbrandl/datautils/v1.9
/R/core_commons.R"
)
devtools
::
source_url
(
"https://
raw.githubusercontent.com/holgerbrandl/datautils/v1.9
/R/ggplot_commons.R"
)
require
(
knitr
)
## can we access variables from the parent spin.R process?
...
...
dge_workflow/dge_analysis.R
View file @
6f0748b9
...
...
@@ -39,9 +39,9 @@ if(is.na(file.info(cuffdb_directory)$isdir)){
}
devtools
::
source_url
(
"https://raw.githubusercontent.com/holgerbrandl/datautils/v1.
5
/R/core_commons.R"
)
devtools
::
source_url
(
"https://raw.githubusercontent.com/holgerbrandl/datautils/v1.
5
/R/ggplot_commons.R"
)
devtools
::
source_url
(
"https://raw.githubusercontent.com/holgerbrandl/datautils/v1.
5
/R/bio/diffex_commons.R"
)
devtools
::
source_url
(
"https://raw.githubusercontent.com/holgerbrandl/datautils/v1.
9
/R/core_commons.R"
)
devtools
::
source_url
(
"https://raw.githubusercontent.com/holgerbrandl/datautils/v1.
9
/R/ggplot_commons.R"
)
devtools
::
source_url
(
"https://raw.githubusercontent.com/holgerbrandl/datautils/v1.
9
/R/bio/diffex_commons.R"
)
require
(
cummeRbund
)
...
...
dge_workflow/dge_utils.sh
View file @
6f0748b9
...
...
@@ -2,7 +2,7 @@
## http://blog.joncairns.com/2013/08/what-you-need-to-know-about-bash-functions/
## load lsf helpers
source
<
(
curl https://
dl.dropboxusercontent.com/u/113630701/datautils
/bash/lsf_utils.sh 2>&1 2>/dev/null
)
source
<
(
curl https://
raw.githubusercontent.com/holgerbrandl/datautils/v1.9
/bash/lsf_utils.sh 2>&1 2>/dev/null
)
## enable snippet spinning
source
<
(
curl https://raw.githubusercontent.com/holgerbrandl/datautils/master/R/spinr/spin_utils.sh 2>&1 2>/dev/null
)
...
...
dge_workflow/fastqc_summary.R
View file @
6f0748b9
...
...
@@ -4,8 +4,8 @@
## Note This script is supposed to be knitr::spin'ed
devtools
::
source_url
(
"https://
dl.dropboxusercontent.com/u/113630701/datautils
/R/core_commons.R"
)
devtools
::
source_url
(
"https://
dl.dropboxusercontent.com/u/113630701/datautils
/R/ggplot_commons.R"
)
devtools
::
source_url
(
"https://
raw.githubusercontent.com/holgerbrandl/datautils/v1.9
/R/core_commons.R"
)
devtools
::
source_url
(
"https://
raw.githubusercontent.com/holgerbrandl/datautils/v1.9
/R/ggplot_commons.R"
)
## can we access variables from the parent spin.R process?
#echo("rscript is ", r_script)
...
...
dge_workflow/tophat_qc.R
View file @
6f0748b9
...
...
@@ -26,8 +26,8 @@ if(is.na(file.info(baseDir)$isdir)){
stop
(
paste
(
"base directory"
,
baseDir
,
"does not exist"
))
}
devtools
::
source_url
(
"https://
dl.dropboxusercontent.com/u/113630701/datautils
/R/core_commons.R"
)
devtools
::
source_url
(
"https://
dl.dropboxusercontent.com/u/113630701/datautils
/R/ggplot_commons.R"
)
devtools
::
source_url
(
"https://
raw.githubusercontent.com/holgerbrandl/datautils/v1.9
/R/core_commons.R"
)
devtools
::
source_url
(
"https://
raw.githubusercontent.com/holgerbrandl/datautils/v1.9
/R/ggplot_commons.R"
)
########################################################################################################################
...
...
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