Skip to content

Commit

Permalink
moved sorted_matrix.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Dec 26, 2023
1 parent c16fb3e commit 6801b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/heatcluster.nf
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ process heatcluster {
| tee -a $log_file
if [ -f "heatcluster/heatcluster.png" ] ; then cp heatcluster/heatcluster.png heatcluster/heatcluster_mqc.png ; fi
if [ -f "sorted_matrix.csv" ] ; then cp sorted_matrix.csv heatcluster/sorted_matrix.csv ; fi
'''
}

0 comments on commit 6801b76

Please sign in to comment.