Skip to content

Commit

Permalink
Now copying files in NCBI_FCS_GX_SETUP_SAMPLE rather than symlinking …
Browse files Browse the repository at this point in the history
…in an attempt to support NextFlow Fusion
  • Loading branch information
GallVp committed Jun 3, 2024
1 parent 019fb37 commit 04fd4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8. Updated `FASTA_LTRRETRIEVER_LAI` to fix a pipeline crash when `ch_monoploid_seqs` was `[ meta, [] ]` [#83](https://github.com/Plant-Food-Research-Open/assemblyqc/issues/83)
9. Improved input assembly documentation [#86](https://github.com/Plant-Food-Research-Open/assemblyqc/issues/86)
10. Added assembly tag to synteny warning message regarding missing `synteny_labels` file
11. Now copying files in `NCBI_FCS_GX_SETUP_SAMPLE` rather than symlinking in an attempt to support NextFlow Fusion

### `Dependencies`

Expand Down
2 changes: 1 addition & 1 deletion modules/local/ncbi_fcs_gx_setup_sample.nf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ process NCBI_FCS_GX_SETUP_SAMPLE {
error "NCBI_FCS_GX_SETUP_SAMPLE module does not support Conda. Please use Docker / Singularity / Podman instead."
}
"""
ln -s $fasta_file "fasta.file.for.${asm_tag}.fasta"
cp $fasta_file fasta.file.for.${asm_tag}.fasta
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit 04fd4a4

Please sign in to comment.