Skip to content

Commit

Permalink
adjust file permission
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Nov 14, 2024
1 parent 61b81d5 commit 0add240
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The tracking for changes started in v2.1
* [[[#127](https://github.com/fmalmeida/bacannot/issues/127)]]
* Allow `GET_NCBI_MODULE` fail to be ignored, and adjust resources
* Add parameter to skip `sourmash` workflow
* Adjust file permissions in module `GET_NCBI_MODULE`

## v3.4.0 [07-July-2024]

Expand Down
3 changes: 3 additions & 0 deletions modules/generic/ncbi_genome.nf
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ process GET_NCBI_GENOME {
name=\$( echo \$file | cut -d '_' -f 1,2 ) ;
mv \$file \${name}.fna
done
# fix permissions
chmod a+rw \${name}.fna
"""
}

0 comments on commit 0add240

Please sign in to comment.