Skip to content

Commit

Permalink
removed update dat
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed May 16, 2024
1 parent 3b24a02 commit 3ea7e6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ process GET_RUN_ACCESSIONS {
//runAccessionData = Channel.from(responseData.lines)
// .map { lineData -> [taxon_id: taxon_id, gca: gca, run_accession: lineData]}

setMetaRecord(taxon_id,'update')
//setMetaRecord(taxon_id,'update')
//runAccessionChannel.flatten().view { d -> "AAAA Taxon ID: ${d.taxon_id}, GCA: ${d.gca}, last date: ${d.run_accession}"}
// } catch (Exception e) {
// Handle any exceptions
Expand Down

0 comments on commit 3ea7e6a

Please sign in to comment.