forked from CJinny/PCircos
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from JbaptisteLam/master
Version 1.1 release
- Loading branch information
Showing
59 changed files
with
2,145 additions
and
1,511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
__pycache__/ | ||
*.egg-info/ | ||
*.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM python:3.9.16 | ||
|
||
LABEL maintainer="Jean-Baptiste Lamouche" | ||
LABEL name="[email protected]" | ||
|
||
#Install vcf2circos | ||
RUN pip install git+https://github.com/JbaptisteLam/vcf2circos@manuscript | ||
|
||
#Download config | ||
RUN wget https://www.lbgi.fr/~lamouche/vcf2circos/config_vcf2circos_29032023.tar.gz | ||
|
||
#Untar config | ||
RUN tar -xzf config_vcf2circos_29032023.tar.gz | ||
|
||
#Set configuration path | ||
RUN sed -i 's,\"Static\": \"/enadisk/maison/lamouche/dev_vcf2circos/Static\"\,,\"Static\": \"/Static\"\,,' /Static/options.json | ||
|
||
ENTRYPOINT ["vcf2circos"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.