carpentries-incubator / Pipeline_Training_with_Nextflow

The SMART survey team requested training to use and maintain their existing Nextflow based workflow that they are using on Pawsey/Garrawarla.
https://carpentries-incubator.github.io/Pipeline_Training_with_Nextflow/
Other
1 stars 1 forks source link

Duplicated output line #17

Open PaulHancock opened 1 year ago

PaulHancock commented 1 year ago

Lesson 04, step 5 has the following ouput:


## These are from combine_frequencies.out
[30deg_10deg, /work/62/9e9decdb609c0cefd36586412f25f9/obs_30_10_20.dat]
[10deg_10deg, /work/9b/7b5d6f6c6e4c139c46bf23330756ff/obs_30_10_20.dat]
[30deg_10deg, /work/62/9e9decdb609c0cefd36586412f25f9/obs_30_10_20.dat]
[10deg_10deg, /work/9b/7b5d6f6c6e4c139c46bf23330756ff/obs_30_10_20.dat] <---
[20deg_10deg, /work/e4/f2898b75b400ed0fda4af3a53ced16/obs_10_30_20.dat]

The row indicated with an arrow should be deleted as it is a duplicate.

PaulHancock commented 1 year ago

Same lesson "directed analytic graph" -> directed acyclic graph