Skip to content

Commit

Permalink
assembly download
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Mar 26, 2020
1 parent 8ccf7d6 commit 7109c88
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/process/process_data_download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,33 @@ file_assembly_for_download_ftp text List of FT
echo \$asm_ftp >> ${params.file_assembly_for_download_ftp}
fi;
done;

------------

Assembly Download
------------------

Download genomic assembly fasta using FTP urls.

========================================= =========================== ===========================
Input Type Description
========================================= =========================== ===========================
ch_assembly_fna_gz_local fasta.gz The genomic assembly accessed by url via FTP.
========================================= =========================== ===========================

========================================= =========================== ===========================
Output Type Description
========================================= =========================== ===========================
ch_assembly_fna_snippy_pairwise fasta The genomic assembly for process snippy_pairwise.
========================================= =========================== ===========================

========================================= =========================== ===========================
Publish Type Description
========================================= =========================== ===========================
genbank_assembly_fna_suffix fasta The locally downloaded genomic assembly.
========================================= =========================== ===========================

**Shell script**::

# Use -f otherwise error due to too many levels of symbolic links
gunzip -f ${assembly_fna_gz}

0 comments on commit 7109c88

Please sign in to comment.