Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creat a .config file #15

Open
wants to merge 41 commits into
base: WX
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
aef754c
Create wangChengWei.conf
Ninomoriaty Dec 17, 2018
8de4d3e
Delete mnliu.config
Niinleslie Dec 17, 2018
9aefe33
Create mnliu.config
Niinleslie Dec 17, 2018
0c22ae1
trying to upload some file
ZIWEI-WONG Dec 17, 2018
b41fd67
add chenjy.config
chenjy327 Dec 17, 2018
f679dce
wangchw: retry1 information submitted.
Ninomoriaty Dec 18, 2018
1da0937
add Chenjianyu contribution
chenjy327 Dec 18, 2018
f2a1346
add personal information
ZIWEI-WONG Dec 18, 2018
0cd3855
Merge pull request #4 from likelet/mnliu
likelet Dec 19, 2018
71112ba
Merge pull request #3 from likelet/wangChengWei-patch-1
likelet Dec 19, 2018
e364162
Merge pull request #5 from likelet/Chenjy
likelet Dec 19, 2018
0c00938
Merge pull request #8 from likelet/ziweiwang
likelet Dec 19, 2018
08a033a
Merge pull request #11 from likelet/WX
likelet Dec 19, 2018
0a6ce00
Merge pull request #10 from likelet/ZIWEI-WONG
likelet Dec 19, 2018
28ebc1a
Merge branch 'master' into wangchw-doc
likelet Dec 19, 2018
7243f26
Merge pull request #9 from likelet/wangchw-doc
likelet Dec 19, 2018
8df09e5
Update Developement.md
likelet Dec 19, 2018
399633b
Delete Development.md
likelet Dec 19, 2018
756830c
fix typos
likelet Dec 19, 2018
c4789a9
Update Development.md
likelet Dec 20, 2018
fd952ff
Update Development.md
likelet Dec 22, 2018
a2cec4c
create LiuJie.config
LiuJie1117 Dec 23, 2018
9075d80
add information of LJ
LiuJie1117 Dec 26, 2018
b998ff2
dockerfile: samtools pyclone but facets control-freec in different en…
Ninomoriaty Jan 9, 2019
29a4d53
Merge pull request #18 from likelet/wangChengWei-patch-1
likelet Jan 9, 2019
8fb287b
dockerfile mytest0
Ninomoriaty Jan 18, 2019
2e89ef8
new dockerfile with annovar
Ninomoriaty Feb 11, 2019
965270f
new dockerfile with annovar
Ninomoriaty Feb 11, 2019
f7590de
new dockerfile with annovar
Ninomoriaty Feb 11, 2019
b12c549
new dockerfile with annovar
Ninomoriaty Feb 11, 2019
bbf1930
new dockerfile with annovar
Ninomoriaty Feb 11, 2019
7ea60ed
new dockerfile with annovar db
Ninomoriaty Feb 11, 2019
4f36cb4
new dockerfile with annovar db
Ninomoriaty Feb 11, 2019
34d8eb9
Merge branch 'LiuJie1117' of https://github.com/Ninomoriaty/multiexseq
Ninomoriaty Feb 11, 2019
878f7ff
new dockerfile with annovar db
Ninomoriaty Feb 12, 2019
0707bb6
new dockerfile with annovar db
Ninomoriaty Feb 12, 2019
e30d844
new dockerfile with annovar db again
Ninomoriaty Feb 12, 2019
40688b3
Merge pull request #19 from Ninomoriaty/master
likelet Feb 13, 2019
90ddc6c
Update README.md
Niinleslie Apr 30, 2019
145aa75
Create R
Niinleslie May 1, 2019
34e967b
Delete R
Niinleslie May 1, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/markdown-navigator/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/multiexseq.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions Developement.md

This file was deleted.

15 changes: 15 additions & 0 deletions Development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Team members for software development


# Details for members

