Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A flag to remove quotation marks from index file #5546

Open
Claptar opened this issue Nov 27, 2024 · 0 comments
Open

A flag to remove quotation marks from index file #5546

Claptar opened this issue Nov 27, 2024 · 0 comments

Comments

@Claptar
Copy link

Claptar commented Nov 27, 2024

New feature

Usage scenario

I want to create a several entry point for the pipeline, so that users would be able to rerun my pipeline from the middle. This requires a creation of file list which are required to run pipeline from middle entry point (see example).

Suggest implementation

For this I find index file creation a very useful feature. The only problem is that quotation marks are added to the values. This makes index files more difficult to read as well as prevents a direct reading from them with .splitCsv operator as quotation marks are still left. This causes an error:

ERROR ~ Error executing process > 'PYCISTOPIC:INFERPEAKS:InferConsensus (22)'
Caused by:
  Not a valid path value: '"home/launchdir/results/narrowPeaks/neurons_peaks.narrowPeak"'

So it would be great to have a way to remove quotation marks from index file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant