Skip to content

Dev #67

Merged
merged 148 commits into from
Jan 14, 2019
Merged

Dev #67

Changes from 1 commit
Commits
Show all changes
148 commits
Select commit Hold shift + click to select a range
3b4eb71
print number of reduced kmer
HendrikSchultheis Dec 6, 2018
c0c36bc
Added more comments and author / mail description
Jan 3, 2019
e1db4c2
Added functionality to Fix #19
Jan 3, 2019
f3b93f2
Tries to Fix #18
Jan 3, 2019
39cdf16
renamed ID field to gene_id in response to: #29
Jan 3, 2019
6016c18
added "_" separation in the third gtf-column in response to #29
Jan 3, 2019
91c4ed5
Commented every function / method to resolve #29
Jan 3, 2019
30838d4
Commented every function / method to resolve #29
Jan 3, 2019
a747799
Removed data_files
Jan 3, 2019
94794d5
Merge remote-tracking branch 'origin/dev' into gtf_creation
Jan 3, 2019
694291c
updated script. Now the path of subscripts is automatically aquired. …
JannikHamp Jan 4, 2019
3ebb1b8
added some documentation
JannikHamp Jan 4, 2019
7d834a4
added collumn for strand information
JannikHamp Jan 4, 2019
7de9a1b
added column "strand"
JannikHamp Jan 4, 2019
1a49821
documentation
JannikHamp Jan 4, 2019
9b5b061
documentation
JannikHamp Jan 4, 2019
6d0da12
Merge pull request #38 from loosolab/peak_calling
anastasiia Jan 4, 2019
9ecba8a
documentation
JannikHamp Jan 4, 2019
58eff98
documentation
JannikHamp Jan 4, 2019
e38a469
Added check for optparse to bed_to_fasta.R
renewiegandt Jan 4, 2019
d4a3b6c
Merge branch 'dev' into estimation_motifs
renewiegandt Jan 4, 2019
8b28149
improved motif clustering
renewiegandt Jan 4, 2019
2064e52
imporved structure of merge_similar_clusters.R
renewiegandt Jan 5, 2019
b1cab10
Update compareBed.sh
JannikHamp Jan 5, 2019
f800e77
bed_to_fasta.R: improved syntax; fixed typos
renewiegandt Jan 6, 2019
7ff588b
label_cluster.R: improved syntax and documentation; fixed typos
renewiegandt Jan 6, 2019
798dd77
merge_similar_clusters.R: improved syntax and documentation; fixed typos
renewiegandt Jan 6, 2019
fc9c02c
Added ";" in attributes (last) field -> fix #29
Jan 6, 2019
b3223d1
Added Validator -> Fix #32
Jan 6, 2019
cca8ac4
Added check for \t at the end of lines in BED-file
renewiegandt Jan 6, 2019
f983d22
Remove header = false from fread
renewiegandt Jan 6, 2019
947cbfb
Added Validator
Jan 6, 2019
eb36ef7
Merge pull request #39 from loosolab/estimation_motifs
renewiegandt Jan 6, 2019
4f40b11
Changed comments for pullrequest
Jan 6, 2019
571cf5f
Changed comments for pullrequest
Jan 6, 2019
6cd7e0e
Changed comments for pullrequest
Jan 6, 2019
0d9cca0
Changed comments activity categorizer
Jan 6, 2019
7f8cc35
Changed comments activity table generator
Jan 6, 2019
6150f03
Merge remote-tracking branch 'origin/dev' into gtf_creation
Jan 6, 2019
93ceb85
Added gitignore !
Jan 6, 2019
e3c0023
removed pycache files
Jan 6, 2019
b97841f
Specified statement in GTFGen
Jan 6, 2019
1134d74
merge.R: Set separator from auto to '\t' in fread
renewiegandt Jan 6, 2019
5fd7cc4
Merge branch 'cluster' of https://github.molgen.mpg.de/loosolab/maste…
HendrikSchultheis Jan 7, 2019
c8e16f8
Merge remote-tracking branch 'origin/dev' into cluster
HendrikSchultheis Jan 7, 2019
5ee2113
show help if called without arguments; require = quiet
HendrikSchultheis Jan 7, 2019
dd46d81
show help if called without arguments; require = quiet
HendrikSchultheis Jan 7, 2019
ffbf294
Basic parameter checks added
HendrikSchultheis Jan 8, 2019
e4d5c5c
Merge pull request #40 from loosolab/gtf_creation
SebastianBeyvers Jan 8, 2019
ede935b
Update yaml; removed debug code from pipeline; update README
renewiegandt Jan 8, 2019
be868ef
Merge pull request #41 from loosolab/peak_calling
anastasiia Jan 8, 2019
5b8bb7a
Merge branch 'dev' into estimation_motifs
renewiegandt Jan 8, 2019
37c69e6
this r script is no more necessary, the other does its job
JannikHamp Jan 8, 2019
6802d72
New updated version. Faster and more robust
JannikHamp Jan 8, 2019
b787d14
updated version.. make unique updated, more robust in general
JannikHamp Jan 8, 2019
961e0ec
Added basic parameter checks.
HendrikSchultheis Jan 8, 2019
fe5ab42
get_best_motif.py: Added alternative name to best_motif file
renewiegandt Jan 8, 2019
e3dc513
Add shebang to tfbsscan
msbentsen Jan 8, 2019
becfeae
added information for logfile
JannikHamp Jan 8, 2019
c55e8ff
added dicumentation and parameter for .stats output file
JannikHamp Jan 8, 2019
adfa30e
Merge pull request #42 from loosolab/estimation_motifs
renewiegandt Jan 8, 2019
79b7e24
get_best_motif.py: removed whitespace from motif header
renewiegandt Jan 8, 2019
8377340
added script get_motif_seq.R
renewiegandt Jan 8, 2019
3f9e4bc
pipeline.nf: implemented get_motif_seq.R
renewiegandt Jan 8, 2019
49ec389
added r packages: RJSONIO, varhandle to masterenv.yml
renewiegandt Jan 8, 2019
98ab76a
Merge branch 'dev' into estimation_motifs
renewiegandt Jan 8, 2019
4acc20f
documentation changes
JannikHamp Jan 9, 2019
7acce38
Merge pull request #45 from loosolab/peak_calling
anastasiia Jan 9, 2019
f6ddce3
Fixed naming scheme for 3rd column
Jan 9, 2019
d979e16
get_best_motif.py: added parameter cluster id
renewiegandt Jan 9, 2019
ea2e171
get_motif_seq.R: added parameter tmp_path and cluster_id
renewiegandt Jan 9, 2019
8e5049e
pipeline.nf: adjusting to new parameters required by get_best_motif;…
renewiegandt Jan 9, 2019
39f4856
Parameter summary added; fixed wrong default for threads parameter
HendrikSchultheis Jan 9, 2019
90c8c05
updated check for trailing tabs in motiffiles
JannikHamp Jan 9, 2019
1a35ce5
removed echo from testing
JannikHamp Jan 9, 2019
1439045
Added log file for part 2.2_motif_estimation
renewiegandt Jan 9, 2019
530627c
more documentation, replce =, <-
JannikHamp Jan 9, 2019
53b0857
Parameter summary added
HendrikSchultheis Jan 9, 2019
8d1ff19
Added Shebang in response to #44
Jan 9, 2019
81c6fcd
Merge pull request #33 from loosolab/JannikHamp-patch-1
renewiegandt Jan 9, 2019
9ab7116
Merge pull request #43 from loosolab/cluster
renewiegandt Jan 9, 2019
cff01fc
Merge branch 'dev' into estimation_motifs
renewiegandt Jan 9, 2019
0f4bf46
added missing shebangs to 2.2 scripts #44
renewiegandt Jan 9, 2019
c0a462b
pipeline.nf: adjusting to new parameter required by 2.1 scripts
renewiegandt Jan 9, 2019
13a610f
Merge pull request #49 from loosolab/gtf_creation
SebastianBeyvers Jan 10, 2019
e62bb36
pipeline.nf: fixed typos
renewiegandt Jan 10, 2019
a161ed0
Updated config, updated skript for changes in Ensembl Release 95 temp…
Jan 10, 2019
f3b3db4
get_best_motif.py: Removed additional whitespace in motif header
renewiegandt Jan 10, 2019
2d2f8cb
pipeline.nf: removed code for debuging
renewiegandt Jan 10, 2019
881b445
fixed max_pos calculation
JannikHamp Jan 10, 2019
b128196
correct maxpos calculation
JannikHamp Jan 10, 2019
5343f60
fixed for correct contains_maxpos calculation
JannikHamp Jan 10, 2019
438e806
Merge pull request #53 from loosolab/JannikHamp-patch-2
renewiegandt Jan 10, 2019
43c55ae
bed_to_fasta.R: changes lapply to vapply
renewiegandt Jan 10, 2019
7d793c0
Merge branch 'dev' into estimation_motifs
renewiegandt Jan 10, 2019
310702e
Removed import os from get_best_motif.py
renewiegandt Jan 10, 2019
b70a38b
Removed newline from get_motif_seq
renewiegandt Jan 10, 2019
4397f77
script for calculation of absolute max_pos values at start
JannikHamp Jan 10, 2019
9a4c9c1
added Rscript for maxpos calculation
JannikHamp Jan 10, 2019
428302a
Merge pull request #47 from loosolab/estimation_motifs
HendrikSchultheis Jan 10, 2019
327dd04
fixed for correct max_pos calculation after possible splitting
JannikHamp Jan 10, 2019
3add693
Merge branch 'estimation_motifs' of https://github.molgen.mpg.de/loos…
renewiegandt Jan 10, 2019
0c22a5e
Merge branch 'dev' into tfbsscan-shebang
HendrikSchultheis Jan 10, 2019
58355d4
Merge pull request #46 from loosolab/tfbsscan-shebang
HendrikSchultheis Jan 10, 2019
20849d5
forgot $path to start the new Rscript. now fixed
JannikHamp Jan 10, 2019
97c526d
Fix for #51
Jan 10, 2019
7514dfb
Fixed 1 output value of FilterMotifs.stats output. Flag 1 ratio was n…
JannikHamp Jan 11, 2019
6cd8c7f
check if output ends with .bed
JannikHamp Jan 11, 2019
f1a0690
Delete abs_max_score.R
JannikHamp Jan 11, 2019
9144c1f
max_pos calculation is done in one Rscript
JannikHamp Jan 11, 2019
8ed11f2
documentation
JannikHamp Jan 11, 2019
aa306f9
changed stats file name to compareBed.stats
JannikHamp Jan 11, 2019
cb16c3c
changed name of output compareBed.stats in description
JannikHamp Jan 11, 2019
f4a745c
Merge pull request #54 from loosolab/JannikHamp-patch-1
JannikHamp Jan 11, 2019
3a14de8
added info, that file_paths must not contain the "|" pipe symbol
JannikHamp Jan 11, 2019
6ed7d98
Added sorted outputs to improve handling in IGV
Jan 11, 2019
6c912f8
Removed some typos in Readme
Jan 11, 2019
332036c
Merge pull request #59 from loosolab/JannikHamp-patch-1
renewiegandt Jan 11, 2019
33ad341
Merge pull request #56 from loosolab/gtf_creation
SebastianBeyvers Jan 11, 2019
0da0270
Update README.md
renewiegandt Jan 12, 2019
0fb1f4c
Merge branch 'dev' into estimation_motifs
renewiegandt Jan 12, 2019
9ee772a
pipeline.nf: Default of parameter max_size_fp is set to 200
renewiegandt Jan 12, 2019
4b360e1
README.md: fixed typos
renewiegandt Jan 12, 2019
b15c203
add r package bit64 to environment
HendrikSchultheis Jan 12, 2019
b65dc90
cast start and end column to integer64 to prevent scientific notation
HendrikSchultheis Jan 12, 2019
7c41856
cast start and end column to integer64 to prevent scientific notation
HendrikSchultheis Jan 12, 2019
5acffac
fixed missing point
HendrikSchultheis Jan 12, 2019
3877157
Update README.md
renewiegandt Jan 12, 2019
c398ce3
Merge pull request #50 from loosolab/peak_calling
anastasiia Jan 12, 2019
d644c07
Update README.md
anastasiia Jan 12, 2019
499206d
Merge pull request #63 from loosolab/cluster
HendrikSchultheis Jan 12, 2019
50214f0
Update README.md
renewiegandt Jan 12, 2019
34a2830
fixed .bed.bed unconsitent output name
JannikHamp Jan 12, 2019
f3c72c8
Merge branch 'estimation_motifs' of https://github.molgen.mpg.de/loos…
renewiegandt Jan 12, 2019
f371e1d
yml: fixed version of python and numpy to prevent bug in 1.1
renewiegandt Jan 12, 2019
e3afe9f
remove personal path from nextflow.config
renewiegandt Jan 12, 2019
0428556
renamed config files
renewiegandt Jan 12, 2019
5ea2f7a
Update README and help message in pipeline
renewiegandt Jan 12, 2019
d461966
pipeline.nf: added missing params.
renewiegandt Jan 12, 2019
574881f
Fixed typo
renewiegandt Jan 12, 2019
f1d0dc7
Updated configs to new parameteres
renewiegandt Jan 12, 2019
c93ecaf
Merge pull request #64 from loosolab/JannikHamp-patch-3
renewiegandt Jan 13, 2019
5b201c0
Added demo run files
renewiegandt Jan 13, 2019
1a740c2
Added demo command to README.md
renewiegandt Jan 13, 2019
95edb00
Added missing letter in README.md
renewiegandt Jan 13, 2019
9b849f2
Merge pull request #61 from loosolab/estimation_motifs
renewiegandt Jan 13, 2019
da0e710
Update README.md: Added step 4 of installation
renewiegandt Jan 13, 2019
62c362e
Merge pull request #66 from loosolab/estimation_motifs
SebastianBeyvers Jan 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed typo
renewiegandt committed Jan 12, 2019
commit 574881f1160640918462c6e7b5e0cce180e823e9
2 changes: 1 addition & 1 deletion pipeline.nf
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
params.gtf_path=""
params.out = "./out/"

//peak_calling
//footprint_extraction
params.window_length = 200
params.step = 100
params.percentage = 0