| Name | Email | Site | institute |
|---------------|:------------------------: |-----------------------------: |---------------|
| Qi Zhao | [email protected] | https://github.com/likelet | SYSUCC |
| Chengwei Wang | [email protected]| https://github.com/Ninomoriaty| SYSU |
| Ziwei Wang | [email protected] | https://github.com/ZIWEI-WONG | SYSU |
| Chen Jianyu | [email protected] | https://github.com/chenjy327 | SYSU |
| Zheng Li | [email protected] | https://github.com/lizheng141026 | SYSU |
| Xin Wang | [email protected]| https://github.com/Wangxin555 | SYSU |
| Liu Jie | [email protected] | https://github.com/LiuJie1117 | SYSU
# to be filled in
22 changes: 19 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ FROM nfcore/base
LABEL authors="Qi Zhao" \
description="Docker image containing all requirements for nf-core/multiexseq pipeline"

COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/nf-core-multiexseq-1.0dev/bin:$PATH
COPY environment1.yml environment2.yml ./

RUN wget http://www.openbioinformatics.org/annovar/download/0wgxR2rIVP/annovar.latest.tar.gz && tar -xzvf annovar.latest.tar.gz && rm annovar.latest.tar.gz

ENV PATH /opt/conda/envs/multiexseq_facets/bin:$PATH
RUN conda env create -f /environment1.yml -n multiexseq_facets && conda clean -a

ENV PATH /opt/conda/envs/multiexseq_freec/bin:$PATH
RUN conda env create -f /environment2.yml -n multiexseq_freec && conda clean -a

RUN cd annovar \
#&& echo "./opt/conda/etc/profile.d/conda.sh" >> ~/.bashrc \
#&& echo "conda activate" >> ~/.bashrc \
#&& conda activate multiexseq_freec \
&& perl annotate_variation.pl -downdb -buildver hg19 -webfrom annovar refGene humandb/

# ENV PATH /opt/conda/envs/nf-core-multiexseq-1.0dev/bin:$PATH

CMD ["/bin/bash"]
28 changes: 28 additions & 0 deletions DockerfileOrigin
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## images base Ubuntu 16.04
FROM biocontainers/biocontainers:latest

## metadata
LABEL base.image="biocontainers:latest"
LABEL version="2"
LABEL about.tags="test1"

## Enviroment variables

## runtimes 3
#ENV PATH /opt/conda/envs/multiexseq_origin/bin:$PATH
#RUN conda create -c aroth85 --name multiexseq_origin samtools pyclone

RUN conda config --add channels bioconda &&\
conda config --add channels aroth85

ENV PATH /opt/conda/envs/multiexseq_facets/bin:$PATH
RUN conda create --name multiexseq_facets samtools pyclone r-facets

ENV PATH /opt/conda/envs/multiexseq_freec/bin:$PATH
RUN conda create --name multiexseq_freec samtools pyclone control-freec

# annovar* (it seems that annovar could always be used as .pl documents so I just copy it..)
# RUN conda install perl
# ADD annovar.latest.tar.gz .

CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# multiexseq
# MesKit

**Analysis pipelie for multi WEX analysis**
> this readme was generated by nf-core tools
Expand Down
1 change: 1 addition & 0 deletions conf/LiuJie.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello
Empty file added conf/chenjy.config
Empty file.
1 change: 1 addition & 0 deletions conf/wangChengWei.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Empty file added conf/ziweiwang.config
Empty file.
4 changes: 4 additions & 0 deletions environment.yml → environment1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ channels:
- conda-forge
- bioconda
- defaults
- aroth85
dependencies:
# TODO nf-core: Add required software dependencies here
- fastqc=0.11.8
- multiqc=1.6
- samtools
- pyclone
- r-facets
13 changes: 13 additions & 0 deletions environment2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: nf-core-multiexseq-1.0dev
channels:
- conda-forge
- bioconda
- defaults
- aroth85
dependencies:
# TODO nf-core: Add required software dependencies here
- fastqc=0.11.8
- multiqc=1.6
- samtools
- pyclone
- control-freec