Skip to content

Commit

Permalink
updated to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
billytaj committed Nov 11, 2022
1 parent d7b3ebf commit 313780f
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions docker_image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,74 +6,74 @@ FROM parkinsonlab/mpro_stash:v1
WORKDIR /pipeline
RUN mkdir /pipeline/Scripts && mkdir /pipeline/custom_databases && mkdir /pipeline/setup_scripts

ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/MetaPro.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/MetaPro_paths.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/MetaPro_commands.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/MetaPro_utilities.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/MetaPro_stages.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Config.ini /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/Detect_2.2.9.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/assembly_deduplicate.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/assembly_make_contig_map.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/assembly_flush_bad_contigs.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ea_combine_v5.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ga_BLAT_generic_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ga_BWA_generic_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ga_Diamond_generic_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ga_Final_merge_v4.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ga_merge_fasta.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ga_final_merge_proteins.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ga_final_merge_map.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ga_final_merge_fastq.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_are_you_in_a_contig.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_contig_stats.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_convert_gene_map_contig_segments.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_data_change_metrics.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_EC_metrics.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_filter_ECs.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_filter_taxa.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_read_counts_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_read_quality_metrics.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_taxa_groupby.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_table_v3.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_parse_sam.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_reformat_rpkm_table.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/output_get_host_reads.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/read_BLAT_filter_v3.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/read_orphan.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/read_remove_tag.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/read_rRNA_barrnap.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/read_rRNA_infernal.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/read_repopulation.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/read_sam.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/bwa_read_sorter.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/read_sort.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/read_split.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ta_combine_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ta_constrain.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ta_constrain_taxonomy_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ta_taxid_v3.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ta_wevote_parser.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/remove_gaps_in_fasta.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/ta_contig_name_convert.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Scripts/alter_taxa_for_krona.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/MetaPro.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/MetaPro_paths.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/MetaPro_commands.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/MetaPro_utilities.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/MetaPro_stages.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Config.ini /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/Detect_2.2.9.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/assembly_deduplicate.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/assembly_make_contig_map.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/assembly_flush_bad_contigs.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ea_combine_v5.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ga_BLAT_generic_v3.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ga_BWA_generic_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ga_Diamond_generic_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ga_Final_merge_v4.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ga_merge_fasta.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ga_final_merge_proteins.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ga_final_merge_map.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ga_final_merge_fastq.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_are_you_in_a_contig.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_contig_stats.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_convert_gene_map_contig_segments.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_data_change_metrics.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_EC_metrics.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_filter_ECs.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_filter_taxa.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_read_counts_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_read_quality_metrics.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_taxa_groupby.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_table_v3.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_parse_sam.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_reformat_rpkm_table.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/output_get_host_reads.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/read_BLAT_filter_v3.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/read_orphan.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/read_remove_tag.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/read_rRNA_barrnap.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/read_rRNA_infernal.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/read_repopulation.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/read_sam.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/bwa_read_sorter.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/read_sort.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/read_split.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ta_combine_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ta_constrain.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ta_constrain_taxonomy_v2.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ta_taxid_v3.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ta_wevote_parser.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/remove_gaps_in_fasta.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/ta_contig_name_convert.py /pipeline/Scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Scripts/alter_taxa_for_krona.py /pipeline/Scripts


#--------------------------------------------
# get reference files
#
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/custom_databases/EC_pathway.txt /pipeline/custom_databases
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/custom_databases/pathway_to_superpathway.csv /pipeline/custom_databases
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/custom_databases/FREQ_EC_pairs_3_mai_2020.txt /pipeline/custom_databases
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/custom_databases/SwissProt_EC_Mapping.tsv /pipeline/custom_databases
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/custom_databases/EC_pathway.txt /pipeline/custom_databases
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/custom_databases/pathway_to_superpathway.csv /pipeline/custom_databases
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/custom_databases/FREQ_EC_pairs_3_mai_2020.txt /pipeline/custom_databases
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/custom_databases/SwissProt_EC_Mapping.tsv /pipeline/custom_databases


#--------------------------------------------
# get setup scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Setup_scripts/Download_EC_Annotated_SwissProt.py /pipeline/setup_scripts
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Setup_scripts/Download_EC_Annotated_SwissProt.py /pipeline/setup_scripts

# get the lib downloader
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.3/Setup_scripts/lib_downloader.py /pipeline
ADD https://raw.githubusercontent.com/ParkinsonLab/MetaPro/2.0.5/Setup_scripts/lib_downloader.py /pipeline

RUN chmod -R 555 /pipeline

Expand Down

0 comments on commit 313780f

Please sign in to comment.