Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: April Shen <[email protected]>
  • Loading branch information
tcezard and apriltuesday authored Dec 20, 2023
1 parent 43dfa3d commit 1ebd0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eva_assembly_ingestion/nextflow/remap_cluster.nf
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ process remap_variants {


/*
* Ingest the remapped submitted variants from a VCF file, emit: the accessioning warehouse.
* Ingest the remapped submitted variants from a VCF file into the accessioning warehouse.
*/
process ingest_vcf_into_mongo {
memory "${params.memory}GB"
Expand All @@ -207,7 +207,7 @@ process ingest_vcf_into_mongo {

script:
"""
# Check the file name to know which database to load the variants, emit:
# Check the file name to know which database to load the variants into
if [[ $remapped_vcf == *_eva_remapped.vcf ]]
then
loadTo=EVA
Expand Down

0 comments on commit 1ebd0fc

Please sign in to comment.