-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Rename output file on workflow #1686
Comments
Is this the same problem as #1675?
|
@jmchilton yes, I think so. Per conversation in IRC yesterday I started taking a look here at the various issues with the rename action and am hoping to get a fix out today. |
@dannon Is this supposed to be fixed? I have this problem with HISAT. See this simple test workflow at: This is a fresh 17.01 Galaxy hosted on Jetstream. |
@chambm Let me doublecheck, but yeah, I thought this was resolved. ('close and comment' button fail, sorry) |
Did you have a chance to check? |
I've tried to use this function for the output of tophat V0.7 for the input of a list of paired files, i.e, list:paired. First, #{input} doesn't work although it's a parameter name as shown below.
<when value="paired_collection"> <param format="fastqsanger" name="input" type="data_collection" collection_type="paired" label="RNA-Seq FASTQ paired reads" help="Must have Sanger-scaled quality values with ASCII offset 33" /> <expand macro="paired_parameters" /> </when>
Second, #{input1}, which means the first file name, works but all paired datasets have the same output name. For instance, given a list of two paired files: hgrna1 and hgrna2, each of which has two fastq files, two output bam file names are the same as hgrna1_R1.bam.
Is this a known bug?
Thanks,
Justin.
The text was updated successfully, but these errors were encountered: